Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b51b95b

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

File tree

3 files changed

+294
-932
lines changed

3 files changed

+294
-932
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.6.0",
4-
"packageManager": "pnpm@7.28.0",
4+
"packageManager": "pnpm@7.29.3",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -75,32 +75,32 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@babel/parser": "^7.21.2",
79-
"@babel/types": "^7.21.2",
78+
"@babel/parser": "^7.21.3",
79+
"@babel/types": "^7.21.3",
8080
"@rollup/pluginutils": "^5.0.2",
8181
"entities": "^4.4.0",
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.1"
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",
103-
"vitest": "^0.29.2"
103+
"vitest": "^0.29.3"
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": "pnpm@7.28.0",
4+
"packageManager": "pnpm@7.29.3",
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)