Skip to content

Commit

Permalink
chore: dependency maintenance
Browse files Browse the repository at this point in the history
fixes #16
  • Loading branch information
haoqunjiang committed Jan 7, 2021
1 parent f32defb commit 829d618
Show file tree
Hide file tree
Showing 2 changed files with 981 additions and 649 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"test": "eslint . --no-fix"
},
"dependencies": {
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "^2.21.2"
"eslint-plugin-import": "^2.22.1"
},
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0-0 || ^5.0.0-0",
"eslint": "^5.16.0 || ^6.1.0 || ^7.2.0",
"eslint-plugin-import": "^2.18.2"
},
"devDependencies": {
"@vue/cli-service": "^4.1.2",
"eslint": "^6.8.0"
"@vue/cli-service": "^4.5.10",
"eslint": "^7.17.0"
}
}
Loading

0 comments on commit 829d618

Please sign in to comment.