Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz authored Oct 29, 2024
1 parent 50c0e0e commit ab39c89
Show file tree
Hide file tree
Showing 4 changed files with 1,384 additions and 1,317 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.2"
}
}
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.5.4",
"typescript": "^5.6.3",
"unplugin-macros": "workspace:*",
"vite": "^5.4.1"
}
Expand Down
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.4",
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.12.3",
"description": "Macros for bundlers.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -81,32 +81,32 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"ast-kit": "^1.1.0",
"@rollup/pluginutils": "^5.1.3",
"ast-kit": "^1.3.0",
"magic-string-ast": "^0.6.2",
"unplugin": "^1.12.2",
"unplugin": "^1.15.0",
"vite": "^5.4.1",
"vite-node": "^2.0.5"
"vite-node": "^2.1.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/types": "^7.25.2",
"@sxzz/eslint-config": "^4.1.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/types": "^7.26.0",
"@sxzz/eslint-config": "^4.4.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.17.2",
"@vue-macros/test-utils": "^1.7.0",
"bumpp": "^9.8.0",
"dedent": "^1.5.3",
"eslint": "^9.9.0",
"eslint": "^9.13.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"
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"vue": "^3.5.12"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit ab39c89

Please sign in to comment.