Skip to content

Commit 687356f

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

File tree

4 files changed

+1125
-978
lines changed

4 files changed

+1125
-978
lines changed

examples/esbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "tsx watch dev.mts"
77
},
88
"devDependencies": {
9-
"esbuild": "^0.23.1",
10-
"tsx": "^4.17.0"
9+
"esbuild": "^0.24.0",
10+
"tsx": "^4.19.2"
1111
}
1212
}

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"typescript": "^5.5.4",
12+
"typescript": "^5.6.3",
1313
"unplugin-macros": "workspace:*",
14-
"vite": "^5.4.1"
14+
"vite": "^5.4.10"
1515
}
1616
}

package.json

Lines changed: 19 additions & 19 deletions
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.12.3",
55
"description": "Macros for bundlers.",
66
"type": "module",
77
"keywords": [
@@ -77,32 +77,32 @@
7777
"prepublishOnly": "pnpm run build"
7878
},
7979
"dependencies": {
80-
"@rollup/pluginutils": "^5.1.0",
81-
"ast-kit": "^1.1.0",
80+
"@rollup/pluginutils": "^5.1.3",
81+
"ast-kit": "^1.3.0",
8282
"magic-string-ast": "^0.6.2",
83-
"unplugin": "^1.12.2",
84-
"vite": "^5.4.1",
85-
"vite-node": "^2.0.5"
83+
"unplugin": "^1.15.0",
84+
"vite": "^5.4.10",
85+
"vite-node": "^2.1.4"
8686
},
8787
"devDependencies": {
88-
"@babel/eslint-parser": "^7.25.1",
89-
"@babel/types": "^7.25.2",
90-
"@sxzz/eslint-config": "^4.1.0",
88+
"@babel/eslint-parser": "^7.25.9",
89+
"@babel/types": "^7.26.0",
90+
"@sxzz/eslint-config": "^4.4.0",
9191
"@sxzz/prettier-config": "^2.0.2",
9292
"@types/dedent": "^0.7.2",
93-
"@types/node": "^20.16.0",
94-
"@vue-macros/test-utils": "^1.6.0",
95-
"bumpp": "^9.5.1",
93+
"@types/node": "^20.17.2",
94+
"@vue-macros/test-utils": "^1.7.0",
95+
"bumpp": "^9.8.0",
9696
"dedent": "^1.5.3",
97-
"eslint": "^9.9.0",
97+
"eslint": "^9.13.0",
9898
"fast-glob": "^3.3.2",
9999
"prettier": "^3.3.3",
100-
"rollup": "^4.21.0",
101-
"tsup": "^8.2.4",
102-
"tsx": "^4.17.0",
103-
"typescript": "^5.5.4",
104-
"vitest": "^2.0.5",
105-
"vue": "^3.4.38"
100+
"rollup": "^4.24.2",
101+
"tsup": "^8.3.5",
102+
"tsx": "^4.19.2",
103+
"typescript": "^5.6.3",
104+
"vitest": "^2.1.4",
105+
"vue": "^3.5.12"
106106
},
107107
"engines": {
108108
"node": ">=18.12.0"

0 commit comments

Comments
 (0)