chore: release @vant/eslint-config@3.0.1

This commit is contained in:
chenjiahan 2020-12-21 17:03:57 +08:00
parent df2e91cdf9
commit d9e4adafe9
3 changed files with 11 additions and 11 deletions

View File

@ -48,7 +48,7 @@
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0", "@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
"@types/jest": "^26.0.15", "@types/jest": "^26.0.15",
"@types/webpack-dev-server": "^3.11.1", "@types/webpack-dev-server": "^3.11.1",
"@vant/eslint-config": "^3.0.0", "@vant/eslint-config": "^3.0.1",
"@vant/markdown-loader": "^3.0.2", "@vant/markdown-loader": "^3.0.2",
"@vant/markdown-vetur": "^2.0.2", "@vant/markdown-vetur": "^2.0.2",
"@vant/stylelint-config": "^1.4.0", "@vant/stylelint-config": "^1.4.0",
@ -93,7 +93,7 @@
"stylelint": "^13.8.0", "stylelint": "^13.8.0",
"typescript": "^4.1.2", "typescript": "^4.1.2",
"vue-jest": "^5.0.0-alpha.7", "vue-jest": "^5.0.0-alpha.7",
"vue-loader": "^16.0.0", "vue-loader": "^16.1.2",
"vue-router": "^4.0.0", "vue-router": "^4.0.0",
"webpack": "^5.10.0", "webpack": "^5.10.0",
"webpack-dev-server": "^3.11.0", "webpack-dev-server": "^3.11.0",

View File

@ -1860,10 +1860,10 @@
"@typescript-eslint/types" "4.6.1" "@typescript-eslint/types" "4.6.1"
eslint-visitor-keys "^2.0.0" eslint-visitor-keys "^2.0.0"
"@vant/eslint-config@^3.0.0": "@vant/eslint-config@^3.0.1":
version "3.0.0" version "3.0.1"
resolved "https://registry.npm.taobao.org/@vant/eslint-config/download/@vant/eslint-config-3.0.0.tgz#b494e8c0ebfdb2e57022c93d3eed891ead0edb51" resolved "https://registry.npmjs.org/@vant/eslint-config/-/eslint-config-3.0.1.tgz#0bd43195c16817f64a3402d82a12563a4144707f"
integrity sha1-tJTowOv9suVwIsk9Pu2JHq0O21E= integrity sha512-uzzF8wuZVUFkKs5a/+nIeDeYoX7M1kjd4lxSb2hq8//M0s1Ddw1xGuNuSq7QPzQpwXB7SdGfFK8rHxQdVThyUw==
dependencies: dependencies:
"@typescript-eslint/eslint-plugin" "^4.6.0" "@typescript-eslint/eslint-plugin" "^4.6.0"
"@typescript-eslint/parser" "^4.6.0" "@typescript-eslint/parser" "^4.6.0"
@ -10317,10 +10317,10 @@ vue-jest@^5.0.0-alpha.7:
extract-from-css "^0.4.4" extract-from-css "^0.4.4"
ts-jest "^24.0.0" ts-jest "^24.0.0"
vue-loader@^16.0.0: vue-loader@^16.1.2:
version "16.0.0" version "16.1.2"
resolved "https://registry.npm.taobao.org/vue-loader/download/vue-loader-16.0.0.tgz?cache=0&sync_timestamp=1606320767235&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvue-loader%2Fdownload%2Fvue-loader-16.0.0.tgz#7ec137c7f9029f2a5990f39dc5abbca06d60ba30" resolved "https://registry.npmjs.org/vue-loader/-/vue-loader-16.1.2.tgz#5c03b6c50d2a5f983c7ceba15c50d78ca2b298f4"
integrity sha1-fsE3x/kCnypZkPOdxau8oG1gujA= integrity sha512-8QTxh+Fd+HB6fiL52iEVLKqE9N1JSlMXLR92Ijm6g8PZrwIxckgpqjPDWRP5TWxdiPaHR+alUWsnu1ShQOwt+Q==
dependencies: dependencies:
chalk "^4.1.0" chalk "^4.1.0"
hash-sum "^2.0.0" hash-sum "^2.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@vant/eslint-config", "name": "@vant/eslint-config",
"version": "3.0.0", "version": "3.0.1",
"description": "eslint config of vant", "description": "eslint config of vant",
"main": "index.js", "main": "index.js",
"publishConfig": { "publishConfig": {