Skip to content

Commit d49801f

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

File tree

3 files changed

+258
-889
lines changed

3 files changed

+258
-889
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": "pnpm@7.28.0",
4+
"packageManager": "pnpm@7.29.2",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -82,22 +82,22 @@
8282
"estree-walker": "^3.0.3",
8383
"jsesc": "^3.0.2",
8484
"magic-string": "^0.30.0",
85-
"unplugin": "^1.1.0"
85+
"unplugin": "^1.3.0"
8686
},
8787
"devDependencies": {
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.15.3",
9292
"@types/react": "^18.0.28",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.0.0",
95-
"eslint": "^8.35.0",
96-
"eslint-define-config": "^1.15.0",
95+
"eslint": "^8.36.0",
96+
"eslint-define-config": "^1.16.0",
9797
"fast-glob": "^3.2.12",
9898
"prettier": "^2.8.4",
9999
"tsup": "^6.6.3",
100-
"tsx": "^3.12.3",
100+
"tsx": "^3.12.5",
101101
"typescript": "^5.0.0-dev.20230226",
102102
"vite": "^4.1.4",
103103
"vitest": "^0.29.2"

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.2",
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)