Skip to content

Commit 159ff9c

Browse files
chore(deps): update all non-major dependencies (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74e7020 commit 159ff9c

File tree

3 files changed

+321
-286
lines changed

3 files changed

+321
-286
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.7.0",
4-
"packageManager": "[email protected].10",
4+
"packageManager": "[email protected].11",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -89,26 +89,26 @@
8989
"entities": "^4.5.0",
9090
"estree-walker": "^3.0.3",
9191
"jsesc": "^3.0.2",
92-
"magic-string": "^0.30.1",
92+
"magic-string": "^0.30.2",
9393
"unplugin": "^1.4.0"
9494
},
9595
"devDependencies": {
9696
"@sxzz/eslint-config": "^3.2.3",
9797
"@sxzz/prettier-config": "^1.0.4",
9898
"@types/benchmark": "^2.1.2",
9999
"@types/jsesc": "^3.0.1",
100-
"@types/node": "^20.4.4",
101-
"@types/react": "^18.2.15",
100+
"@types/node": "^20.4.5",
101+
"@types/react": "^18.2.17",
102102
"benchmark": "^2.1.4",
103103
"bumpp": "^9.1.1",
104-
"eslint": "^8.45.0",
105-
"eslint-define-config": "^1.21.0",
104+
"eslint": "^8.46.0",
105+
"eslint-define-config": "^1.22.0",
106106
"fast-glob": "^3.3.1",
107107
"prettier": "^3.0.0",
108108
"tsup": "^7.1.0",
109109
"tsx": "^3.12.7",
110110
"typescript": "^5.1.6",
111-
"vite": "^4.4.6",
111+
"vite": "^4.4.7",
112112
"vitest": "^0.33.0"
113113
},
114114
"engines": {

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": "[email protected].10",
4+
"packageManager": "[email protected].11",
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.53.6",
15-
"@vueuse/core": "^10.2.1",
14+
"@unocss/reset": "^0.54.1",
15+
"@vueuse/core": "^10.3.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.18",
2121
"@vitejs/plugin-vue": "^4.2.3",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.53.6",
23+
"unocss": "^0.54.1",
2424
"unplugin-auto-import": "^0.16.6",
2525
"unplugin-vue-components": "^0.25.1",
26-
"vite": "^4.4.6",
27-
"vue-tsc": "^1.8.6"
26+
"vite": "^4.4.7",
27+
"vue-tsc": "^1.8.8"
2828
}
2929
}

0 commit comments

Comments
 (0)