Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent f48b16a commit 7bfc297
Show file tree
Hide file tree
Showing 2 changed files with 1,059 additions and 714 deletions.
34 changes: 17 additions & 17 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-glob",
"version": "0.3.3",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.7",
"description": "Imports or exports files using glob match for ES Module.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -74,26 +74,26 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.5",
"@rollup/pluginutils": "^5.1.0",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.5",
"magic-string": "^0.30.10",
"pkg-exports": "^0.2.0",
"unplugin": "^1.5.1"
"unplugin": "^1.10.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@types/node": "^20.9.2",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"rollup": "^4.5.0",
"rollup-plugin-esbuild": "^6.1.0",
"tsup": "^8.0.1",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vite": "^5.0.2",
"vitest": "^1.0.4"
"@sxzz/eslint-config": "^3.9.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"rollup": "^4.16.4",
"rollup-plugin-esbuild": "^6.1.1",
"tsup": "^8.0.2",
"tsx": "^4.7.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit 7bfc297

Please sign in to comment.