Skip to content

Commit da58d70

Browse files
chore(deps): update all non-major dependencies (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84475fb commit da58d70

File tree

3 files changed

+387
-308
lines changed

3 files changed

+387
-308
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,19 @@
8888
"@sxzz/eslint-config": "^2.4.6",
8989
"@types/benchmark": "^2.1.2",
9090
"@types/jsesc": "^3.0.1",
91-
"@types/node": "^18.16.9",
91+
"@types/node": "^18.16.14",
9292
"@types/react": "^18.2.6",
9393
"benchmark": "^2.1.4",
9494
"bumpp": "^9.1.0",
95-
"eslint": "^8.40.0",
95+
"eslint": "^8.41.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",
101101
"typescript": "^5.0.4",
102-
"vite": "^4.3.5",
103-
"vitest": "^0.31.0"
102+
"vite": "^4.3.8",
103+
"vitest": "^0.31.1"
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
@@ -11,19 +11,19 @@
1111
"vercel-build": "pnpm run -C .. build && pnpm build"
1212
},
1313
"dependencies": {
14-
"@unocss/reset": "^0.51.13",
14+
"@unocss/reset": "^0.52.0",
1515
"@vueuse/core": "^10.1.2",
1616
"unplugin-jsx-string": "workspace:*",
17-
"vue": "^3.3.2"
17+
"vue": "^3.3.4"
1818
},
1919
"devDependencies": {
2020
"@iconify-json/carbon": "^1.1.16",
2121
"@vitejs/plugin-vue": "^4.2.3",
22-
"@vue/runtime-core": "^3.3.2",
23-
"unocss": "^0.51.13",
24-
"unplugin-auto-import": "^0.15.3",
22+
"@vue/runtime-core": "^3.3.4",
23+
"unocss": "^0.52.0",
24+
"unplugin-auto-import": "^0.16.1",
2525
"unplugin-vue-components": "^0.24.1",
26-
"vite": "^4.3.5",
26+
"vite": "^4.3.8",
2727
"vue-tsc": "^1.6.5"
2828
}
2929
}

0 commit comments

Comments
 (0)