release: @vant/eslint-config v4.0.0

This commit is contained in:
chenjiahan 2023-07-02 17:32:26 +08:00
parent a52817ac2c
commit a05418fc25
3 changed files with 8 additions and 5 deletions

View File

@ -51,7 +51,7 @@
"@babel/core": "^7.18.13",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.5.1",
"@vant/eslint-config": "^3.5.0",
"@vant/eslint-config": "^4.0.0",
"@vant/touch-emulator": "^1.4.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@vant/eslint-config",
"version": "3.5.0",
"version": "4.0.0",
"description": "eslint config of vant",
"main": "index.js",
"publishConfig": {
@ -8,8 +8,7 @@
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"update:deps": "pnpm update --latest --interactive",
"test": "jest"
"update:deps": "pnpm update --latest --interactive"
},
"repository": {
"type": "git",

6
pnpm-lock.yaml generated
View File

@ -1,5 +1,9 @@
lockfileVersion: '6.0'
settings:
autoInstallPeers: false
excludeLinksFromLockfile: false
importers:
.:
@ -127,7 +131,7 @@ importers:
specifier: ^29.5.1
version: 29.5.2
'@vant/eslint-config':
specifier: ^3.5.0
specifier: ^4.0.0
version: link:../vant-eslint-config
'@vant/touch-emulator':
specifier: ^1.4.0