chore: lerna

This commit is contained in:
Anthony Fu
2020-08-12 19:42:30 +08:00
6 changed files with 13 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-vue": "workspace:*",
"@antfu/eslint-config-react": "workspace:*"
"@antfu/eslint-config-vue": "*",
"@antfu/eslint-config-react": "*"
}
}

View File

@@ -19,7 +19,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "workspace:*",
"@antfu/eslint-config-ts": "*",
"eslint-plugin-react": "^7.20.5"
},
"devDependencies": {

View File

@@ -17,7 +17,7 @@
"typescript": ">=3.9"
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@antfu/eslint-config-basic": "*",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "^3.9.0"
}

View File

@@ -16,7 +16,7 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "workspace:*",
"@antfu/eslint-config-ts": "*",
"eslint-plugin-vue": "7.0.0-alpha.10"
}
}