Skip to content

Commit fc027a0

Browse files
fix(deps): update all non-major dependencies (#10)
1 parent 1ac2272 commit fc027a0

File tree

3 files changed

+531
-327
lines changed

3 files changed

+531
-327
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-jsx-string",
33
"version": "0.5.5",
4-
"packageManager": "pnpm@7.10.0",
4+
"packageManager": "pnpm@7.11.0",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -77,8 +77,8 @@
7777
"prepublishOnly": "pnpm run build"
7878
},
7979
"dependencies": {
80-
"@babel/parser": "^7.18.13",
81-
"@babel/types": "^7.18.13",
80+
"@babel/parser": "^7.19.0",
81+
"@babel/types": "^7.19.0",
8282
"@rollup/pluginutils": "^4.2.1",
8383
"entities": "^4.4.0",
8484
"estree-walker": "^3.0.1",
@@ -87,22 +87,22 @@
8787
"unplugin": "^0.9.5"
8888
},
8989
"devDependencies": {
90-
"@sxzz/eslint-config": "^2.4.2",
90+
"@sxzz/eslint-config": "^2.4.3",
9191
"@types/benchmark": "^2.1.2",
9292
"@types/jsesc": "^3.0.1",
9393
"@types/node": "*",
94-
"@types/react": "^18.0.18",
94+
"@types/react": "^18.0.19",
9595
"benchmark": "^2.1.4",
9696
"bumpp": "^8.2.1",
9797
"eslint": "^8.23.0",
9898
"eslint-define-config": "^1.7.0",
99-
"fast-glob": "^3.2.11",
99+
"fast-glob": "^3.2.12",
100100
"prettier": "^2.7.1",
101101
"tsup": "^6.2.3",
102102
"tsx": "^3.9.0",
103-
"typescript": "^4.8.2",
104-
"vite": "^3.0.9",
105-
"vitest": "^0.23.0"
103+
"typescript": "^4.8.3",
104+
"vite": "^3.1.0",
105+
"vitest": "^0.23.2"
106106
},
107107
"engines": {
108108
"node": ">=14.19.0"

playground/package.json

Lines changed: 9 additions & 9 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.10.0",
4+
"packageManager": "pnpm@7.11.0",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,18 +11,18 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.45.15",
15-
"@vueuse/core": "^9.1.1",
14+
"@unocss/reset": "^0.45.20",
15+
"@vueuse/core": "^9.2.0",
1616
"unplugin-jsx-string": "workspace:^0.5.3-0",
17-
"vue": "^3.2.38"
17+
"vue": "^3.2.39"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.7",
21-
"@vitejs/plugin-vue": "^3.0.3",
22-
"@vue/runtime-core": "^3.2.38",
23-
"unocss": "^0.45.15",
21+
"@vitejs/plugin-vue": "^3.1.0",
22+
"@vue/runtime-core": "^3.2.39",
23+
"unocss": "^0.45.20",
2424
"unplugin-auto-import": "^0.11.2",
25-
"unplugin-vue-components": "^0.22.4",
26-
"vite": "^3.0.9"
25+
"unplugin-vue-components": "^0.22.7",
26+
"vite": "^3.1.0"
2727
}
2828
}

0 commit comments

Comments
 (0)