|
48 | 48 | }, |
49 | 49 | "dependencies": {}, |
50 | 50 | "devDependencies": { |
51 | | - "@babel/cli": "^7.16.0", |
52 | | - "@babel/core": "^7.16.5", |
53 | | - "@babel/eslint-parser": "^7.16.5", |
54 | | - "@babel/plugin-proposal-object-rest-spread": "^7.16.5", |
55 | | - "@babel/plugin-transform-react-display-name": "^7.16.5", |
56 | | - "@babel/plugin-transform-react-jsx": "^7.16.5", |
57 | | - "@babel/preset-env": "^7.16.5", |
58 | | - "@rollup/plugin-commonjs": "^21.0.1", |
59 | | - "@rollup/plugin-node-resolve": "^13.1.1", |
60 | | - "@rollup/plugin-replace": "^3.0.0", |
61 | | - "@testing-library/jest-dom": "^5.16.1", |
| 51 | + "@babel/cli": "^7.17.6", |
| 52 | + "@babel/core": "^7.17.9", |
| 53 | + "@babel/eslint-parser": "^7.17.0", |
| 54 | + "@babel/plugin-proposal-object-rest-spread": "^7.17.3", |
| 55 | + "@babel/plugin-transform-object-assign": "^7.16.7", |
| 56 | + "@babel/plugin-transform-react-display-name": "^7.16.7", |
| 57 | + "@babel/plugin-transform-react-jsx": "^7.17.3", |
| 58 | + "@babel/preset-env": "^7.16.11", |
| 59 | + "@rollup/plugin-commonjs": "^21.0.3", |
| 60 | + "@rollup/plugin-node-resolve": "^13.2.0", |
| 61 | + "@rollup/plugin-replace": "^4.0.0", |
| 62 | + "@testing-library/jest-dom": "^5.16.4", |
62 | 63 | "@testing-library/jest-native": "^4.0.4", |
63 | | - "@testing-library/react": "^12.1.2", |
64 | | - "@testing-library/react-hooks": "^7.0.2", |
65 | | - "@testing-library/react-native": "^9.0.0", |
66 | | - "babel-jest": "^27.4.5", |
| 64 | + "@testing-library/react": "^13.0.1", |
| 65 | + "@testing-library/react-hooks": "^8.0.0", |
| 66 | + "@testing-library/react-native": "^9.1.0", |
| 67 | + "babel-jest": "^27.5.1", |
67 | 68 | "cross-env": "^7.0.3", |
68 | 69 | "es3ify": "^0.2.2", |
69 | | - "eslint": "^8.4.1", |
70 | | - "eslint-plugin-import": "^2.25.3", |
71 | | - "eslint-plugin-react": "^7.27.1", |
72 | | - "eslint-plugin-react-hooks": "^4.3.0", |
73 | | - "glob": "^7.2.0", |
74 | | - "jest": "^27.4.5", |
75 | | - "npm-check-updates": "^12.0.3", |
76 | | - "react": "^16.8.6", |
77 | | - "react-dom": "^17.0.2", |
78 | | - "react-native": "^0.66.4", |
79 | | - "react-test-renderer": "^17.0.2", |
| 70 | + "eslint": "^8.13.0", |
| 71 | + "eslint-plugin-import": "^2.26.0", |
| 72 | + "eslint-plugin-react": "^7.29.4", |
| 73 | + "eslint-plugin-react-hooks": "^4.4.0", |
| 74 | + "glob": "^8.0.1", |
| 75 | + "jest": "^27.5.1", |
| 76 | + "metro-babel-register": "^0.70.1", |
| 77 | + "metro-react-native-babel-preset": "^0.70.1", |
| 78 | + "npm-check-updates": "^12.5.9", |
| 79 | + "react": "^18.0.0", |
| 80 | + "react-dom": "^18.0.0", |
| 81 | + "react-native": "^0.68.0", |
| 82 | + "react-test-renderer": "^18.0.0", |
80 | 83 | "rimraf": "^3.0.2", |
81 | | - "rollup": "^2.61.1", |
| 84 | + "rollup": "^2.70.1", |
82 | 85 | "rollup-plugin-babel": "^4.4.0", |
83 | 86 | "rollup-plugin-terser": "^7.0.2" |
84 | 87 | }, |
|
0 commit comments