diff --git a/package.json b/package.json index 12bbb08ad..45bc84678 100644 --- a/package.json +++ b/package.json @@ -1069,13 +1069,13 @@ "formatjs-compile": "stripes translate compile" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/eslint-parser": "^7.16.3", + "@babel/core": "^8.0.1", + "@babel/eslint-parser": "^8.0.1", "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-proposal-decorators": "^7.0.0", - "@babel/plugin-transform-runtime": "^7.0.0", - "@babel/preset-env": "^7.0.0", - "@babel/preset-react": "^7.9.0", + "@babel/plugin-proposal-decorators": "^8.0.2", + "@babel/plugin-transform-runtime": "^8.0.1", + "@babel/preset-env": "^8.0.2", + "@babel/preset-react": "^8.0.1", "@folio/eslint-config-stripes": "^8.0.0", "@folio/jest-config-stripes": "^3.0.0", "@folio/service-interaction": "^4.0.0", @@ -1092,18 +1092,18 @@ "@folio/stripes-util": "^7.0.0", "@formatjs/cli": "^6.6.0", "core-js": "^3.6.4", - "eslint": "^7.13.0", + "eslint": "^10.7.0", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.0.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-intl": "^7.1.5", + "eslint-plugin-jest": "^29.15.4", + "react": "^19.2.7", + "react-dom": "^19.2.7", + "react-intl": "^10.1.17", "react-query": "^3.6.0", - "react-router-dom": "^5.0.1", - "regenerator-runtime": "^0.13.3", - "sinon": "^7.0.0", - "zustand": "^4.1.1" + "react-router-dom": "^7.18.1", + "regenerator-runtime": "^0.14.1", + "sinon": "^22.0.0", + "zustand": "^5.0.14" }, "dependencies": { "@dnd-kit/core": "^6.3.1", @@ -1113,21 +1113,21 @@ "@folio/stripes-acq-components": "^7.1.0", "classnames": "^2.3.2", "file-saver": "^2.0.0", - "final-form": "^4.18.2", - "final-form-arrays": "^3.0.1", - "history": "^4.10.0", + "final-form": "^5.0.1", + "final-form-arrays": "^4.0.1", + "history": "^5.3.0", "inflected": "^2.1.0", - "ky": "^0.23.0", + "ky": "^2.0.2", "lodash": "^4.17.4", "prop-types": "^15.5.10", - "query-string": "^5.0.0", + "query-string": "^9.4.1", "react-copy-to-clipboard": "^5.0.1", - "react-final-form": "^6.5.6", - "react-final-form-arrays": "^3.1.0", - "react-final-form-listeners": "^1.0.2", + "react-final-form": "^7.0.1", + "react-final-form-arrays": "^5.0.0", + "react-final-form-listeners": "^3.0.1", "react-router-prop-types": "^1.0.4", "redux-form": "^8.3.7", - "use-session-storage-state": "^18.2.0" + "use-session-storage-state": "^19.0.1" }, "peerDependencies": { "@folio/service-interaction": "^4.0.0", @@ -1135,12 +1135,12 @@ "@folio/stripes-erm-components": "^10.1.0", "@folio/stripes-inventory-components": "^2.1.0", "@folio/stripes-marc-components": "^2.1.0", - "react": "^18.2.0", - "react-intl": "^7.1.5", + "react": "^19.2.7", + "react-intl": "^10.1.17", "react-query": "^3.6.0", "react-router": "^5.0.1", - "react-router-dom": "^5.0.1", - "zustand": "^4.1.1" + "react-router-dom": "^7.18.1", + "zustand": "^5.0.14" }, "optionalDependencies": { "@folio/plugin-create-inventory-records": "^7.0.0",