Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 38fc8c9 commit c3ed7c6
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 409 deletions.
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "tsx watch dev.mts"
},
"devDependencies": {
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"tsx": "^4.7.1"
}
}
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"unplugin-macros": "workspace:*",
"vite": "^5.1.5"
"vite": "^5.2.8"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-macros",
"version": "0.11.0",
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"description": "Macros for bundlers.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -77,27 +77,27 @@
"@rollup/pluginutils": "^5.1.0",
"ast-kit": "^0.12.1",
"magic-string-ast": "^0.3.0",
"unplugin": "^1.9.0",
"vite": "^5.1.5",
"vite-node": "^1.3.1"
"unplugin": "^1.10.1",
"vite": "^5.2.8",
"vite-node": "^1.4.0"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.8.6",
"@sxzz/eslint-config": "^3.8.7",
"@sxzz/prettier-config": "^2.0.1",
"@types/dedent": "^0.7.2",
"@types/node": "^20.11.25",
"@types/node": "^20.12.3",
"@vue-macros/test-utils": "^1.4.0",
"bumpp": "^9.4.0",
"dedent": "^1.5.1",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"rollup": "^4.12.1",
"rollup": "^4.14.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"vitest": "^1.3.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"vue": "^3.4.21"
},
"engines": {
Expand Down
Loading

0 comments on commit c3ed7c6

Please sign in to comment.