Skip to content

Commit e1fbd4f

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

File tree

3 files changed

+317
-305
lines changed

3 files changed

+317
-305
lines changed

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",
33
"version": "0.6.0",
4-
"packageManager": "pnpm@8.1.0",
4+
"packageManager": "pnpm@8.2.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -89,18 +89,18 @@
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
9191
"@types/node": "^18.15.11",
92-
"@types/react": "^18.0.32",
92+
"@types/react": "^18.0.33",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.1.0",
95-
"eslint": "^8.37.0",
95+
"eslint": "^8.38.0",
9696
"eslint-define-config": "^1.17.0",
9797
"fast-glob": "^3.2.12",
9898
"prettier": "^2.8.7",
9999
"tsup": "^6.7.0",
100100
"tsx": "^3.12.6",
101-
"typescript": "^5.0.3",
101+
"typescript": "^5.0.4",
102102
"vite": "^4.2.1",
103-
"vitest": "^0.29.8"
103+
"vitest": "^0.30.0"
104104
},
105105
"engines": {
106106
"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@8.1.0",
4+
"packageManager": "pnpm@8.2.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.6",
14+
"@unocss/reset": "^0.51.2",
1515
"@vueuse/core": "^9.13.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.2.47"
@@ -20,7 +20,7 @@
2020
"@iconify-json/carbon": "^1.1.16",
2121
"@vitejs/plugin-vue": "^4.1.0",
2222
"@vue/runtime-core": "^3.2.47",
23-
"unocss": "^0.50.6",
23+
"unocss": "^0.51.2",
2424
"unplugin-auto-import": "^0.15.2",
2525
"unplugin-vue-components": "^0.24.1",
2626
"vite": "^4.2.1",

0 commit comments

Comments
 (0)