|
1 | 1 | {
|
2 | 2 | "name": "react-redux",
|
3 |
| - "version": "7.2.4", |
| 3 | + "version": "8.0.0-alpha.0", |
4 | 4 | "description": "Official React bindings for Redux",
|
5 | 5 | "keywords": [
|
6 | 6 | "react",
|
|
39 | 39 | "type-tests": "yarn tsc -p test/typetests",
|
40 | 40 | "coverage": "codecov"
|
41 | 41 | },
|
42 |
| - "workspaces": [ |
43 |
| - "website" |
44 |
| - ], |
45 | 42 | "peerDependencies": {
|
46 |
| - "react": "^16.8.3 || ^17" |
| 43 | + "react": "^16.8.3 || ^17 || ^18" |
47 | 44 | },
|
48 | 45 | "peerDependenciesMeta": {
|
49 | 46 | "react-dom": {
|
|
55 | 52 | },
|
56 | 53 | "dependencies": {
|
57 | 54 | "@babel/runtime": "^7.12.1",
|
| 55 | + "@types/hoist-non-react-statics": "^3.3.1", |
| 56 | + "@types/use-sync-external-store": "^0.0.0", |
58 | 57 | "hoist-non-react-statics": "^3.3.2",
|
59 | 58 | "loose-envify": "^1.4.0",
|
60 | 59 | "prop-types": "^15.7.2",
|
61 |
| - "react-is": "^16.13.1" |
| 60 | + "react-is": "^16.13.1", |
| 61 | + "use-sync-external-store": "0.0.0-experimental-7d38e4fd8-20210930" |
62 | 62 | },
|
63 | 63 | "devDependencies": {
|
64 | 64 | "@babel/cli": "^7.12.1",
|
|
71 | 71 | "@babel/preset-env": "^7.12.1",
|
72 | 72 | "@babel/preset-typescript": "^7.14.5",
|
73 | 73 | "@microsoft/api-extractor": "^7.18.1",
|
| 74 | + "@reduxjs/toolkit": "^1.6.1", |
74 | 75 | "@rollup/plugin-babel": "^5.2.1",
|
75 | 76 | "@rollup/plugin-commonjs": "^15.1.0",
|
76 | 77 | "@rollup/plugin-node-resolve": "^9.0.0",
|
77 | 78 | "@rollup/plugin-replace": "^2.3.3",
|
78 | 79 | "@testing-library/jest-dom": "^5.11.5",
|
79 | 80 | "@testing-library/jest-native": "^3.4.3",
|
80 |
| - "@testing-library/react": "^12.0.0", |
| 81 | + "@testing-library/react": "https://pkg.csb.dev/testing-library/react-testing-library/commit/0e2cf7da/@testing-library/react#.tgz", |
81 | 82 | "@testing-library/react-hooks": "^3.4.2",
|
82 | 83 | "@testing-library/react-native": "^7.1.0",
|
83 | 84 | "@types/create-react-class": "^15.6.3",
|
84 | 85 | "@types/object-assign": "^4.0.30",
|
85 |
| - "@types/react": "^17.0.14", |
| 86 | + "@types/react": "17.0.19", |
86 | 87 | "@types/react-dom": "^17.0.9",
|
87 | 88 | "@types/react-is": "^17.0.1",
|
88 | 89 | "@types/react-native": "^0.64.12",
|
|
103 | 104 | "glob": "^7.1.6",
|
104 | 105 | "jest": "^26.6.1",
|
105 | 106 | "prettier": "^2.1.2",
|
106 |
| - "react": "^16.14.0", |
107 |
| - "react-dom": "^16.14.0", |
| 107 | + "react": "0.0.0-experimental-7d38e4fd8-20210930", |
| 108 | + "react-dom": "0.0.0-experimental-7d38e4fd8-20210930", |
108 | 109 | "react-native": "^0.64.1",
|
109 |
| - "react-test-renderer": "^16.14.0", |
| 110 | + "react-test-renderer": "0.0.0-experimental-7d38e4fd8-20210930", |
110 | 111 | "redux": "^4.0.5",
|
111 | 112 | "rimraf": "^3.0.2",
|
112 | 113 | "rollup": "^2.32.1",
|
|
0 commit comments