Skip to content

Commit 15cdcb4

Browse files
committed
Upgrade minor dependencies
1 parent 8bf3d4c commit 15cdcb4

3 files changed

Lines changed: 418 additions & 466 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dist-ssr
3636
*.sw?
3737

3838
/storybook-static
39+
/.pnpm-store
3940

4041
# Script output
4142
scripts/**/output

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,50 +31,50 @@
3131
},
3232
"dependencies": {
3333
"@codemirror/lang-json": "6.0.2",
34-
"@codemirror/language": "6.12.2",
34+
"@codemirror/language": "6.12.3",
3535
"@codemirror/lint": "6.9.5",
3636
"@codemirror/state": "6.6.0",
37-
"@codemirror/view": "6.40.0",
37+
"@codemirror/view": "6.41.0",
3838
"@lezer/highlight": "1.2.3",
3939
"anpr-wiegand": "2.0.1",
4040
"codemirror": "6.0.2",
4141
"colord": "2.9.3",
42-
"drizzle-orm": "0.45.1",
42+
"drizzle-orm": "0.45.2",
4343
"he": "1.2.0",
4444
"jsonrepair": "3.13.3",
4545
"qr-scanner": "1.4.2",
4646
"qrcode": "1.5.4",
4747
"valibot": "1.3.1",
48-
"vue": "3.5.30",
48+
"vue": "3.5.32",
4949
"vue-router": "5.0.4"
5050
},
5151
"devDependencies": {
52-
"@aws-sdk/client-s3": "3.1015.0",
53-
"@aws-sdk/lib-storage": "3.1015.0",
54-
"@biomejs/biome": "2.4.8",
55-
"@cloudflare/vite-plugin": "1.30.0",
56-
"@storybook/addon-docs": "10.3.3",
57-
"@storybook/vue3-vite": "10.3.3",
52+
"@aws-sdk/client-s3": "3.1024.0",
53+
"@aws-sdk/lib-storage": "3.1024.0",
54+
"@biomejs/biome": "2.4.10",
55+
"@cloudflare/vite-plugin": "1.31.0",
56+
"@storybook/addon-docs": "10.3.4",
57+
"@storybook/vue3-vite": "10.3.4",
5858
"@tsconfig/node24": "24.0.4",
5959
"@types/he": "1.2.3",
60-
"@types/node": "25.5.0",
60+
"@types/node": "25.5.2",
6161
"@types/qrcode": "1.5.6",
6262
"@vitejs/plugin-vue": "6.0.5",
63-
"@vitest/coverage-v8": "4.1.1",
64-
"@vitest/ui": "4.1.1",
63+
"@vitest/coverage-v8": "4.1.2",
64+
"@vitest/ui": "4.1.2",
6565
"@vue/tsconfig": "0.9.1",
6666
"better-sqlite3": "12.8.0",
6767
"dotenv-cli": "11.0.0",
6868
"drizzle-kit": "0.31.10",
6969
"jsdom": "29.0.1",
70-
"storybook": "10.3.3",
70+
"storybook": "10.3.4",
7171
"tsx": "^4.21.0",
7272
"typescript": "6.0.2",
73-
"vite": "8.0.2",
73+
"vite": "8.0.3",
7474
"vite-plugin-pwa": "1.2.0",
7575
"vite-plugin-vue-devtools": "8.1.1",
76-
"vitest": "4.1.1",
76+
"vitest": "4.1.2",
7777
"vue-tsc": "3.2.6",
78-
"wrangler": "4.76.0"
78+
"wrangler": "4.80.0"
7979
}
8080
}

0 commit comments

Comments
 (0)