diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index d130fd43..a71a681f 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -19,7 +19,7 @@ "@mantine/notifications": "^7.14.3", "@mantine/spotlight": "^7.14.3", "@monaco-editor/react": "^4.6.0", - "@reduxjs/toolkit": "^2.4.0", + "@reduxjs/toolkit": "^2.5.0", "axios": "^1.7.9", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0", @@ -1775,9 +1775,9 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.4.0.tgz", - "integrity": "sha512-wJZEuSKj14tvNfxiIiJws0tQN77/rDqucBq528ApebMIRHyWpCanJVQRxQ8WWZC19iCDKxDsGlbAir3F1layxA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.5.0.tgz", + "integrity": "sha512-awNe2oTodsZ6LmRqmkFhtb/KH03hUhxOamEQy411m3Njj3BbFvoBovxo4Q1cBWnV1ErprVj9MlF0UPXkng0eyg==", "license": "MIT", "dependencies": { "immer": "^10.0.3", @@ -1786,7 +1786,7 @@ "reselect": "^5.1.0" }, "peerDependencies": { - "react": "^16.9.0 || ^17.0.0 || ^18", + "react": "^16.9.0 || ^17.0.0 || ^18 || ^19", "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0" }, "peerDependenciesMeta": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index e08fca8e..d78fff4c 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -26,7 +26,7 @@ "@mantine/notifications": "^7.14.3", "@mantine/spotlight": "^7.14.3", "@monaco-editor/react": "^4.6.0", - "@reduxjs/toolkit": "^2.4.0", + "@reduxjs/toolkit": "^2.5.0", "axios": "^1.7.9", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0",