Skip to content

Commit

Permalink
chhore: script修改
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbcou committed Aug 1, 2021
1 parent d9cbd24 commit 345dd55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.1",
"@ubbcou/eslint-config-base": "^0.5.0"
"@ubbcou/eslint-config-base": "^0.4.2"
},
"devDependencies": {
"eslint": "^7.30.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@ubbcou/eslint-config-base": "^0.5.0",
"@ubbcou/eslint-config-base": "^0.4.2",
"@vue/eslint-config-standard": "^6.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-vue": "^2.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue3-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ubbcou/eslint-config-vue3-ts",
"version": "0.4.1",
"description": "",
"description": "vue3 and typescript eslint",
"main": "index.js",
"files": [
"index.js"
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@typescript-eslint/parser": "^4.28.5",
"@ubbcou/eslint-config-base": "^0.5.0",
"@ubbcou/eslint-config-typescript": "^0.5.0",
"@ubbcou/eslint-config-base": "^0.4.2",
"@ubbcou/eslint-config-typescript": "^0.4.2",
"@vue/eslint-config-standard": "^6.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-vue": "^2.0.2",
Expand Down

0 comments on commit 345dd55

Please sign in to comment.