Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Jan 17, 2024
1 parent df14aba commit 8574b11
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 164 deletions.
2 changes: 1 addition & 1 deletion demo/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"nuxt": "^3.9.2",
"nuxt": "^3.9.3",
"sass": "^1.69.7",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
Expand Down
2 changes: 1 addition & 1 deletion demo/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"sass": "^1.69.7",
"svelte": "^4.2.8",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion demo/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sveltejs/kit": "^2.3.3",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"sass": "^1.69.7",
"svelte": "^4.2.8",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
"devDependencies": {
"@antfu/eslint-config": "2.6.2",
"@types/hash-sum": "^1.0.2",
"@types/node": "^20.11.4",
"@types/node": "^20.11.5",
"@types/xmldom": "^0.1.34",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/coverage-v8": "^1.2.1",
"c8": "^9.1.0",
"eslint": "^8.56.0",
"playwright": "^1.41.0",
Expand All @@ -92,7 +92,7 @@
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.2.0",
"vitest": "^1.2.1",
"vue": "^3.4.14"
}
}
Loading

0 comments on commit 8574b11

Please sign in to comment.