Skip to content

Commit 2deec19

Browse files
fix(deps): update all non-major dependencies
1 parent eb9fbf2 commit 2deec19

File tree

3 files changed

+1965
-1536
lines changed

3 files changed

+1965
-1536
lines changed

package.json

Lines changed: 18 additions & 18 deletions
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.15.9",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -101,32 +101,32 @@
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.25.4",
105+
"@babel/types": "^7.25.4",
106+
"@rollup/pluginutils": "^5.1.0",
107107
"entities": "^5.0.0",
108108
"estree-walker": "^3.0.3",
109109
"jsesc": "^3.0.2",
110-
"magic-string": "^0.30.5",
111-
"unplugin": "^1.5.1"
110+
"magic-string": "^0.30.11",
111+
"unplugin": "^1.12.2"
112112
},
113113
"devDependencies": {
114-
"@sxzz/eslint-config": "^3.7.4",
115-
"@sxzz/prettier-config": "^2.0.0",
114+
"@sxzz/eslint-config": "^3.17.4",
115+
"@sxzz/prettier-config": "^2.0.2",
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.16.2",
119+
"@types/react": "^18.3.4",
120120
"benchmark": "^2.1.4",
121-
"bumpp": "^9.2.0",
122-
"eslint": "^8.54.0",
121+
"bumpp": "^9.5.2",
122+
"eslint": "^8.57.0",
123123
"fast-glob": "^3.3.2",
124-
"prettier": "^3.1.0",
125-
"tsup": "^8.0.1",
126-
"tsx": "^4.1.4",
127-
"typescript": "^5.2.2",
128-
"vite": "^5.0.4",
129-
"vitest": "^2.0.3"
124+
"prettier": "^3.3.3",
125+
"tsup": "^8.2.4",
126+
"tsx": "^4.19.0",
127+
"typescript": "^5.5.4",
128+
"vite": "^5.4.2",
129+
"vitest": "^2.0.5"
130130
},
131131
"engines": {
132132
"node": ">=16.14.0"

playground/package.json

Lines changed: 12 additions & 12 deletions
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.15.9",
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": "^11.0.0",
14+
"@unocss/reset": "^0.62.3",
15+
"@vueuse/core": "^11.0.3",
1616
"unplugin-jsx-string": "workspace:*",
17-
"vue": "^3.3.8"
17+
"vue": "^3.4.38"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.21",
21-
"@vitejs/plugin-vue": "^5.0.2",
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": "^2.0.3"
20+
"@iconify-json/carbon": "^1.1.37",
21+
"@vitejs/plugin-vue": "^5.1.2",
22+
"@vue/runtime-core": "^3.4.38",
23+
"unocss": "^0.62.3",
24+
"unplugin-auto-import": "^0.18.2",
25+
"unplugin-vue-components": "^0.27.4",
26+
"vite": "^5.4.2",
27+
"vue-tsc": "^2.1.0"
2828
}
2929
}

0 commit comments

Comments
 (0)