mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
release: @vant/eslint-config v4.0.0
This commit is contained in:
parent
a52817ac2c
commit
a05418fc25
@ -51,7 +51,7 @@
|
|||||||
"@babel/core": "^7.18.13",
|
"@babel/core": "^7.18.13",
|
||||||
"@babel/preset-typescript": "^7.18.6",
|
"@babel/preset-typescript": "^7.18.6",
|
||||||
"@types/jest": "^29.5.1",
|
"@types/jest": "^29.5.1",
|
||||||
"@vant/eslint-config": "^3.5.0",
|
"@vant/eslint-config": "^4.0.0",
|
||||||
"@vant/touch-emulator": "^1.4.0",
|
"@vant/touch-emulator": "^1.4.0",
|
||||||
"@vitejs/plugin-vue": "^4.0.0",
|
"@vitejs/plugin-vue": "^4.0.0",
|
||||||
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vant/eslint-config",
|
"name": "@vant/eslint-config",
|
||||||
"version": "3.5.0",
|
"version": "4.0.0",
|
||||||
"description": "eslint config of vant",
|
"description": "eslint config of vant",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
@ -8,8 +8,7 @@
|
|||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"update:deps": "pnpm update --latest --interactive",
|
"update:deps": "pnpm update --latest --interactive"
|
||||||
"test": "jest"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@ -1,5 +1,9 @@
|
|||||||
lockfileVersion: '6.0'
|
lockfileVersion: '6.0'
|
||||||
|
|
||||||
|
settings:
|
||||||
|
autoInstallPeers: false
|
||||||
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
.:
|
.:
|
||||||
@ -127,7 +131,7 @@ importers:
|
|||||||
specifier: ^29.5.1
|
specifier: ^29.5.1
|
||||||
version: 29.5.2
|
version: 29.5.2
|
||||||
'@vant/eslint-config':
|
'@vant/eslint-config':
|
||||||
specifier: ^3.5.0
|
specifier: ^4.0.0
|
||||||
version: link:../vant-eslint-config
|
version: link:../vant-eslint-config
|
||||||
'@vant/touch-emulator':
|
'@vant/touch-emulator':
|
||||||
specifier: ^1.4.0
|
specifier: ^1.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user