Skip to content

Commit

Permalink
Update babel-eslint & react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnguyen11 committed Sep 5, 2019
1 parent c02a40b commit aac38f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"pagination-components"
],
"dependencies": {
"paging-algorithm": "^1.0.1"
"babel-eslint": "10.0.2",
"paging-algorithm": "^1.0.1",
"react-scripts": "^3.1.1"
},
"peerDependencies": {
"prop-types": ">=15",
Expand All @@ -34,7 +36,6 @@
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "10.0.1",
"cypress": "^3.1.5",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
Expand All @@ -49,7 +50,6 @@
"prop-types": "^15.5.10",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-scripts": "^3.0.1",
"react-test-renderer": "^16.8.2",
"rimraf": "^2.6.2",
"rollup": "^1.1.2",
Expand Down

0 comments on commit aac38f4

Please sign in to comment.