|
1 | 1 | {
|
2 | 2 | "name": "@coreui/react",
|
3 |
| - "version": "3.3.6", |
4 |
| - "description": "CoreUI React Bootstrap 4 components", |
| 3 | + "version": "3.4.0-beta.0", |
| 4 | + "description": "CoreUI 3 React 17 Bootstrap 4 components", |
5 | 5 | "license": "MIT",
|
6 | 6 | "author": {
|
7 | 7 | "name": "CoreUI",
|
|
57 | 57 | "tippy.js": "^6.2.7"
|
58 | 58 | },
|
59 | 59 | "peerDependencies": {
|
60 |
| - "react": "^16.14.0", |
61 |
| - "react-dom": "^16.14.0", |
| 60 | + "react": "^17.0.1", |
| 61 | + "react-dom": "^17.0.1", |
62 | 62 | "react-router-dom": "^5.2.0"
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
|
72 | 72 | "@babel/preset-react": "^7.12.7",
|
73 | 73 | "@coreui/coreui": "^3.4.0",
|
74 | 74 | "@rollup/plugin-babel": "^5.2.2",
|
75 |
| - "@rollup/plugin-commonjs": "^15.1.0", |
76 |
| - "@rollup/plugin-node-resolve": "^9.0.0", |
| 75 | + "@rollup/plugin-commonjs": "^17.0.0", |
| 76 | + "@rollup/plugin-node-resolve": "^10.0.0", |
77 | 77 | "@rollup/plugin-replace": "^2.3.4",
|
78 | 78 | "@storybook/addon-knobs": "^6.1.10",
|
79 | 79 | "@storybook/addon-storysource": "^6.1.10",
|
80 | 80 | "@storybook/react": "^6.1.10",
|
| 81 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.3.2", |
81 | 82 | "auto-changelog": "~2.2.1",
|
82 | 83 | "babel-eslint": "^10.1.0",
|
83 | 84 | "babel-jest": "^26.6.3",
|
84 | 85 | "babel-loader": "^8.2.2",
|
85 | 86 | "cross-env": "^7.0.3",
|
86 | 87 | "del-cli": "^3.0.1",
|
87 | 88 | "enzyme": "^3.11.0",
|
88 |
| - "enzyme-adapter-react-16": "^1.15.5", |
89 | 89 | "enzyme-to-json": "^3.6.1",
|
90 | 90 | "eslint": "^7.15.0",
|
91 | 91 | "eslint-plugin-import": "^2.22.1",
|
92 | 92 | "eslint-plugin-react": "^7.21.5",
|
93 | 93 | "expect": "^26.6.2",
|
94 | 94 | "jest": "^26.6.3",
|
95 |
| - "react": "^16.14.0", |
| 95 | + "postcss": "^8.2.1", |
| 96 | + "react": "^17.0.1", |
96 | 97 | "react-app-polyfill": "^2.0.0",
|
97 |
| - "react-dom": "^16.14.0", |
| 98 | + "react-dom": "^17.0.1", |
98 | 99 | "react-router-dom": "^5.2.0",
|
99 |
| - "react-test-renderer": "^16.14.0", |
| 100 | + "react-test-renderer": "^17.0.1", |
100 | 101 | "rollup": "^2.34.2",
|
101 | 102 | "rollup-plugin-peer-deps-external": "~2.2.4",
|
102 |
| - "rollup-plugin-postcss": "~3.1.8", |
103 |
| - "sinon": "^9.2.1", |
| 103 | + "rollup-plugin-postcss": "^4.0.0", |
| 104 | + "sinon": "^9.2.2", |
104 | 105 | "webpack": "^4.44.2"
|
105 | 106 | },
|
106 | 107 | "repository": {
|
|
0 commit comments