Skip to content

Commit 3994172

Browse files
committed
update libs
1 parent 6fa1057 commit 3994172

2 files changed

Lines changed: 602 additions & 884 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,41 @@
1616
"format": "pnpify run prettier --plugin prettier-plugin-svelte --write src"
1717
},
1818
"dependencies": {
19-
"@astrojs/svelte": "^8.0.5",
19+
"@astrojs/svelte": "^8.1.0",
2020
"@codemirror/commands": "^6.10.3",
2121
"@codemirror/lang-html": "6.4.11",
2222
"@codemirror/language": "6.12.3",
2323
"@codemirror/state": "6.6.0",
24-
"@codemirror/view": "^6.41.1",
24+
"@codemirror/view": "^6.42.1",
2525
"@hotwired/turbo": "8.0.23",
2626
"@iconify-json/mdi": "^1.2.3",
2727
"@lezer/common": "^1.5.2",
2828
"@lezer/highlight": "^1.2.3",
2929
"@rollup/plugin-yaml": "^4.1.2",
3030
"@vite-pwa/astro": "^1.2.0",
31-
"astro": "^6.1.8",
31+
"astro": "^6.3.1",
3232
"astro-icon": "1.1.5",
3333
"comlink": "^4.4.2",
3434
"lodash": "4.18.1",
3535
"normalize.css": "8.0.1",
36-
"postcss": "8.5.10",
36+
"postcss": "8.5.14",
3737
"postcss-import": "16.1.1",
3838
"postcss-load-config": "^6.0.1",
3939
"postcss-loader": "8.2.1",
4040
"postcss-preset-env": "11.2.1",
4141
"postcss-reporter": "7.1.0",
4242
"rehype-external-links": "^3.0.0",
43-
"svelte": "5.55.4",
44-
"vite": "^7.3.2",
45-
"vite-plugin-pwa": "^1.2.0",
46-
"workbox-background-sync": "^7.4.0",
47-
"workbox-core": "^7.4.0",
48-
"workbox-expiration": "^7.4.0",
49-
"workbox-precaching": "^7.4.0",
50-
"workbox-routing": "^7.4.0",
51-
"workbox-strategies": "^7.4.0",
52-
"workbox-webpack-plugin": "7.4.0",
53-
"workbox-window": "7.4.0"
43+
"svelte": "5.55.5",
44+
"vite": "^7.3.3",
45+
"vite-plugin-pwa": "^1.3.0",
46+
"workbox-background-sync": "^7.4.1",
47+
"workbox-core": "^7.4.1",
48+
"workbox-expiration": "^7.4.1",
49+
"workbox-precaching": "^7.4.1",
50+
"workbox-routing": "^7.4.1",
51+
"workbox-strategies": "^7.4.1",
52+
"workbox-webpack-plugin": "7.4.1",
53+
"workbox-window": "7.4.1"
5454
},
5555
"devDependencies": {
5656
"@yarnpkg/pnpify": "^4.1.6",

0 commit comments

Comments
 (0)