|
49 | 49 | "@rollup/plugin-replace": "^6.0.1", |
50 | 50 | "@rollup/plugin-terser": "^0.4.4", |
51 | 51 | "@testing-library/react": "^15.0.7", |
52 | | - "@types/jest": "^29.5.13", |
| 52 | + "@types/jest": "^30.0.0", |
53 | 53 | "@types/node": "^22.5.5", |
54 | 54 | "@types/react": "^18.3.7", |
55 | | - "@typescript-eslint/eslint-plugin": "^8.15.0", |
56 | | - "@typescript-eslint/parser": "^8.15.0", |
| 55 | + "@typescript-eslint/eslint-plugin": "^8.44.0", |
| 56 | + "@typescript-eslint/parser": "^8.44.0", |
57 | 57 | "commitizen": "^4.3.0", |
58 | 58 | "coveralls": "^3.1.1", |
59 | 59 | "eslint": "^8.36.0", |
60 | 60 | "eslint-config-airbnb": "^19.0.4", |
61 | 61 | "eslint-config-prettier": "^8.8.0", |
62 | 62 | "eslint-plugin-import": "^2.27.5", |
63 | 63 | "eslint-plugin-prettier": "^4.2.1", |
64 | | - "jest": "^29.7.0", |
65 | | - "jest-environment-jsdom": "^29.7.0", |
66 | | - "jotai": "^2.12.4", |
67 | | - "mutative": "^1.2.0", |
| 64 | + "jest": "^30.1.3", |
| 65 | + "jest-environment-jsdom": "^30.1.2", |
| 66 | + "jotai": "^2.14.0", |
| 67 | + "mutative": "^1.3.0", |
68 | 68 | "prettier": "^2.8.6", |
69 | 69 | "react": "^18.3.1", |
70 | 70 | "react-dom": "^18.3.1", |
71 | 71 | "rimraf": "^4.4.0", |
72 | 72 | "rollup": "^4.22.5", |
73 | | - "ts-jest": "^29.2.5", |
| 73 | + "ts-jest": "^29.4.4", |
74 | 74 | "ts-node": "^10.9.2", |
75 | 75 | "tslib": "^2.8.1", |
76 | 76 | "typedoc": "^0.26.11", |
77 | 77 | "typedoc-plugin-markdown": "^4.2.10", |
78 | | - "typescript": "^5.8.3", |
| 78 | + "typescript": "^5.9.2", |
79 | 79 | "yargs": "^17.7.1" |
80 | 80 | }, |
81 | 81 | "config": { |
|
93 | 93 | "peerDependencies": { |
94 | 94 | "@types/react": "^18.0 || ^17.0 || ^19.0", |
95 | 95 | "jotai": "^2.0", |
96 | | - "mutative": "^1.2.0", |
| 96 | + "mutative": "^1.3.0", |
97 | 97 | "react": "^17.0 || ^18.0 || ^19.0" |
98 | 98 | } |
99 | 99 | } |
0 commit comments