Skip to content

Commit

Permalink
fix!: use vue/compiler-sfc deep import (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 authored Jan 8, 2024
1 parent 3d1e0ea commit 25763e4
Show file tree
Hide file tree
Showing 3 changed files with 1,335 additions and 1,347 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-svgo",
"version": "3.5.0",
"version": "4.0.0",
"packageManager": "[email protected]",
"description": "Nuxt module to load optimized SVG files as Vue components",
"keywords": [
Expand Down Expand Up @@ -46,7 +46,6 @@
},
"dependencies": {
"@nuxt/kit": "^3.4.0",
"@vue/compiler-sfc": "^3.2.47",
"mini-svg-data-uri": "^1.4.4",
"svgo": "^3.0.2"
},
Expand All @@ -59,15 +58,16 @@
"cross-env": "^7.0.3",
"eslint": "latest",
"husky": "8.0.3",
"nuxt": "3.8.0",
"nuxt": "3.9.0",
"pnpm": "8.14.0",
"prettier": "2.8.8",
"semantic-release": "^19.0.5",
"vitest": "^0.30.1",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.25"
},
"peerDependencies": {
"svgo-loader": "^4.0.0",
"vue": ">=3.2.13",
"vue-loader": "^17.0.0",
"vue-svg-loader": "0.17.0-beta.2"
},
Expand Down
Loading

0 comments on commit 25763e4

Please sign in to comment.