Skip to content

Commit bd742f3

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

File tree

3 files changed

+313
-306
lines changed

3 files changed

+313
-306
lines changed

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",
33
"version": "0.6.0",
4-
"packageManager": "[email protected].4",
4+
"packageManager": "[email protected].5",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -86,20 +86,20 @@
8686
},
8787
"devDependencies": {
8888
"@sxzz/eslint-config": "^3.1.0",
89-
"@sxzz/prettier-config": "^1.0.2",
89+
"@sxzz/prettier-config": "^1.0.3",
9090
"@types/benchmark": "^2.1.2",
9191
"@types/jsesc": "^3.0.1",
92-
"@types/node": "^20.3.1",
92+
"@types/node": "^20.3.3",
9393
"@types/react": "^18.2.14",
9494
"benchmark": "^2.1.4",
9595
"bumpp": "^9.1.1",
96-
"eslint": "^8.43.0",
96+
"eslint": "^8.44.0",
9797
"eslint-define-config": "^1.21.0",
98-
"fast-glob": "^3.2.12",
98+
"fast-glob": "^3.3.0",
9999
"prettier": "^2.8.8",
100100
"tsup": "^7.1.0",
101101
"tsx": "^3.12.7",
102-
"typescript": "^5.1.3",
102+
"typescript": "^5.1.6",
103103
"vite": "^4.3.9",
104104
"vitest": "^0.32.2"
105105
},

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": "[email protected].4",
4+
"packageManager": "[email protected].5",
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.3",
15-
"@vueuse/core": "^10.2.0",
14+
"@unocss/reset": "^0.53.4",
15+
"@vueuse/core": "^10.2.1",
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.3",
23+
"unocss": "^0.53.4",
2424
"unplugin-auto-import": "^0.16.4",
2525
"unplugin-vue-components": "^0.25.1",
2626
"vite": "^4.3.9",
27-
"vue-tsc": "^1.8.1"
27+
"vue-tsc": "^1.8.3"
2828
}
2929
}

0 commit comments

Comments
 (0)