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] committed May 3, 2024
1 parent 4f40060 commit cfa9f85
Show file tree
Hide file tree
Showing 4 changed files with 569 additions and 436 deletions.
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"devDependencies": {
"esbuild": "^0.20.2",
"tsx": "^4.7.2"
"tsx": "^4.9.0"
}
}
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"typescript": "^5.4.5",
"unplugin-macros": "workspace:*",
"vite": "^5.2.9"
"vite": "^5.2.11"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-macros",
"version": "0.13.0",
"packageManager": "pnpm@9.0.1",
"packageManager": "pnpm@9.0.6",
"description": "Macros for bundlers.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -79,27 +79,27 @@
"ast-kit": "^0.12.1",
"magic-string-ast": "^0.5.0",
"unplugin": "^1.10.1",
"vite": "^5.2.9",
"vite-node": "^1.5.0"
"vite": "^5.2.11",
"vite-node": "^1.5.3"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@sxzz/eslint-config": "^3.9.1",
"@babel/types": "^7.24.5",
"@sxzz/eslint-config": "^3.11.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/dedent": "^0.7.2",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@vue-macros/test-utils": "^1.4.0",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"dedent": "^1.5.3",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"fast-glob": "^3.3.2",
"prettier": "^3.2.5",
"rollup": "^4.14.3",
"rollup": "^4.17.2",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"tsx": "^4.9.0",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vue": "^3.4.23"
"vitest": "^1.5.3",
"vue": "^3.4.26"
},
"engines": {
"node": ">=18.12.0"
Expand Down

0 comments on commit cfa9f85

Please sign in to comment.