Skip to content

Commit

Permalink
Bump packages and update static site
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnfish committed Sep 12, 2024
1 parent 3d394d5 commit 1ee208b
Show file tree
Hide file tree
Showing 14 changed files with 3,653 additions and 4,725 deletions.
Binary file added docs/android-chrome-192x192.d8cab756.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/android-chrome-256x256.b419ed39.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apple-touch-icon.06c4e5af.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon-16x16.933c1db0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/favicon-32x32.7e0bdf32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/index.1db48d1c.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/index.1db48d1c.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/index.f296adc6.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/index.f296adc6.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="manifest" href="site.webmanifest"><link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.dd745047.png"><link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.15dee537.png"><link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.e53b5271.png"><link rel="mask-icon" href="safari-pinned-tab.98d60df6.svg" color="#211a40"><meta name="msapplication-TileColor" content="#211a40"><meta name="theme-color" content="##211a40"><title>Cubes</title><link rel="stylesheet" href="index.36d3d396.css"><script type="module" src="index.3ec5d2ca.js"></script></head><body> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> </body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="manifest" href="site.webmanifest"><link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.06c4e5af.png"><link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.7e0bdf32.png"><link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.933c1db0.png"><link rel="mask-icon" href="safari-pinned-tab.98d60df6.svg" color="#211a40"><meta name="msapplication-TileColor" content="#211a40"><meta name="theme-color" content="##211a40"><title>Cubes</title><link rel="stylesheet" href="index.f296adc6.css"><script type="module" src="index.1db48d1c.js"></script></head><body> <noscript> You need to enable JavaScript to run this app. </noscript> <div id="root"></div> </body></html>
2 changes: 1 addition & 1 deletion docs/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Cubes","short_name":"Cubes","icons":[{"src":"android-chrome-192x192.8b10fb37.png","sizes":"192x192","type":"image/png"},{"src":"android-chrome-256x256.50153151.png","sizes":"256x256","type":"image/png"}],"theme_color":"#211a40","background_color":"#211a40","display":"standalone"}
{"name":"Cubes","short_name":"Cubes","icons":[{"src":"android-chrome-192x192.d8cab756.png","sizes":"192x192","type":"image/png"},{"src":"android-chrome-256x256.b419ed39.png","sizes":"256x256","type":"image/png"}],"theme_color":"#211a40","background_color":"#211a40","display":"standalone"}
3,639 changes: 3,639 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"test": "elm-test"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.1",
"@parcel/transformer-elm": "^2.0.1",
"@parcel/transformer-webmanifest": "^2.0.1",
"elm": "^0.19.1-5",
"elm-test": "^0.19.1-revision7",
"parcel": "^2.0.1"
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/transformer-elm": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"elm": "^0.19.1-6",
"elm-test": "^0.19.1-revision12",
"parcel": "^2.12.0"
}
}
Loading

0 comments on commit 1ee208b

Please sign in to comment.