Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Feb 10, 2023
2 parents 2770d4f + cc90704 commit 5e43694
Show file tree
Hide file tree
Showing 3 changed files with 1,682 additions and 1,415 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-svg-transformer",
"version": "0.1.5",
"version": "0.2.0",
"description": "Transform SVG to inject dynamically into Vue component for Nuxt 3.",
"repository": {
"directory": "kiwilan/nuxt-svg-transformer",
Expand Down Expand Up @@ -51,21 +51,21 @@
"test": "pnpm lint"
},
"dependencies": {
"@nuxt/kit": "^3.0.0"
"@nuxt/kit": "^3.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
"@antfu/eslint-config": "^0.35.2",
"@nuxt/module-builder": "^0.2.1",
"@nuxt/schema": "^3.0.0",
"@nuxt/schema": "^3.2.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.11.17",
"@vue/runtime-core": "^3.2.45",
"@types/node": "^18.13.0",
"@vue/runtime-core": "^3.2.47",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"nuxt": "^3.0.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vue": "^3.2.45"
"eslint": "^8.33.0",
"nuxt": "^3.2.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.5",
"vue": "^3.2.47"
}
}
Loading

0 comments on commit 5e43694

Please sign in to comment.