Skip to content

Commit 65149ab

Browse files
fix(deps): update all non-major dependencies (element-plus#6893)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 5f304a4 commit 65149ab

File tree

7 files changed

+423
-427
lines changed

7 files changed

+423
-427
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@docsearch/js": "^3.0.0",
1313
"@docsearch/react": "^3.0.0",
14-
"@vueuse/core": "^8.1.2",
14+
"@vueuse/core": "^8.2.0",
1515
"axios": "^0.26.1",
1616
"clipboard-copy": "^4.0.1",
1717
"element-plus": "npm:element-plus@latest",
@@ -28,9 +28,9 @@
2828
"escape-html": "^1.0.3",
2929
"markdown-it": "^12.3.2",
3030
"markdown-it-container": "^3.0.0",
31-
"unocss": "^0.29.5",
32-
"unplugin-icons": "^0.14.0",
33-
"unplugin-vue-components": "^0.18.3",
31+
"unocss": "^0.30.7",
32+
"unplugin-icons": "^0.14.1",
33+
"unplugin-vue-components": "^0.18.5",
3434
"vite": "^2.8.6",
3535
"vite-plugin-inspect": "^0.4.3",
3636
"vitepress": "^0.22.3"

internal/build/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
},
1414
"dependencies": {
1515
"@pnpm/find-workspace-packages": "^4.0.0",
16-
"@rollup/plugin-commonjs": "^21.0.2",
16+
"@rollup/plugin-commonjs": "^21.0.3",
1717
"@rollup/plugin-node-resolve": "^13.1.3",
1818
"@vitejs/plugin-vue": "^2.2.4",
1919
"@vitejs/plugin-vue-jsx": "^1.3.8",
2020
"chalk": "^4.1.2",
2121
"components-helper": "^2.0.0",
2222
"consola": "^2.15.3",
23-
"esbuild": "^0.14.27",
23+
"esbuild": "^0.14.28",
2424
"fast-glob": "^3.2.11",
2525
"fs-extra": "^10.0.1",
2626
"gulp": "^4.0.2",
2727
"lodash": "^4.17.21",
2828
"rollup": "^2.70.1",
2929
"rollup-plugin-esbuild": "^4.8.2",
3030
"ts-morph": "^14.0.0",
31-
"unplugin-vue-define-options": "^0.5.0",
31+
"unplugin-vue-define-options": "^0.6.0",
3232
"vue": "^3.2.31"
3333
},
3434
"devDependencies": {
3535
"@pnpm/types": "^8.0.0",
36-
"unbuild": "^0.7.0"
36+
"unbuild": "^0.7.2"
3737
}
3838
}

internal/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"eslint": "^8.0.0"
1414
},
1515
"dependencies": {
16-
"@typescript-eslint/eslint-plugin": "^5.15.0",
17-
"@typescript-eslint/parser": "^5.15.0",
16+
"@typescript-eslint/eslint-plugin": "^5.17.0",
17+
"@typescript-eslint/parser": "^5.17.0",
1818
"eslint-config-prettier": "^8.5.0",
1919
"eslint-define-config": "^1.3.0",
2020
"eslint-plugin-eslint-comments": "^3.2.0",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@
6666
"@element-plus/theme-chalk": "workspace:*",
6767
"@element-plus/tokens": "workspace:*",
6868
"@element-plus/utils": "workspace:*",
69-
"@floating-ui/dom": "^0.4.1",
69+
"@floating-ui/dom": "^0.4.2",
7070
"@popperjs/core": "^2.11.4",
71-
"@vueuse/core": "^8.1.2",
71+
"@vueuse/core": "^8.2.0",
7272
"async-validator": "^4.0.7",
7373
"dayjs": "^1.11.0",
7474
"escape-html": "^1.0.3",
7575
"lodash": "^4.17.21",
7676
"lodash-es": "^4.17.21",
7777
"lodash-unified": "^1.0.2",
7878
"memoize-one": "^6.0.0",
79-
"normalize-wheel-es": "^1.1.1"
79+
"normalize-wheel-es": "^1.1.2"
8080
},
8181
"devDependencies": {
8282
"@babel/core": "^7.17.8",
@@ -92,13 +92,13 @@
9292
"@types/fs-extra": "^9.0.13",
9393
"@types/gulp": "^4.0.9",
9494
"@types/jest": "^26.0.24",
95-
"@types/lodash": "^4.14.180",
95+
"@types/lodash": "^4.14.181",
9696
"@types/lodash-es": "^4.17.6",
9797
"@types/node": "^17.0.18",
9898
"@types/sass": "^1.43.1",
9999
"@vitejs/plugin-vue": "^2.2.4",
100100
"@vitejs/plugin-vue-jsx": "^1.3.8",
101-
"@vitest/ui": "^0.7.6",
101+
"@vitest/ui": "^0.8.0",
102102
"@vue/babel-plugin-jsx": "^1.1.1",
103103
"@vue/test-utils": "2.0.0-rc.16",
104104
"@vue/tsconfig": "^0.1.3",
@@ -108,14 +108,14 @@
108108
"consola": "^2.15.3",
109109
"csstype": "^2.6.19",
110110
"cz-conventional-changelog": "^3.3.0",
111-
"eslint": "^8.11.0",
111+
"eslint": "^8.12.0",
112112
"eslint-define-config": "^1.3.0",
113113
"expect-type": "^0.13.0",
114114
"fast-glob": "^3.2.11",
115115
"husky": "^7.0.4",
116116
"jest": "^26.6.3",
117117
"lint-staged": "^12.3.7",
118-
"prettier": "^2.6.0",
118+
"prettier": "^2.6.1",
119119
"pretty-quick": "^3.1.3",
120120
"puppeteer": "^13.5.1",
121121
"resize-observer-polyfill": "^1.5.1",
@@ -125,14 +125,14 @@
125125
"ts-jest": "^26.5.6",
126126
"ts-morph": "^14.0.0",
127127
"type-fest": "^2.12.1",
128-
"typescript": "^4.6.2",
128+
"typescript": "^4.6.3",
129129
"unplugin-element-plus": "^0.3.2",
130-
"unplugin-vue-define-options": "^0.5.0",
131-
"vitest": "^0.7.6",
130+
"unplugin-vue-define-options": "^0.6.0",
131+
"vitest": "^0.8.0",
132132
"vue": "^3.2.31",
133133
"vue-jest": "^5.0.0-alpha.10",
134134
"vue-router": "^4.0.14",
135-
"vue-tsc": "^0.33.5"
135+
"vue-tsc": "^0.33.9"
136136
},
137137
"pnpm": {
138138
"overrides": {

packages/element-plus/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@
5050
"dependencies": {
5151
"@ctrl/tinycolor": "^3.4.0",
5252
"@element-plus/icons-vue": "^1.1.4",
53-
"@floating-ui/dom": "^0.4.1",
53+
"@floating-ui/dom": "^0.4.2",
5454
"@popperjs/core": "^2.11.4",
55-
"@vueuse/core": "^8.1.2",
55+
"@vueuse/core": "^8.2.0",
5656
"async-validator": "^4.0.7",
5757
"dayjs": "^1.11.0",
5858
"escape-html": "^1.0.3",
5959
"lodash": "^4.17.21",
6060
"lodash-es": "^4.17.21",
6161
"lodash-unified": "^1.0.2",
6262
"memoize-one": "^6.0.0",
63-
"normalize-wheel-es": "^1.1.1"
63+
"normalize-wheel-es": "^1.1.2"
6464
},
6565
"devDependencies": {
66-
"@types/lodash": "^4.14.180",
66+
"@types/lodash": "^4.14.181",
6767
"@types/lodash-es": "^4.17.6",
6868
"@types/node": "*",
6969
"csstype": "^2.6.19",

play/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue": "^2.2.4",
14-
"unplugin-vue-components": "^0.18.3",
14+
"unplugin-vue-components": "^0.18.5",
1515
"vite": "^2.8.6",
1616
"vite-plugin-inspect": "^0.4.3",
1717
"vite-plugin-mkcert": "^1.6.0"

0 commit comments

Comments
 (0)