|
1 | 1 | { |
2 | 2 | "name": "react-singleton-hook", |
3 | | - "version": "4.0.0", |
| 3 | + "version": "4.0.1", |
4 | 4 | "description": "Share custom hook state across all components", |
5 | 5 | "keywords": [ |
6 | 6 | "react", |
|
48 | 48 | }, |
49 | 49 | "dependencies": {}, |
50 | 50 | "devDependencies": { |
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", |
| 51 | + "@babel/cli": "^7.19.3", |
| 52 | + "@babel/core": "^7.20.2", |
| 53 | + "@babel/eslint-parser": "^7.19.1", |
| 54 | + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", |
| 55 | + "@babel/plugin-transform-object-assign": "^7.18.6", |
| 56 | + "@babel/plugin-transform-react-display-name": "^7.18.6", |
| 57 | + "@babel/plugin-transform-react-jsx": "^7.19.0", |
| 58 | + "@babel/preset-env": "^7.20.2", |
59 | 59 | "@rollup/plugin-commonjs": "^21.0.3", |
60 | 60 | "@rollup/plugin-node-resolve": "^13.2.0", |
61 | 61 | "@rollup/plugin-replace": "^4.0.0", |
62 | | - "@testing-library/jest-dom": "^5.16.4", |
63 | | - "@testing-library/jest-native": "^4.0.4", |
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", |
| 62 | + "@testing-library/jest-dom": "^5.16.5", |
| 63 | + "@testing-library/jest-native": "^5.2.0", |
| 64 | + "@testing-library/react": "^13.4.0", |
| 65 | + "@testing-library/react-hooks": "^8.0.1", |
| 66 | + "@testing-library/react-native": "^11.4.0", |
| 67 | + "babel-jest": "^29.3.1", |
68 | 68 | "cross-env": "^7.0.3", |
69 | 69 | "es3ify": "^0.2.2", |
70 | | - "eslint": "^8.13.0", |
| 70 | + "eslint": "^8.27.0", |
71 | 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", |
| 72 | + "eslint-plugin-react": "^7.31.10", |
| 73 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 74 | + "glob": "^8.0.3", |
| 75 | + "jest": "^29.3.1", |
| 76 | + "jest-environment-jsdom": "^29.3.1", |
| 77 | + "metro-babel-register": "^0.73.3", |
| 78 | + "metro-react-native-babel-preset": "^0.73.3", |
| 79 | + "npm-check-updates": "^16.3.18", |
79 | 80 | "react": "^18.0.0", |
80 | 81 | "react-dom": "^18.0.0", |
81 | | - "react-native": "^0.68.0", |
82 | | - "react-test-renderer": "^18.0.0", |
| 82 | + "react-native": "^0.70.5", |
| 83 | + "react-test-renderer": "^18.2.0", |
83 | 84 | "rimraf": "^3.0.2", |
84 | 85 | "rollup": "^2.70.1", |
85 | 86 | "rollup-plugin-babel": "^4.4.0", |
|
0 commit comments