Skip to content

Commit 7704de8

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

File tree

3 files changed

+235
-233
lines changed

3 files changed

+235
-233
lines changed

package.json

Lines changed: 7 additions & 7 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": "[email protected].0",
4+
"packageManager": "[email protected].2",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -75,8 +75,8 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@babel/parser": "^7.22.4",
79-
"@babel/types": "^7.22.4",
78+
"@babel/parser": "^7.22.5",
79+
"@babel/types": "^7.22.5",
8080
"@rollup/pluginutils": "^5.0.2",
8181
"entities": "^4.5.0",
8282
"estree-walker": "^3.0.3",
@@ -88,10 +88,10 @@
8888
"@sxzz/eslint-config": "^3.0.0",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.16.16",
92-
"@types/react": "^18.2.8",
91+
"@types/node": "^18.16.17",
92+
"@types/react": "^18.2.11",
9393
"benchmark": "^2.1.4",
94-
"bumpp": "^9.1.0",
94+
"bumpp": "^9.1.1",
9595
"eslint": "^8.42.0",
9696
"eslint-define-config": "^1.20.0",
9797
"fast-glob": "^3.2.12",
@@ -100,7 +100,7 @@
100100
"tsx": "^3.12.7",
101101
"typescript": "^5.1.3",
102102
"vite": "^4.3.9",
103-
"vitest": "^0.31.4"
103+
"vitest": "^0.32.0"
104104
},
105105
"engines": {
106106
"node": ">=14.19.0"

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": "[email protected].0",
4+
"packageManager": "[email protected].2",
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.53.0",
14+
"@unocss/reset": "^0.53.1",
1515
"@vueuse/core": "^10.1.2",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
1818
},
1919
"devDependencies": {
20-
"@iconify-json/carbon": "^1.1.17",
20+
"@iconify-json/carbon": "^1.1.18",
2121
"@vitejs/plugin-vue": "^4.2.3",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.53.0",
23+
"unocss": "^0.53.1",
2424
"unplugin-auto-import": "^0.16.4",
25-
"unplugin-vue-components": "^0.25.0",
25+
"unplugin-vue-components": "^0.25.1",
2626
"vite": "^4.3.9",
2727
"vue-tsc": "^1.6.5"
2828
}

0 commit comments

Comments
 (0)