|
48 | 48 | "@types/react-dom": "^18.0", |
49 | 49 | "react": "^18.0", |
50 | 50 | "react-dom": "^18.0", |
51 | | - "react-native": ">=0.59", |
52 | | - "redux": "^4 || ^5.0.0-beta.0" |
| 51 | + "react-native": ">=0.69", |
| 52 | + "redux": "^5.0.0-beta.0" |
53 | 53 | }, |
54 | 54 | "peerDependenciesMeta": { |
55 | 55 | "@types/react": { |
|
87 | 87 | "@babel/preset-typescript": "^7.14.5", |
88 | 88 | "@microsoft/api-extractor": "^7.18.1", |
89 | 89 | "@reduxjs/toolkit": "^2.0.0-beta.0", |
90 | | - "@rollup/plugin-babel": "^5.2.1", |
91 | | - "@rollup/plugin-commonjs": "^15.1.0", |
92 | | - "@rollup/plugin-node-resolve": "^9.0.0", |
93 | | - "@rollup/plugin-replace": "^2.3.3", |
94 | 90 | "@testing-library/jest-dom": "^5.11.5", |
95 | 91 | "@testing-library/jest-native": "^3.4.3", |
96 | 92 | "@testing-library/react": "13.0.0", |
|
115 | 111 | "eslint-plugin-react": "^7.21.5", |
116 | 112 | "glob": "^7.1.6", |
117 | 113 | "jest": "^26.6.1", |
| 114 | + "jest-environment-jsdom": "^29.5.0", |
118 | 115 | "prettier": "^2.1.2", |
119 | | - "react": "18.0.0", |
120 | | - "react-17": "npm:react@^17", |
121 | | - "react-dom": "18.0.0", |
122 | | - "react-dom-17": "npm:react-dom@^17", |
123 | | - "react-native": "^0.64.1", |
| 116 | + "react": "18.2.0", |
| 117 | + "react-dom": "18.2.0", |
| 118 | + "react-native": "^0.71.11", |
124 | 119 | "react-test-renderer": "18.0.0", |
125 | | - "react-test-renderer-17": "npm:react-test-renderer@^17", |
126 | 120 | "redux": "^5.0.0-beta.0", |
127 | 121 | "rimraf": "^3.0.2", |
128 | | - "rollup": "^2.32.1", |
129 | | - "rollup-plugin-terser": "^7.0.2", |
130 | 122 | "ts-jest": "26.5.6", |
131 | 123 | "tsup": "^7.0.0", |
132 | 124 | "typescript": "^5.0" |
|
0 commit comments