Skip to content

Commit

Permalink
Merge pull request #56 from SpiriitLabs/dev
Browse files Browse the repository at this point in the history
Version 2.3.1
  • Loading branch information
Applelo authored Oct 10, 2024
2 parents 44d8ff4 + 4ae8270 commit fa9b555
Show file tree
Hide file tree
Showing 16 changed files with 233 additions and 292 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- name: Build
run: pnpm build

- name: Install Playwright
run: npx playwright install

- name: Test
run: pnpm test

Expand Down Expand Up @@ -111,6 +114,9 @@ jobs:
- name: Install
run: pnpm install

- name: Install Playwright
run: npx playwright install

- name: Test
run: pnpm coverage

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ demo/server/public
.nitro
test/fixtures/basic/styles/*
!test/fixtures/basic/styles/.gitkeep
demo/_fixtures/scss/spritemap.scss
demo/_fixtures/scss/spritemap-flags.scss
52 changes: 0 additions & 52 deletions demo/_fixtures/scss/spritemap-flags.scss

This file was deleted.

52 changes: 0 additions & 52 deletions demo/_fixtures/scss/spritemap.scss

This file was deleted.

2 changes: 1 addition & 1 deletion demo/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postcss": "^8.4.47",
"sass": "^1.79.4",
"stylus": "^0.63.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-inspect": "^0.8.7"
}
Expand Down
2 changes: 1 addition & 1 deletion demo/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"nuxt": "^3.13.2",
"sass": "^1.79.4",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion demo/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"concurrently": "^9.0.1",
"postcss": "^8.4.47",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-plugin-inspect": "^0.8.7"
}
Expand Down
2 changes: 1 addition & 1 deletion demo/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}
4 changes: 2 additions & 2 deletions demo/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"devDependencies": {
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/kit": "^2.6.3",
"@sveltejs/kit": "^2.6.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"sass": "^1.79.4",
"stylus": "^0.63.0",
"svelte": "^4.2.19",
"svelte-check": "^4.0.4",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
}
2 changes: 1 addition & 1 deletion demo/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@spiriit/vite-plugin-svg-spritemap": "workspace:*",
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vue-tsc": "^2.1.6"
}
Expand Down
7 changes: 3 additions & 4 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.3.0",
"version": "2.3.1",
"packageManager": "pnpm@9.12.1",
"description": "Generates symbol-based SVG spritemap from all .svg files in a directory",
"author": "Spiriit",
Expand Down Expand Up @@ -59,8 +59,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit --skipLibCheck",
"prepublishOnly": "pnpm build",
"postinstall": "pnpm exec playwright install"
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"vite": "^4.0.0 || ^5.0.0",
Expand Down Expand Up @@ -91,7 +90,7 @@
"rollup": "^4.24.0",
"svg-element-attributes": "^2.1.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"vue": "^3.5.11"
Expand Down
Loading

0 comments on commit fa9b555

Please sign in to comment.