Skip to content

Commit 46319dc

Browse files
committed
chore(dev-deps): upgrade dev deps
1 parent 396224d commit 46319dc

2 files changed

Lines changed: 1532 additions & 1013 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,33 +49,33 @@
4949
"@rollup/plugin-replace": "^6.0.1",
5050
"@rollup/plugin-terser": "^0.4.4",
5151
"@testing-library/react": "^15.0.7",
52-
"@types/jest": "^29.5.13",
52+
"@types/jest": "^30.0.0",
5353
"@types/node": "^22.5.5",
5454
"@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",
5757
"commitizen": "^4.3.0",
5858
"coveralls": "^3.1.1",
5959
"eslint": "^8.36.0",
6060
"eslint-config-airbnb": "^19.0.4",
6161
"eslint-config-prettier": "^8.8.0",
6262
"eslint-plugin-import": "^2.27.5",
6363
"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",
6868
"prettier": "^2.8.6",
6969
"react": "^18.3.1",
7070
"react-dom": "^18.3.1",
7171
"rimraf": "^4.4.0",
7272
"rollup": "^4.22.5",
73-
"ts-jest": "^29.2.5",
73+
"ts-jest": "^29.4.4",
7474
"ts-node": "^10.9.2",
7575
"tslib": "^2.8.1",
7676
"typedoc": "^0.26.11",
7777
"typedoc-plugin-markdown": "^4.2.10",
78-
"typescript": "^5.8.3",
78+
"typescript": "^5.9.2",
7979
"yargs": "^17.7.1"
8080
},
8181
"config": {
@@ -93,7 +93,7 @@
9393
"peerDependencies": {
9494
"@types/react": "^18.0 || ^17.0 || ^19.0",
9595
"jotai": "^2.0",
96-
"mutative": "^1.2.0",
96+
"mutative": "^1.3.0",
9797
"react": "^17.0 || ^18.0 || ^19.0"
9898
}
9999
}

0 commit comments

Comments
 (0)