Skip to content

Commit e06254a

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

File tree

3 files changed

+235
-204
lines changed

3 files changed

+235
-204
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.5.6",
4-
"packageManager": "pnpm@7.23.0",
4+
"packageManager": "pnpm@7.25.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -94,15 +94,15 @@
9494
"@types/react": "^18.0.26",
9595
"benchmark": "^2.1.4",
9696
"bumpp": "^8.2.1",
97-
"eslint": "^8.31.0",
98-
"eslint-define-config": "^1.13.0",
97+
"eslint": "^8.32.0",
98+
"eslint-define-config": "^1.14.0",
9999
"fast-glob": "^3.2.12",
100-
"prettier": "^2.8.2",
100+
"prettier": "^2.8.3",
101101
"tsup": "^6.5.0",
102-
"tsx": "^3.12.1",
102+
"tsx": "^3.12.2",
103103
"typescript": "^4.9.4",
104104
"vite": "^4.0.4",
105-
"vitest": "^0.26.3"
105+
"vitest": "^0.27.1"
106106
},
107107
"engines": {
108108
"node": ">=14.19.0"

playground/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-playground",
33
"version": "0.0.0",
4-
"packageManager": "pnpm@7.23.0",
4+
"packageManager": "pnpm@7.25.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.48.3",
14+
"@unocss/reset": "^0.48.4",
1515
"@vueuse/core": "^9.10.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.2.45"
@@ -20,7 +20,7 @@
2020
"@iconify-json/carbon": "^1.1.13",
2121
"@vitejs/plugin-vue": "^4.0.0",
2222
"@vue/runtime-core": "^3.2.45",
23-
"unocss": "^0.48.3",
23+
"unocss": "^0.48.4",
2424
"unplugin-auto-import": "^0.12.1",
2525
"unplugin-vue-components": "^0.22.12",
2626
"vite": "^4.0.4"

0 commit comments

Comments
 (0)