|
1 | 1 | { |
2 | 2 | "name": "react-date-range", |
3 | | - "version": "1.4.0", |
| 3 | + "version": "2.0.0-alpha.4", |
4 | 4 | "description": "A React component for choosing dates and date ranges.", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "scripts": { |
|
44 | 44 | "shallow-equal": "^1.2.1" |
45 | 45 | }, |
46 | 46 | "peerDependencies": { |
47 | | - "date-fns": "2.0.0-alpha.7 || >=2.0.0", |
| 47 | + "date-fns": "3.0.6 || >=3.0.0", |
48 | 48 | "react": "^0.14 || ^15.0.0-rc || >=15.0" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@babel/cli": "^7.7.7", |
| 51 | + "@babel/cli": "^7.23.4", |
52 | 52 | "@babel/core": "^7.4.4", |
53 | | - "@babel/plugin-proposal-class-properties": "^7.5.5", |
54 | 53 | "@babel/plugin-proposal-export-default-from": "^7.7.4", |
| 54 | + "@babel/plugin-transform-class-properties": "^7.23.3", |
55 | 55 | "@babel/preset-env": "^7.4.4", |
56 | 56 | "@babel/preset-react": "^7.7.4", |
57 | 57 | "autoprefixer": "^9.7.3", |
58 | 58 | "babel-eslint": "^10.0.3", |
59 | | - "babel-loader": "^8.0.6", |
60 | | - "babel-plugin-date-fns": "^2.0.0", |
61 | | - "css-loader": "^3.2.0", |
62 | | - "date-fns": "^2.8.1", |
| 59 | + "babel-loader": "^9.1.3", |
| 60 | + "css-loader": "^3.6.0", |
| 61 | + "date-fns": "^3.0.6", |
63 | 62 | "enzyme": "^3.11.0", |
64 | 63 | "enzyme-adapter-react-16": "^1.15.2", |
65 | 64 | "enzyme-to-json": "^3.4.3", |
|
79 | 78 | "prettier": "^1.19.1", |
80 | 79 | "react": "^16.12.0", |
81 | 80 | "react-dom": "^16.12.0", |
82 | | - "react-styleguidist": "^10.4.0", |
83 | | - "style-loader": "^1.0.0", |
| 81 | + "react-styleguidist": "^12.0.1", |
| 82 | + "style-loader": "^1.3.0", |
84 | 83 | "url-loader": "^3.0.0", |
85 | | - "webpack": "^4.41.5" |
| 84 | + "webpack": "^5.89.0" |
86 | 85 | } |
87 | 86 | } |
0 commit comments