Skip to content

Commit fbab1dc

Browse files
chore(deps): update all non-major dependencies
1 parent f71b957 commit fbab1dc

File tree

4 files changed

+297
-369
lines changed

4 files changed

+297
-369
lines changed

examples/esbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"devDependencies": {
99
"esbuild": "^0.23.1",
10-
"tsx": "^4.17.0"
10+
"tsx": "^4.19.0"
1111
}
1212
}

examples/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"devDependencies": {
1212
"typescript": "^5.5.4",
1313
"unplugin-macros": "workspace:*",
14-
"vite": "^5.4.1"
14+
"vite": "^5.4.2"
1515
}
1616
}

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-macros",
33
"version": "0.13.3",
4-
"packageManager": "pnpm@9.7.1",
4+
"packageManager": "pnpm@9.9.0",
55
"description": "Macros for bundlers.",
66
"type": "module",
77
"keywords": [
@@ -80,26 +80,26 @@
8080
"@rollup/pluginutils": "^5.1.0",
8181
"ast-kit": "^1.1.0",
8282
"magic-string-ast": "^0.6.2",
83-
"unplugin": "^1.12.2",
84-
"vite": "^5.4.1",
83+
"unplugin": "^1.12.3",
84+
"vite": "^5.4.2",
8585
"vite-node": "^2.0.5"
8686
},
8787
"devDependencies": {
8888
"@babel/eslint-parser": "^7.25.1",
89-
"@babel/types": "^7.25.2",
90-
"@sxzz/eslint-config": "^4.1.0",
89+
"@babel/types": "^7.25.6",
90+
"@sxzz/eslint-config": "^4.1.1",
9191
"@sxzz/prettier-config": "^2.0.2",
9292
"@types/dedent": "^0.7.2",
93-
"@types/node": "^20.16.0",
93+
"@types/node": "^20.16.3",
9494
"@vue-macros/test-utils": "^1.6.0",
95-
"bumpp": "^9.5.1",
95+
"bumpp": "^9.5.2",
9696
"dedent": "^1.5.3",
97-
"eslint": "^9.9.0",
97+
"eslint": "^9.9.1",
9898
"fast-glob": "^3.3.2",
9999
"prettier": "^3.3.3",
100-
"rollup": "^4.21.0",
100+
"rollup": "^4.21.2",
101101
"tsup": "^8.2.4",
102-
"tsx": "^4.17.0",
102+
"tsx": "^4.19.0",
103103
"typescript": "^5.5.4",
104104
"vitest": "^2.0.5",
105105
"vue": "^3.4.38"

0 commit comments

Comments
 (0)