Skip to content

Commit f69c651

Browse files
chore(deps): update all non-major dependencies
1 parent 6fad550 commit f69c651

File tree

3 files changed

+136
-772
lines changed

3 files changed

+136
-772
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@7.28.0",
4+
"packageManager": "pnpm@7.29.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -88,7 +88,7 @@
8888
"@sxzz/eslint-config": "^2.4.5",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.14.2",
91+
"@types/node": "^18.14.6",
9292
"@types/react": "^18.0.28",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.0.0",

playground/package.json

Lines changed: 5 additions & 5 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@7.28.0",
4+
"packageManager": "pnpm@7.29.0",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,7 +11,7 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.50.3",
14+
"@unocss/reset": "^0.50.4",
1515
"@vueuse/core": "^9.13.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.2.47"
@@ -20,9 +20,9 @@
2020
"@iconify-json/carbon": "^1.1.16",
2121
"@vitejs/plugin-vue": "^4.0.0",
2222
"@vue/runtime-core": "^3.2.47",
23-
"unocss": "^0.50.3",
24-
"unplugin-auto-import": "^0.15.0",
25-
"unplugin-vue-components": "^0.24.0",
23+
"unocss": "^0.50.4",
24+
"unplugin-auto-import": "^0.15.1",
25+
"unplugin-vue-components": "^0.24.1",
2626
"vite": "^4.1.4",
2727
"vue-tsc": "^1.2.0"
2828
}

0 commit comments

Comments
 (0)