Skip to content

Commit

Permalink
Update dependencies. Allow React 17. Deprecate React 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Feb 9, 2021
1 parent 859ef02 commit 9fe10bf
Show file tree
Hide file tree
Showing 2 changed files with 722 additions and 671 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-images",
"version": "1.1.7",
"version": "1.2.0-beta.0",
"description": "A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS",
"main": "lib/index.js",
"jsnext:main": "dist/react-images.es.js",
Expand Down Expand Up @@ -34,51 +34,51 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^3.6.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react": "^7.22.0",
"flow-bin": "^0.123.0",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^4.3.0",
"html-webpack-plugin": "^4.5.1",
"istanbul": "^0.4.5",
"lint-staged": "^10.2.2",
"nps": "^5.9.12",
"lint-staged": "^10.5.4",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-lorem-component": "^0.13.0",
"react-router-dom": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^8.1.0",
"rollup": "^2.7.6",
"rollup": "^2.38.5",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.4",
"style-loader": "^1.2.1",
"style-loader": "^1.3.0",
"uglify-es": "^3.3.9",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"a11y-focus-store": "^1.0.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"glam": "^5.0.1",
"html-react-parser": "^0.10.3",
"raf-schd": "^2.1.2",
"react-focus-on": "^3.3.0",
"react-full-screen": "^0.2.4",
"react-transition-group": "^2.9.0",
"html-react-parser": "^1.2.4",
"raf-schd": "^4.0.2",
"react-focus-on": "^3.5.1",
"react-full-screen": "^1.0.1",
"react-transition-group": "^4.4.1",
"react-view-pager": "^0.6.0"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^15.3.0 || ^16.2.0",
"react-dom": "^15.3.0 || ^16.2.0"
"react": "^16.2.0 || ^17.0.0",
"react-dom": "^16.2.0 || ^17.0.0"
},
"scripts": {
"build": "nps build",
Expand Down
Loading

0 comments on commit 9fe10bf

Please sign in to comment.