Skip to content

Commit

Permalink
add multi instance base with route option
Browse files Browse the repository at this point in the history
  • Loading branch information
Applelo committed Jan 26, 2024
1 parent 2306480 commit 70b4edc
Show file tree
Hide file tree
Showing 18 changed files with 477 additions and 488 deletions.
2 changes: 1 addition & 1 deletion demo/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"stylus": "^0.62.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.1"
"vite-plugin-inspect": "^0.8.3"
}
}
2 changes: 1 addition & 1 deletion demo/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-inspect": "^0.8.1"
"vite-plugin-inspect": "^0.8.3"
}
}
2 changes: 1 addition & 1 deletion demo/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.4.1",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"sass": "^1.70.0",
"svelte": "^4.2.9",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spiriit/vite-plugin-svg-spritemap",
"type": "module",
"version": "2.2.4",
"version": "2.3.0",
"packageManager": "pnpm@8.14.1",
"description": "Generates symbol-based SVG spritemap from all .svg files in a directory",
"author": "Spiriit",
Expand Down Expand Up @@ -80,7 +80,7 @@
"devDependencies": {
"@antfu/eslint-config": "2.6.3",
"@types/hash-sum": "^1.0.2",
"@types/node": "^20.11.5",
"@types/node": "^20.11.7",
"@types/xmldom": "^0.1.34",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.1",
Expand Down

0 comments on commit 70b4edc

Please sign in to comment.