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 Sep 22, 2024
1 parent f71b957 commit 7c8e561
Show file tree
Hide file tree
Showing 4 changed files with 899 additions and 737 deletions.
4 changes: 2 additions & 2 deletions 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.23.1",
"tsx": "^4.17.0"
"esbuild": "^0.24.0",
"tsx": "^4.19.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.5.4",
"typescript": "^5.6.2",
"unplugin-macros": "workspace:*",
"vite": "^5.4.1"
"vite": "^5.4.7"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-macros",
"version": "0.13.3",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.11.0",
"description": "Macros for bundlers.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -78,31 +78,31 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"ast-kit": "^1.1.0",
"ast-kit": "^1.2.0",
"magic-string-ast": "^0.6.2",
"unplugin": "^1.12.2",
"vite": "^5.4.1",
"vite-node": "^2.0.5"
"unplugin": "^1.14.1",
"vite": "^5.4.7",
"vite-node": "^2.1.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/types": "^7.25.2",
"@sxzz/eslint-config": "^4.1.0",
"@babel/types": "^7.25.6",
"@sxzz/eslint-config": "^4.2.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/dedent": "^0.7.2",
"@types/node": "^20.16.0",
"@vue-macros/test-utils": "^1.6.0",
"bumpp": "^9.5.1",
"@types/node": "^20.16.5",
"@vue-macros/test-utils": "^1.7.0",
"bumpp": "^9.5.2",
"dedent": "^1.5.3",
"eslint": "^9.9.0",
"eslint": "^9.11.0",
"fast-glob": "^3.3.2",
"prettier": "^3.3.3",
"rollup": "^4.21.0",
"tsup": "^8.2.4",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue": "^3.4.38"
"rollup": "^4.22.4",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vue": "^3.5.8"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit 7c8e561

Please sign in to comment.