Skip to content

Commit 15e86f9

Browse files
committed
chore: fix docs package json
1 parent ce2ffad commit 15e86f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs-svelte-kit/package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "docs",
33
"private": true,
44
"type": "module",
5+
"version": "0.0.0",
56
"scripts": {
67
"lint": "eslint --cache .",
78
"lint-fix": "eslint --cache . --fix",
@@ -17,7 +18,7 @@
1718
"@ota-meshi/eslint-plugin": "^0.17.5",
1819
"@sindresorhus/slugify": "^2.2.1",
1920
"@sveltejs/adapter-static": "^3.0.5",
20-
"@sveltejs/kit": "^2.7.1",
21+
"@sveltejs/kit": "^2.7.2",
2122
"@sveltejs/vite-plugin-svelte": "^4.0.0",
2223
"@types/babel__core": "^7.20.5",
2324
"@types/cross-spawn": "^6.0.6",
@@ -28,7 +29,7 @@
2829
"@types/markdown-it": "^14.1.2",
2930
"@types/markdown-it-container": "^2.0.10",
3031
"@types/markdown-it-emoji": "^3.0.1",
31-
"@types/node": "^20.16.11",
32+
"@types/node": "^20.16.13",
3233
"@types/prismjs": "^1.26.4",
3334
"@types/stylus": "^0.48.43",
3435
"@typescript/vfs": "^1.6.0",
@@ -50,10 +51,10 @@
5051
"postcss-nested": "^6.2.0",
5152
"prism-svelte": "^0.5.0",
5253
"prismjs": "^1.29.0",
53-
"sass": "^1.79.5",
54+
"sass": "^1.80.3",
5455
"source-map-js": "^1.2.1",
5556
"stylus": "^0.64.0",
56-
"svelte": "^5.0.0",
57+
"svelte": "^5.0.3",
5758
"svelte-adapter-ghpages": "0.2.2",
5859
"util": "^0.12.5",
5960
"vite": "^5.4.9",

0 commit comments

Comments
 (0)