Skip to content

Commit 46bcdec

Browse files
fix(deps): update all non-major dependencies
1 parent 2712646 commit 46bcdec

File tree

3 files changed

+532
-585
lines changed

3 files changed

+532
-585
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.7.1",
4-
"packageManager": "pnpm@8.10.5",
4+
"packageManager": "pnpm@8.11.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -101,31 +101,31 @@
101101
"prepublishOnly": "pnpm run build"
102102
},
103103
"dependencies": {
104-
"@babel/parser": "^7.23.3",
105-
"@babel/types": "^7.23.3",
106-
"@rollup/pluginutils": "^5.0.5",
104+
"@babel/parser": "^7.23.5",
105+
"@babel/types": "^7.23.5",
106+
"@rollup/pluginutils": "^5.1.0",
107107
"entities": "^4.5.0",
108108
"estree-walker": "^3.0.3",
109109
"jsesc": "^3.0.2",
110110
"magic-string": "^0.30.5",
111111
"unplugin": "^1.5.1"
112112
},
113113
"devDependencies": {
114-
"@sxzz/eslint-config": "^3.7.4",
114+
"@sxzz/eslint-config": "^3.7.5",
115115
"@sxzz/prettier-config": "^2.0.0",
116116
"@types/benchmark": "^2.1.5",
117117
"@types/jsesc": "^3.0.3",
118-
"@types/node": "^20.9.2",
119-
"@types/react": "^18.2.37",
118+
"@types/node": "^20.10.4",
119+
"@types/react": "^18.2.42",
120120
"benchmark": "^2.1.4",
121121
"bumpp": "^9.2.0",
122-
"eslint": "^8.54.0",
122+
"eslint": "^8.55.0",
123123
"fast-glob": "^3.3.2",
124124
"prettier": "^3.1.0",
125125
"tsup": "^8.0.1",
126-
"tsx": "^4.1.4",
127-
"typescript": "^5.2.2",
128-
"vite": "^5.0.4",
126+
"tsx": "^4.6.2",
127+
"typescript": "^5.3.3",
128+
"vite": "^5.0.6",
129129
"vitest": "^0.34.6"
130130
},
131131
"engines": {

playground/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string-playground",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@8.10.5",
4+
"packageManager": "pnpm@8.11.0",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,19 +11,19 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.57.6",
15-
"@vueuse/core": "^10.6.1",
14+
"@unocss/reset": "^0.58.0",
15+
"@vueuse/core": "^10.7.0",
1616
"unplugin-jsx-string": "workspace:*",
17-
"vue": "^3.3.8"
17+
"vue": "^3.3.11"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.21",
21-
"@vitejs/plugin-vue": "^4.5.0",
22-
"@vue/runtime-core": "^3.3.8",
23-
"unocss": "^0.57.6",
24-
"unplugin-auto-import": "^0.16.7",
25-
"unplugin-vue-components": "^0.25.2",
26-
"vite": "^5.0.4",
27-
"vue-tsc": "^1.8.22"
20+
"@iconify-json/carbon": "^1.1.24",
21+
"@vitejs/plugin-vue": "^4.5.2",
22+
"@vue/runtime-core": "^3.3.11",
23+
"unocss": "^0.58.0",
24+
"unplugin-auto-import": "^0.17.2",
25+
"unplugin-vue-components": "^0.26.0",
26+
"vite": "^5.0.6",
27+
"vue-tsc": "^1.8.25"
2828
}
2929
}

0 commit comments

Comments
 (0)