chore: switch to pnpm and update deps

This commit is contained in:
Anthony Fu 2020-07-18 22:08:29 +08:00
parent cd4bed781f
commit c5ca025ff8
11 changed files with 6173 additions and 13380 deletions

View File

@ -1,6 +0,0 @@
{
"packages": [
"packages/*"
],
"version": "0.2.13"
}

9026
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,27 +4,26 @@
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"scripts": {
"postinstall": "lerna bootstrap",
"preinstall": "npx only-allow pnpm",
"lint": "lerna run lint",
"lint:fix": "lerna run lint -- -- --fix",
"release": "lerna publish --conventional-commits --graph-type all -y"
},
"devDependencies": {
"@antfu/eslint-config": "^0.2.11",
"eslint": "^7.1.0",
"lerna": "^3.22.0",
"typescript": "^3.9.3"
"@antfu/eslint-config": "^0.2.13",
"eslint": "^7.4.0",
"lerna": "^3.22.1",
"typescript": "^3.9.7"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-nuxt": "1.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^20.1.0",
"eslint-plugin-vue": "6.2.2"
"eslint-plugin-unicorn": "^21.0.0",
"eslint-plugin-vue": "^7.0.0-alpha.10"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -16,17 +16,15 @@
"access": "public"
},
"peerDependencies": {
"eslint": ">=6.6.0"
"eslint": ">=7.4.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "3.1.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^20.0.0"
"eslint-plugin-unicorn": "^21.0.0"
},
"devDependencies": {
"eslint": "^7.0.0"

File diff suppressed because it is too large Load Diff

View File

@ -16,13 +16,13 @@
"access": "public"
},
"peerDependencies": {
"eslint": ">=6.6.0",
"typescript": ">=3.6"
"eslint": ">=7.4.0",
"typescript": ">=3.9"
},
"dependencies": {
"@antfu/eslint-config": "^0.2.13",
"@typescript-eslint/eslint-plugin": "3.1.0",
"@typescript-eslint/parser": "^3.0.0"
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "^3.6.1"
},
"devDependencies": {
"eslint": "^7.0.0",

File diff suppressed because it is too large Load Diff

View File

@ -13,19 +13,18 @@
"index.js"
],
"peerDependencies": {
"eslint": ">=6.6.0"
"eslint": ">=7.4.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.2.13",
"eslint-plugin-nuxt": "1.0.0",
"eslint-plugin-vue": "6.2.2"
"eslint-plugin-vue": "7.0.0-alpha.10"
},
"devDependencies": {
"eslint": "^7.0.0",
"typescript": "^3.7.1-rc"
"typescript": "^3.9.7"
},
"gitHead": "bd0460759c73f7fcdf32570f40a13e37ab6961c0"
}

6149
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

2
pnpm-workspace.yaml Normal file
View File

@ -0,0 +1,2 @@
packages
- 'packages/**'