Skip to content

Commit 5cf1142

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

File tree

3 files changed

+556
-284
lines changed

3 files changed

+556
-284
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": "[email protected].2",
4+
"packageManager": "[email protected].3",
55
"description": "Converts JSX to HTML strings at compile time.",
66
"keywords": [
77
"unplugin",
@@ -75,7 +75,7 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@babel/parser": "^7.20.13",
78+
"@babel/parser": "^7.20.15",
7979
"@babel/types": "^7.20.7",
8080
"@rollup/pluginutils": "^5.0.2",
8181
"entities": "^4.4.0",
@@ -88,19 +88,19 @@
8888
"@sxzz/eslint-config": "^2.4.4",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.11.18",
91+
"@types/node": "^18.13.0",
9292
"@types/react": "^18.0.27",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^8.2.1",
9595
"eslint": "^8.33.0",
96-
"eslint-define-config": "^1.14.0",
96+
"eslint-define-config": "^1.15.0",
9797
"fast-glob": "^3.2.12",
9898
"prettier": "^2.8.3",
99-
"tsup": "^6.5.0",
100-
"tsx": "^3.12.2",
101-
"typescript": "^5.0.0-dev.20230129",
102-
"vite": "^4.0.4",
103-
"vitest": "^0.28.3"
99+
"tsup": "^6.6.0",
100+
"tsx": "^3.12.3",
101+
"typescript": "^5.0.0-dev.20230207",
102+
"vite": "^4.1.1",
103+
"vitest": "^0.28.4"
104104
},
105105
"engines": {
106106
"node": ">=14.19.0"

playground/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-playground",
33
"version": "0.0.0",
4-
"packageManager": "[email protected].2",
4+
"packageManager": "[email protected].3",
55
"license": "MIT",
66
"author": "三咲智子 <[email protected]>",
77
"scripts": {
@@ -11,19 +11,19 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.49.1",
14+
"@unocss/reset": "^0.49.4",
1515
"@vueuse/core": "^9.12.0",
1616
"unplugin-jsx-string": "workspace:*",
17-
"vue": "^3.2.45"
17+
"vue": "^3.2.47"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.14",
2121
"@vitejs/plugin-vue": "^4.0.0",
22-
"@vue/runtime-core": "^3.2.45",
23-
"unocss": "^0.49.1",
22+
"@vue/runtime-core": "^3.2.47",
23+
"unocss": "^0.49.4",
2424
"unplugin-auto-import": "^0.13.0",
2525
"unplugin-vue-components": "^0.23.0",
26-
"vite": "^4.0.4",
26+
"vite": "^4.1.1",
2727
"vue-tsc": "^1.0.24"
2828
}
2929
}

0 commit comments

Comments
 (0)