|
1 | 1 | { |
2 | 2 | "name": "react-singleton-hook", |
3 | | - "version": "3.2.1", |
| 3 | + "version": "3.2.2", |
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.14.3", |
52 | | - "@babel/core": "^7.14.3", |
53 | | - "@babel/plugin-proposal-object-rest-spread": "^7.14.2", |
54 | | - "@babel/plugin-transform-react-display-name": "^7.14.2", |
55 | | - "@babel/plugin-transform-react-jsx": "^7.14.3", |
56 | | - "@babel/preset-env": "^7.14.2", |
57 | | - "@rollup/plugin-commonjs": "^19.0.0", |
58 | | - "@rollup/plugin-node-resolve": "^13.0.0", |
59 | | - "@rollup/plugin-replace": "^2.4.2", |
60 | | - "@testing-library/jest-dom": "^5.12.0", |
61 | | - "@testing-library/jest-native": "^4.0.1", |
62 | | - "@testing-library/react": "^11.2.7", |
63 | | - "@testing-library/react-hooks": "^6.0.0", |
64 | | - "@testing-library/react-native": "^7.2.0", |
65 | | - "babel-eslint": "^10.1.0", |
66 | | - "babel-jest": "^26.6.3", |
| 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", |
| 62 | + "@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", |
67 | 67 | "cross-env": "^7.0.3", |
68 | 68 | "es3ify": "^0.2.2", |
69 | | - "eslint": "^7.27.0", |
70 | | - "eslint-plugin-import": "^2.23.3", |
71 | | - "eslint-plugin-react": "^7.23.2", |
72 | | - "eslint-plugin-react-hooks": "^4.2.0", |
73 | | - "glob": "^7.1.7", |
74 | | - "jest": "^26.6.3", |
75 | | - "npm-check-updates": "^11.5.13", |
| 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 | 76 | "react": "^16.8.6", |
77 | 77 | "react-dom": "^17.0.2", |
78 | | - "react-native": "^0.64.1", |
| 78 | + "react-native": "^0.66.4", |
79 | 79 | "react-test-renderer": "^17.0.2", |
80 | 80 | "rimraf": "^3.0.2", |
81 | | - "rollup": "^2.49.0", |
| 81 | + "rollup": "^2.61.1", |
82 | 82 | "rollup-plugin-babel": "^4.4.0", |
83 | 83 | "rollup-plugin-terser": "^7.0.2" |
84 | 84 | }, |
|
0 commit comments