Skip to content

Commit

Permalink
fix: bump dependencies (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien authored Jul 29, 2024
1 parent 1971226 commit 7bbdc34
Show file tree
Hide file tree
Showing 2 changed files with 815 additions and 529 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,32 +197,32 @@
"dependencies": {
"@antfu/install-pkg": "^0.3.3",
"@antfu/utils": "^0.7.10",
"@iconify/utils": "^2.1.25",
"debug": "^4.3.5",
"@iconify/utils": "^2.1.29",
"debug": "^4.3.6",
"kolorist": "^1.8.0",
"local-pkg": "^0.5.0",
"unplugin": "^1.11.0"
"unplugin": "^1.12.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.2",
"@iconify/json": "^2.2.230",
"@antfu/eslint-config": "^2.24.0",
"@iconify/json": "^2.2.232",
"@iconify/types": "^2.0.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgx/core": "^1.0.1",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.11",
"@types/node": "^20.14.13",
"@vue/compiler-sfc": "^3.4.33",
"bumpp": "^9.4.1",
"cross-env": "^7.0.3",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"publint": "^0.2.9",
"rollup": "^4.19.0",
"tsup": "^8.2.2",
"rollup": "^4.19.1",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vitest": "1.0.0-beta.2"
"vite": "^5.3.5",
"vitest": "^2.0.4"
}
}
Loading

0 comments on commit 7bbdc34

Please sign in to comment.