Skip to content

Commit 5f75405

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

File tree

3 files changed

+307
-306
lines changed

3 files changed

+307
-306
lines changed

package.json

Lines changed: 6 additions & 6 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.22.3",
79-
"@babel/types": "^7.22.3",
78+
"@babel/parser": "^7.22.4",
79+
"@babel/types": "^7.22.4",
8080
"@rollup/pluginutils": "^5.0.2",
8181
"entities": "^4.5.0",
8282
"estree-walker": "^3.0.3",
@@ -89,18 +89,18 @@
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
9191
"@types/node": "^18.16.16",
92-
"@types/react": "^18.2.7",
92+
"@types/react": "^18.2.8",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.1.0",
95-
"eslint": "^8.41.0",
95+
"eslint": "^8.42.0",
9696
"eslint-define-config": "^1.20.0",
9797
"fast-glob": "^3.2.12",
9898
"prettier": "^2.8.8",
9999
"tsup": "^6.7.0",
100100
"tsx": "^3.12.7",
101-
"typescript": "^5.0.4",
101+
"typescript": "^5.1.3",
102102
"vite": "^4.3.9",
103-
"vitest": "^0.31.1"
103+
"vitest": "^0.31.4"
104104
},
105105
"engines": {
106106
"node": ">=14.19.0"

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.52.4",
14+
"@unocss/reset": "^0.53.0",
1515
"@vueuse/core": "^10.1.2",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
@@ -20,9 +20,9 @@
2020
"@iconify-json/carbon": "^1.1.17",
2121
"@vitejs/plugin-vue": "^4.2.3",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.52.4",
24-
"unplugin-auto-import": "^0.16.2",
25-
"unplugin-vue-components": "^0.24.1",
23+
"unocss": "^0.53.0",
24+
"unplugin-auto-import": "^0.16.4",
25+
"unplugin-vue-components": "^0.25.0",
2626
"vite": "^4.3.9",
2727
"vue-tsc": "^1.6.5"
2828
}

0 commit comments

Comments
 (0)