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

Skip to content

Commit e92fcc8

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

File tree

3 files changed

+284
-236
lines changed

3 files changed

+284
-236
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,25 @@
101101
"prepublishOnly": "pnpm run build"
102102
},
103103
"dependencies": {
104-
"@babel/parser": "^7.22.7",
105-
"@babel/types": "^7.22.5",
106-
"@rollup/pluginutils": "^5.0.2",
104+
"@babel/parser": "^7.22.10",
105+
"@babel/types": "^7.22.10",
106+
"@rollup/pluginutils": "^5.0.3",
107107
"entities": "^4.5.0",
108108
"estree-walker": "^3.0.3",
109109
"jsesc": "^3.0.2",
110110
"magic-string": "^0.30.2",
111111
"unplugin": "^1.4.0"
112112
},
113113
"devDependencies": {
114-
"@sxzz/eslint-config": "^3.3.2",
114+
"@sxzz/eslint-config": "^3.4.0",
115115
"@sxzz/prettier-config": "^1.0.4",
116116
"@types/benchmark": "^2.1.2",
117117
"@types/jsesc": "^3.0.1",
118-
"@types/node": "^20.4.8",
119-
"@types/react": "^18.2.18",
118+
"@types/node": "^20.5.0",
119+
"@types/react": "^18.2.20",
120120
"benchmark": "^2.1.4",
121121
"bumpp": "^9.1.1",
122-
"eslint": "^8.46.0",
122+
"eslint": "^8.47.0",
123123
"eslint-define-config": "^1.23.0",
124124
"fast-glob": "^3.3.1",
125125
"prettier": "^3.0.1",

playground/package.json

Lines changed: 2 additions & 2 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.54.1",
14+
"@unocss/reset": "^0.55.0",
1515
"@vueuse/core": "^10.3.0",
1616
"unplugin-jsx-string": "workspace:*",
1717
"vue": "^3.3.4"
@@ -20,7 +20,7 @@
2020
"@iconify-json/carbon": "^1.1.19",
2121
"@vitejs/plugin-vue": "^4.2.3",
2222
"@vue/runtime-core": "^3.3.4",
23-
"unocss": "^0.54.1",
23+
"unocss": "^0.55.0",
2424
"unplugin-auto-import": "^0.16.6",
2525
"unplugin-vue-components": "^0.25.1",
2626
"vite": "^4.4.9",

0 commit comments

Comments
 (0)