Skip to content

Commit 5687a46

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

File tree

3 files changed

+290
-233
lines changed

3 files changed

+290
-233
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.5",
4-
"packageManager": "pnpm@7.5.1",
4+
"packageManager": "pnpm@7.6.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.8",
81-
"@babel/types": "^7.18.8",
80+
"@babel/parser": "^7.18.9",
81+
"@babel/types": "^7.18.9",
8282
"@rollup/pluginutils": "^4.2.1",
8383
"entities": "^4.3.1",
8484
"estree-walker": "^3.0.1",
@@ -94,15 +94,15 @@
9494
"@types/react": "^18.0.15",
9595
"benchmark": "^2.1.4",
9696
"bumpp": "^8.2.1",
97-
"eslint": "^8.19.0",
97+
"eslint": "^8.20.0",
9898
"eslint-define-config": "^1.5.1",
9999
"fast-glob": "^3.2.11",
100100
"prettier": "^2.7.1",
101101
"tsup": "^6.1.3",
102102
"tsx": "^3.8.0",
103103
"typescript": "^4.7.4",
104-
"vite": "^3.0.0",
105-
"vitest": "^0.18.0"
104+
"vite": "^3.0.3",
105+
"vitest": "^0.19.0"
106106
},
107107
"engines": {
108108
"node": ">=14.19.0"

playground/package.json

Lines changed: 8 additions & 8 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.1.9",
4+
"packageManager": "pnpm@7.6.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.44.1",
15-
"@vueuse/core": "^8.9.2",
14+
"@unocss/reset": "^0.44.7",
15+
"@vueuse/core": "^8.9.4",
1616
"unplugin-jsx-string": "workspace:^0.5.3-0",
1717
"vue": "^3.2.37"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.6",
21-
"@vitejs/plugin-vue": "^3.0.0",
20+
"@iconify-json/carbon": "^1.1.7",
21+
"@vitejs/plugin-vue": "^3.0.1",
2222
"@vue/runtime-core": "^3.2.37",
23-
"unocss": "^0.44.1",
24-
"unplugin-auto-import": "^0.9.2",
23+
"unocss": "^0.44.7",
24+
"unplugin-auto-import": "^0.10.1",
2525
"unplugin-vue-components": "^0.21.1",
26-
"vite": "^3.0.0"
26+
"vite": "^3.0.3"
2727
}
2828
}

0 commit comments

Comments
 (0)