Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
imal1 committed Sep 19, 2024
1 parent 40b1b78 commit 20765fc
Show file tree
Hide file tree
Showing 3 changed files with 8,939 additions and 14 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ignore-workspace-root-check=true
shamefully-hoist=true
strict-peer-dependencies=false
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"rollup",
"transform"
],
"sideEffects": false,
"exports": {
".": {
"import": {
Expand Down Expand Up @@ -171,28 +172,28 @@
}
},
"dependencies": {
"unplugin": "^1.12.2"
"unplugin": "^1.14.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@nuxt/kit": "^3.13.0",
"@nuxt/schema": "^3.13.0",
"@types/node": "^22.5.1",
"@antfu/eslint-config": "^3.6.2",
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"@types/node": "^22.5.5",
"@types/svg-parser": "^2.0.6",
"bumpp": "^9.5.2",
"chalk": "^5.3.0",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"nodemon": "^3.1.4",
"rimraf": "^5.0.5",
"rollup": "^4.21.2",
"nodemon": "^3.1.5",
"rimraf": "^6.0.1",
"rollup": "^4.22.0",
"svg-parser": "^2.0.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"unconfig": "^0.5.2",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"unconfig": "^0.5.5",
"vite": "^5.4.6",
"vitest": "^2.1.1",
"webpack": "^5.94.0"
}
}
Loading

0 comments on commit 20765fc

Please sign in to comment.