Skip to content

Commit ab3e626

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

File tree

3 files changed

+706
-129
lines changed

3 files changed

+706
-129
lines changed

package.json

Lines changed: 3 additions & 3 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.25.1",
4+
"packageManager": "pnpm@7.26.2",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -92,13 +92,13 @@
9292
"@types/react": "^18.0.27",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^8.2.1",
95-
"eslint": "^8.32.0",
95+
"eslint": "^8.33.0",
9696
"eslint-define-config": "^1.14.0",
9797
"fast-glob": "^3.2.12",
9898
"prettier": "^2.8.3",
9999
"tsup": "^6.5.0",
100100
"tsx": "^3.12.2",
101-
"typescript": "^5.0.0-beta",
101+
"typescript": "^5.0.0-dev.20230129",
102102
"vite": "^4.0.4",
103103
"vitest": "^0.28.3"
104104
},

playground/package.json

Lines changed: 4 additions & 4 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.25.1",
4+
"packageManager": "pnpm@7.26.2",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@unocss/reset": "^0.49.1",
15-
"@vueuse/core": "^9.11.1",
15+
"@vueuse/core": "^9.12.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.2.45"
1818
},
@@ -21,8 +21,8 @@
2121
"@vitejs/plugin-vue": "^4.0.0",
2222
"@vue/runtime-core": "^3.2.45",
2323
"unocss": "^0.49.1",
24-
"unplugin-auto-import": "^0.12.2",
25-
"unplugin-vue-components": "^0.22.12",
24+
"unplugin-auto-import": "^0.13.0",
25+
"unplugin-vue-components": "^0.23.0",
2626
"vite": "^4.0.4",
2727
"vue-tsc": "^1.0.24"
2828
}

0 commit comments

Comments
 (0)