Skip to content

Commit

Permalink
bump-up-packages (#16)
Browse files Browse the repository at this point in the history
* bump-up-packages

* change travis node version

Co-authored-by: forsyphilis <forsyphilis@gmail.com>
  • Loading branch information
jeong-sik and yousleepwhen authored Jul 2, 2020
1 parent bec11e1 commit fd798d8
Show file tree
Hide file tree
Showing 3 changed files with 543 additions and 472 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: '8'
node_js: '12'
deploy:
provider: npm
email: developer@ridi.com
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ridi/eslint-config",
"version": "4.2.2",
"version": "5.0.0",
"description": "RIDI's ESLint configs for Javascript",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -30,23 +30,23 @@
},
"homepage": "https://github.com/ridi/eslint-config#readme",
"dependencies": {
"@typescript-eslint/parser": "^2.18.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0"
"@typescript-eslint/parser": "^3.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.3.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"typescript": "^3.7.5"
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"prettier": "^2.0.5",
"react": "^16.13.1",
"typescript": "^3.9.5"
},
"peerDependencies": {
"eslint": ">= 3"
Expand Down
Loading

0 comments on commit fd798d8

Please sign in to comment.