Skip to content

Commit be45d08

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

File tree

3 files changed

+94
-94
lines changed

3 files changed

+94
-94
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@babel/parser": "^7.21.4",
79-
"@babel/types": "^7.21.4",
78+
"@babel/parser": "^7.21.5",
79+
"@babel/types": "^7.21.5",
8080
"@rollup/pluginutils": "^5.0.2",
8181
"entities": "^4.5.0",
8282
"estree-walker": "^3.0.3",
@@ -88,18 +88,18 @@
8888
"@sxzz/eslint-config": "^2.4.6",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.16.0",
92-
"@types/react": "^18.0.38",
91+
"@types/node": "^18.16.3",
92+
"@types/react": "^18.2.0",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.1.0",
9595
"eslint": "^8.39.0",
96-
"eslint-define-config": "^1.19.0",
96+
"eslint-define-config": "^1.20.0",
9797
"fast-glob": "^3.2.12",
9898
"prettier": "^2.8.8",
9999
"tsup": "^6.7.0",
100-
"tsx": "^3.12.6",
100+
"tsx": "^3.12.7",
101101
"typescript": "^5.0.4",
102-
"vite": "^4.3.1",
102+
"vite": "^4.3.3",
103103
"vitest": "^0.30.1"
104104
},
105105
"engines": {

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.16",
21-
"@vitejs/plugin-vue": "^4.1.0",
21+
"@vitejs/plugin-vue": "^4.2.1",
2222
"@vue/runtime-core": "^3.2.47",
2323
"unocss": "^0.51.8",
2424
"unplugin-auto-import": "^0.15.3",
2525
"unplugin-vue-components": "^0.24.1",
26-
"vite": "^4.3.1",
27-
"vue-tsc": "^1.4.4"
26+
"vite": "^4.3.3",
27+
"vue-tsc": "^1.6.1"
2828
}
2929
}

0 commit comments

Comments
 (0)