|
1 | 1 | { |
2 | 2 | "name": "react-scroll-parallax", |
3 | | - "version": "2.3.5", |
| 3 | + "version": "2.4.0", |
4 | 4 | "description": "React components to create parallax scroll effects for banners, images or any other DOM elements.", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
59 | 59 | "prop-types": "^15.5.10" |
60 | 60 | }, |
61 | 61 | "peerDependencies": { |
62 | | - "react": "^16.3.0-0" |
| 62 | + "react": "^16.3.0-0 || >=17.0.1", |
| 63 | + "react-dom": "^16.3.0-0 || >=17.0.1" |
63 | 64 | }, |
64 | 65 | "devDependencies": { |
65 | 66 | "@babel/cli": "^7.0.0", |
|
68 | 69 | "@babel/plugin-proposal-export-default-from": "^7.0.0", |
69 | 70 | "@babel/preset-env": "^7.0.0", |
70 | 71 | "@babel/preset-react": "^7.0.0", |
71 | | - "@storybook/addon-actions": "^5.0.6", |
72 | | - "@storybook/addon-knobs": "^5.0.6", |
73 | | - "@storybook/addon-links": "^5.0.6", |
74 | | - "@storybook/addons": "^5.0.6", |
75 | | - "@storybook/react": "^5.0.6", |
| 72 | + "@storybook/addon-actions": "^6.2.9", |
| 73 | + "@storybook/addon-knobs": "^6.2.9", |
| 74 | + "@storybook/addon-links": "^6.2.9", |
| 75 | + "@storybook/addons": "^6.2.9", |
| 76 | + "@storybook/react": "^6.2.9", |
76 | 77 | "@types/jest": "^24.0.11", |
77 | | - "@types/react": "^16.8.10", |
| 78 | + "@types/react": "^17.0.1", |
78 | 79 | "babel-core": "^7.0.0-bridge.0", |
79 | 80 | "babel-eslint": "^10.0.1", |
80 | 81 | "babel-jest": "^23.4.2", |
|
89 | 90 | "express": "^4.14.1", |
90 | 91 | "jest": "^24.0.1", |
91 | 92 | "node-sass": "^4.5.0", |
92 | | - "react": "^16.8.0", |
93 | | - "react-dom": "^16.8.0", |
94 | | - "react-test-renderer": "^16.8.0", |
| 93 | + "react": "^17.0.1", |
| 94 | + "react-dom": "^17.0.1", |
| 95 | + "react-test-renderer": "^17.0.1", |
95 | 96 | "regenerator-runtime": "^0.10.5", |
96 | 97 | "sass-loader": "^7.1.0", |
97 | 98 | "style-loader": "^0.23.1", |
|
0 commit comments