|
1 | 1 | {
|
2 | 2 | "name": "mobx-store-provider",
|
3 |
| - "version": "2.1.1", |
| 3 | + "version": "2.1.2", |
4 | 4 | "description": "Use React Hooks with mobx-state-tree",
|
5 | 5 | "homepage": "https://mobx-store-provider.jonbnewman.dev/",
|
6 | 6 | "main": "lib/index.js",
|
|
36 | 36 | "license": "MIT",
|
37 | 37 | "sideEffects": false,
|
38 | 38 | "devDependencies": {
|
39 |
| - "@testing-library/jest-dom": "^5.14.1", |
40 |
| - "@testing-library/react": "^12.1.0", |
41 |
| - "@types/jest": "^27.0.1", |
42 |
| - "@types/react": "^17.0.21", |
43 |
| - "@typescript-eslint/eslint-plugin": "^4.31.1", |
44 |
| - "@typescript-eslint/parser": "^4.31.1", |
| 39 | + "@testing-library/jest-dom": "^5.16.1", |
| 40 | + "@testing-library/react": "^12.1.2", |
| 41 | + "@types/jest": "^27.4.0", |
| 42 | + "@types/react": "^17.0.38", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.9.0", |
| 44 | + "@typescript-eslint/parser": "^5.9.0", |
45 | 45 | "coveralls": "^3.1.1",
|
46 |
| - "eslint": "^7.32.0", |
| 46 | + "eslint": "^8.6.0", |
47 | 47 | "eslint-config-prettier": "^8.3.0",
|
48 | 48 | "eslint-plugin-prettier": "^4.0.0",
|
49 |
| - "eslint-plugin-react": "^7.25.2", |
50 |
| - "react": "^17.0.0", |
51 |
| - "jest": "^27.2.0", |
52 |
| - "mobx": "^6.3.3", |
53 |
| - "mobx-react": "^7.2.0", |
54 |
| - "mobx-state-tree": "^5.0.2", |
55 |
| - "prettier": "^2.4.1", |
| 49 | + "eslint-plugin-react": "^7.28.0", |
| 50 | + "react": "^17.0.2", |
| 51 | + "jest": "^27.4.7", |
| 52 | + "mobx": "^6.3.10", |
| 53 | + "mobx-react": "^7.2.1", |
| 54 | + "mobx-state-tree": "^5.1.0", |
| 55 | + "prettier": "^2.5.1", |
56 | 56 | "react-dom": "^17.0.2",
|
57 |
| - "ts-jest": "^27.0.5", |
58 |
| - "typescript": "^4.4.3" |
| 57 | + "ts-jest": "^27.1.2", |
| 58 | + "typescript": "^4.5.4" |
59 | 59 | },
|
60 | 60 | "peerDependencies": {
|
61 | 61 | "react": ">=16.8",
|
|
0 commit comments