Skip to content

Commit 9b07f32

Browse files
chore(deps): update all non-major dependencies (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fa0dc6 commit 9b07f32

File tree

3 files changed

+295
-288
lines changed

3 files changed

+295
-288
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.6.0",
4-
"packageManager": "pnpm@8.2.0",
4+
"packageManager": "pnpm@8.3.1",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -88,18 +88,18 @@
8888
"@sxzz/eslint-config": "^2.4.6",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.15.11",
92-
"@types/react": "^18.0.35",
91+
"@types/node": "^18.16.0",
92+
"@types/react": "^18.0.38",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.1.0",
95-
"eslint": "^8.38.0",
96-
"eslint-define-config": "^1.18.0",
95+
"eslint": "^8.39.0",
96+
"eslint-define-config": "^1.19.0",
9797
"fast-glob": "^3.2.12",
98-
"prettier": "^2.8.7",
98+
"prettier": "^2.8.8",
9999
"tsup": "^6.7.0",
100100
"tsx": "^3.12.6",
101101
"typescript": "^5.0.4",
102-
"vite": "^4.2.1",
102+
"vite": "^4.3.1",
103103
"vitest": "^0.30.1"
104104
},
105105
"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": "pnpm@8.2.0",
4+
"packageManager": "pnpm@8.3.1",
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.51.4",
15-
"@vueuse/core": "^10.0.2",
14+
"@unocss/reset": "^0.51.8",
15+
"@vueuse/core": "^10.1.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.2.47"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.16",
2121
"@vitejs/plugin-vue": "^4.1.0",
2222
"@vue/runtime-core": "^3.2.47",
23-
"unocss": "^0.51.4",
23+
"unocss": "^0.51.8",
2424
"unplugin-auto-import": "^0.15.3",
2525
"unplugin-vue-components": "^0.24.1",
26-
"vite": "^4.2.1",
27-
"vue-tsc": "^1.2.0"
26+
"vite": "^4.3.1",
27+
"vue-tsc": "^1.4.4"
2828
}
2929
}

0 commit comments

Comments
 (0)