Skip to content

Commit b328500

Browse files
fix(deps): update all non-major dependencies (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4969674 commit b328500

File tree

3 files changed

+356
-342
lines changed

3 files changed

+356
-342
lines changed

package.json

Lines changed: 10 additions & 10 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.6.12",
4+
"packageManager": "pnpm@8.7.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -101,33 +101,33 @@
101101
"prepublishOnly": "pnpm run build"
102102
},
103103
"dependencies": {
104-
"@babel/parser": "^7.22.10",
105-
"@babel/types": "^7.22.10",
106-
"@rollup/pluginutils": "^5.0.3",
104+
"@babel/parser": "^7.22.11",
105+
"@babel/types": "^7.22.11",
106+
"@rollup/pluginutils": "^5.0.4",
107107
"entities": "^4.5.0",
108108
"estree-walker": "^3.0.3",
109109
"jsesc": "^3.0.2",
110-
"magic-string": "^0.30.2",
110+
"magic-string": "^0.30.3",
111111
"unplugin": "^1.4.0"
112112
},
113113
"devDependencies": {
114114
"@sxzz/eslint-config": "^3.4.0",
115115
"@sxzz/prettier-config": "^1.0.4",
116116
"@types/benchmark": "^2.1.2",
117117
"@types/jsesc": "^3.0.1",
118-
"@types/node": "^20.5.1",
119-
"@types/react": "^18.2.20",
118+
"@types/node": "^20.5.7",
119+
"@types/react": "^18.2.21",
120120
"benchmark": "^2.1.4",
121121
"bumpp": "^9.2.0",
122-
"eslint": "^8.47.0",
122+
"eslint": "^8.48.0",
123123
"eslint-define-config": "^1.23.0",
124124
"fast-glob": "^3.3.1",
125125
"prettier": "^3.0.2",
126126
"tsup": "^7.2.0",
127127
"tsx": "^3.12.7",
128-
"typescript": "^5.1.6",
128+
"typescript": "^5.2.2",
129129
"vite": "^4.4.9",
130-
"vitest": "^0.34.2"
130+
"vitest": "^0.34.3"
131131
},
132132
"engines": {
133133
"node": ">=16.14.0"

playground/package.json

Lines changed: 6 additions & 6 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.6.12",
4+
"packageManager": "pnpm@8.7.0",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,16 +11,16 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.55.2",
15-
"@vueuse/core": "^10.3.0",
14+
"@unocss/reset": "^0.55.3",
15+
"@vueuse/core": "^10.4.1",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.19",
21-
"@vitejs/plugin-vue": "^4.3.1",
20+
"@iconify-json/carbon": "^1.1.20",
21+
"@vitejs/plugin-vue": "^4.3.3",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.55.2",
23+
"unocss": "^0.55.3",
2424
"unplugin-auto-import": "^0.16.6",
2525
"unplugin-vue-components": "^0.25.1",
2626
"vite": "^4.4.9",

0 commit comments

Comments
 (0)