|
48 | 48 | "@types/react-dom": "^18.0", |
49 | 49 | "react": "^18.0", |
50 | 50 | "react-dom": "^18.0", |
51 | | - "react-native": ">=0.69", |
| 51 | + "react-native": ">=0.71", |
52 | 52 | "redux": "^5.0.0-beta.0" |
53 | 53 | }, |
54 | 54 | "peerDependenciesMeta": { |
|
80 | 80 | "@babel/core": "^7.12.3", |
81 | 81 | "@babel/plugin-proposal-decorators": "^7.12.1", |
82 | 82 | "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 83 | + "@babel/plugin-transform-flow-strip-types": "^7.22.5", |
83 | 84 | "@babel/plugin-transform-react-display-name": "^7.12.1", |
84 | 85 | "@babel/plugin-transform-react-jsx": "^7.12.1", |
85 | 86 | "@babel/plugin-transform-runtime": "^7.12.1", |
|
101 | 102 | "@typescript-eslint/eslint-plugin": "^4.28.0", |
102 | 103 | "@typescript-eslint/parser": "^4.28.0", |
103 | 104 | "babel-eslint": "^10.1.0", |
104 | | - "babel-jest": "^26.6.1", |
| 105 | + "babel-jest": "^29", |
105 | 106 | "codecov": "^3.8.0", |
106 | 107 | "cross-env": "^7.0.2", |
107 | 108 | "eslint": "^7.12.0", |
|
110 | 111 | "eslint-plugin-prettier": "^3.1.4", |
111 | 112 | "eslint-plugin-react": "^7.21.5", |
112 | 113 | "glob": "^7.1.6", |
113 | | - "jest": "^26.6.1", |
| 114 | + "jest": "^29", |
114 | 115 | "jest-environment-jsdom": "^29.5.0", |
| 116 | + "metro-react-native-babel-preset": "^0.76.6", |
115 | 117 | "prettier": "^2.1.2", |
116 | 118 | "react": "18.2.0", |
117 | 119 | "react-dom": "18.2.0", |
118 | 120 | "react-native": "^0.71.11", |
119 | 121 | "react-test-renderer": "18.0.0", |
120 | 122 | "redux": "^5.0.0-beta.0", |
121 | 123 | "rimraf": "^3.0.2", |
122 | | - "ts-jest": "26.5.6", |
| 124 | + "ts-jest": "^29", |
123 | 125 | "tsup": "^7.0.0", |
124 | 126 | "typescript": "^5.0" |
125 | 127 | } |
|
0 commit comments