Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#8236)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
  • Loading branch information
3 people committed Jun 14, 2022
1 parent b5887ca commit 4a8277c
Show file tree
Hide file tree
Showing 11 changed files with 562 additions and 321 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -38,15 +38,15 @@
"escape-html": "^1.0.3",
"fast-glob": "^3.2.11",
"markdown-it-container": "^3.0.0",
"octokit": "^1.7.1",
"octokit": "^1.7.2",
"prismjs": "^1.28.0",
"unocss": "0.33.5",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "^0.19.6",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.10",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-mkcert": "^1.7.1",
"vite-plugin-mkcert": "^1.7.2",
"vite-plugin-pwa": "^0.12.0",
"vitepress": "^0.22.4"
}
Expand Down
2 changes: 1 addition & 1 deletion internal/build-utils/package.json
Expand Up @@ -16,7 +16,7 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@pnpm/find-workspace-packages": "^4.0.10",
"@pnpm/find-workspace-packages": "^4.0.12",
"@pnpm/logger": "^4.0.0",
"consola": "^2.15.3"
},
Expand Down
8 changes: 4 additions & 4 deletions internal/build/package.json
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@element-plus/build-constants": "^0.0.1",
"@pnpm/find-workspace-packages": "^4.0.10",
"@pnpm/find-workspace-packages": "^4.0.12",
"@pnpm/logger": "^4.0.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
Expand All @@ -25,7 +25,7 @@
"chalk": "^5.0.1",
"components-helper": "^2.0.0",
"consola": "^2.15.3",
"esbuild": "^0.14.42",
"esbuild": "^0.14.43",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
Expand All @@ -36,8 +36,8 @@
"unplugin-vue-define-options": "^0.6.1"
},
"devDependencies": {
"@esbuild-kit/cjs-loader": "^2.0.1",
"@pnpm/types": "^8.0.1",
"@esbuild-kit/cjs-loader": "^2.1.0",
"@pnpm/types": "^8.1.0",
"unbuild": "^0.7.4",
"vue": "^3.2.37"
}
Expand Down
8 changes: 4 additions & 4 deletions internal/eslint-config/package.json
Expand Up @@ -14,8 +14,8 @@
"eslint": "^8.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.5.1",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand All @@ -24,9 +24,9 @@
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^9.1.0",
"eslint-plugin-vue": "^9.1.1",
"jsonc-eslint-parser": "^2.1.0",
"prettier": "^2.6.2",
"prettier": "^2.7.0",
"typescript": "^4.7.3",
"yaml-eslint-parser": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion internal/metadata/package.json
Expand Up @@ -29,7 +29,7 @@
"fast-glob": "^3.2.11",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"octokit": "^1.7.1",
"octokit": "^1.7.2",
"tsx": "^3.4.2"
}
}
26 changes: 13 additions & 13 deletions package.json
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@7.1.9",
"packageManager": "pnpm@7.2.1",
"workspaces": [
"packages/*",
"play",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@element-plus/theme-chalk": "workspace:*",
"@element-plus/tokens": "workspace:*",
"@element-plus/utils": "workspace:*",
"@floating-ui/dom": "^0.5.2",
"@floating-ui/dom": "^0.5.3",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@types/lodash": "^4.14.182",
"@types/lodash-es": "^4.17.6",
Expand All @@ -74,18 +74,18 @@
"@element-plus/build": "workspace:^0.0.1",
"@element-plus/build-utils": "workspace:^0.0.1",
"@element-plus/eslint-config": "workspace:*",
"@esbuild-kit/cjs-loader": "^2.0.1",
"@pnpm/find-workspace-packages": "^4.0.10",
"@esbuild-kit/cjs-loader": "^2.1.0",
"@pnpm/find-workspace-packages": "^4.0.12",
"@pnpm/logger": "^4.0.0",
"@pnpm/types": "^8.0.1",
"@pnpm/types": "^8.1.0",
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/jsdom": "^16.2.14",
"@types/node": "*",
"@types/sass": "^1.43.1",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vitest/ui": "0.12.6",
"@vitest/ui": "0.14.2",
"@vue/test-utils": "^2.0.0",
"@vue/tsconfig": "^0.1.3",
"c8": "^7.11.3",
Expand All @@ -101,24 +101,24 @@
"fast-glob": "^3.2.11",
"husky": "^8.0.1",
"jsdom": "16.4.0",
"lint-staged": "^13.0.0",
"lint-staged": "^13.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"prettier": "^2.7.0",
"pretty-quick": "^3.1.3",
"puppeteer": "^14.3.0",
"puppeteer": "^14.4.0",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2",
"sass": "^1.52.2",
"sass": "^1.52.3",
"ts-morph": "^14.0.0",
"tsx": "^3.4.2",
"type-fest": "^2.13.0",
"type-fest": "^2.13.1",
"typescript": "^4.7.3",
"unplugin-element-plus": "^0.4.0",
"unplugin-vue-define-options": "^0.6.1",
"vitest": "0.12.6",
"vue": "^3.2.37",
"vue-router": "^4.0.15",
"vue-tsc": "^0.37.3"
"vue-router": "^4.0.16",
"vue-tsc": "^0.37.8"
},
"engines": {
"node": ">= 16"
Expand Down
5 changes: 4 additions & 1 deletion packages/components/time-picker/src/common/picker.vue
Expand Up @@ -40,7 +40,10 @@
@input="onUserInput"
@focus="handleFocusInput"
@blur="handleBlurInput"
@keydown="(handleKeydownInput as any)"
@keydown="
//
handleKeydownInput as any
"
@change="handleChange"
@mousedown="onMouseDownInput"
@mouseenter="onMouseEnter"
Expand Down
4 changes: 2 additions & 2 deletions packages/element-plus/package.json
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@ctrl/tinycolor": "^3.4.1",
"@element-plus/icons-vue": "^2.0.5",
"@floating-ui/dom": "^0.5.2",
"@floating-ui/dom": "^0.5.3",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@types/lodash": "^4.14.182",
"@types/lodash-es": "^4.17.6",
Expand All @@ -71,7 +71,7 @@
"@types/node": "*",
"csstype": "^2.6.20",
"vue": "^3.2.37",
"vue-router": "^4.0.15"
"vue-router": "^4.0.16"
},
"vetur": {
"tags": "tags.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-chalk/package.json
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@element-plus/build": "workspace:*",
"@esbuild-kit/cjs-loader": "^2.0.1",
"@esbuild-kit/cjs-loader": "^2.1.0",
"@types/gulp-autoprefixer": "^0.0.33",
"@types/gulp-clean-css": "^4.3.0",
"@types/gulp-rename": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions play/package.json
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.10",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0",
"vite-plugin-mkcert": "^1.7.1"
"vite-plugin-mkcert": "^1.7.2"
}
}

0 comments on commit 4a8277c

Please sign in to comment.