Skip to content

Commit 84475fb

Browse files
chore(deps): update all non-major dependencies (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc65ebf commit 84475fb

File tree

3 files changed

+220
-294
lines changed

3 files changed

+220
-294
lines changed

package.json

Lines changed: 2 additions & 2 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.4.0",
4+
"packageManager": "pnpm@8.5.1",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -88,7 +88,7 @@
8888
"@sxzz/eslint-config": "^2.4.6",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.16.5",
91+
"@types/node": "^18.16.9",
9292
"@types/react": "^18.2.6",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.1.0",

playground/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-playground",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@8.4.0",
4+
"packageManager": "pnpm@8.5.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.12",
14+
"@unocss/reset": "^0.51.13",
1515
"@vueuse/core": "^10.1.2",
1616
"unplugin-jsx-string": "workspace:*",
17-
"vue": "^3.2.47"
17+
"vue": "^3.3.2"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.16",
21-
"@vitejs/plugin-vue": "^4.2.1",
22-
"@vue/runtime-core": "^3.2.47",
23-
"unocss": "^0.51.12",
21+
"@vitejs/plugin-vue": "^4.2.3",
22+
"@vue/runtime-core": "^3.3.2",
23+
"unocss": "^0.51.13",
2424
"unplugin-auto-import": "^0.15.3",
2525
"unplugin-vue-components": "^0.24.1",
2626
"vite": "^4.3.5",
27-
"vue-tsc": "^1.6.4"
27+
"vue-tsc": "^1.6.5"
2828
}
2929
}

0 commit comments

Comments
 (0)