Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.0.1 #64

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ test/fixtures/basic/styles/*
!test/fixtures/basic/styles/.gitkeep
demo/_fixtures/scss/spritemap.scss
demo/_fixtures/scss/spritemap-flags.scss
.tsup
2 changes: 1 addition & 1 deletion demo/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"autoprefixer": "^10.4.20",
"less": "^4.2.1",
"postcss": "^8.4.49",
"sass": "^1.82.0",
"sass": "^1.83.0",
"stylus": "^0.64.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion demo/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"nuxt": "^3.14.1592",
"sass": "^1.82.0",
"sass": "^1.83.0",
"typescript": "5.7.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"postcss": "^8.4.49",
"sass": "^1.82.0",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-inspect": "^0.10.3"
Expand Down
6 changes: 3 additions & 3 deletions demo/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"devDependencies": {
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"@tsconfig/svelte": "^5.0.4",
"sass": "^1.82.0",
"sass": "^1.83.0",
"stylus": "^0.64.0",
"svelte": "^5.8.1",
"svelte": "^5.14.0",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
Expand Down
8 changes: 4 additions & 4 deletions demo/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"devDependencies": {
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"sass": "^1.82.0",
"@sveltejs/kit": "^2.12.0",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"sass": "^1.83.0",
"stylus": "^0.64.0",
"svelte": "^5.8.1",
"svelte": "^5.14.0",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion demo/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.82.0",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
Expand Down
16 changes: 8 additions & 8 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": "3.0.0",
"version": "3.0.1",
"packageManager": "pnpm@9.15.0",
"description": "Generates symbol-based SVG spritemap from all .svg files in a directory",
"author": "Spiriit",
Expand Down Expand Up @@ -77,20 +77,20 @@
},
"dependencies": {
"@xmldom/xmldom": "^0.9.6",
"fast-glob": "^3.3.2",
"hash-sum": "^2.0.0",
"mini-svg-data-uri": "^1.4.4"
"mini-svg-data-uri": "^1.4.4",
"tinyglobby": "^0.2.10"
},
"devDependencies": {
"@antfu/eslint-config": "3.11.2",
"@antfu/eslint-config": "3.12.0",
"@types/hash-sum": "^1.0.2",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/xmldom": "^0.1.34",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"c8": "^10.1.2",
"eslint": "^9.16.0",
"playwright": "^1.49.0",
"c8": "^10.1.3",
"eslint": "^9.17.0",
"playwright": "^1.49.1",
"rollup": "^4.28.1",
"svg-element-attributes": "^2.1.0",
"svgo": "^3.3.2",
Expand Down
Loading
Loading