Skip to content

Commit

Permalink
bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ctxhou committed May 26, 2019
1 parent 5414855 commit d85c192
Show file tree
Hide file tree
Showing 3 changed files with 1,258 additions and 364 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
"cross-env": "^5.1.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-15": "^1.0.5",
"enzyme-adapter-react-16": "^1.0.4",
"enzyme-adapter-react-16.3": "^1.4.0",
"enzyme-adapter-react-16": "^1.13.1",
"enzyme-to-json": "^3.2.2",
"eslint": "^4.0.0",
"eslint-config-google": "^0.4.0",
Expand All @@ -91,7 +90,7 @@
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.1",
"flow-bin": "^0.58.0",
"flow-watch": "^1.1.1",
"flow-watch": "^1.1.4",
"git-directory-deploy": "^1.5.1",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
Expand All @@ -100,9 +99,9 @@
"noop3": "^999.999.999",
"precommit-hook-eslint": "^3.0.0",
"prettier": "^1.7.4",
"react": "16.3.0",
"react": ">=16.3.0",
"react-content-loader": "^3.1.1",
"react-dom": "16.3.0",
"react-dom": ">=16.3.0",
"react-icons": "^2.2.7",
"react-select": "^1.0.0-rc.10",
"rimraf": "^2.6.2",
Expand All @@ -117,7 +116,7 @@
"rollup-plugin-visualizer": "^0.3.1",
"styled-components": "^4.0.0",
"webpack": "^3.3.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/enzyme-setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16.3';
import Adapter from 'enzyme-adapter-react-16';

Enzyme.configure({ adapter: new Adapter() });

Expand Down
Loading

0 comments on commit d85c192

Please sign in to comment.