From d0af6c22996c914d4bc3c7d521773cf3a8e471a3 Mon Sep 17 00:00:00 2001 From: Mikhail Vasylchenko Date: Thu, 2 Jan 2025 16:55:52 -0800 Subject: [PATCH] upgrade dependencies for react app --- camunda-formio-react-app/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/camunda-formio-react-app/package.json b/camunda-formio-react-app/package.json index e9293a2b..818f3543 100644 --- a/camunda-formio-react-app/package.json +++ b/camunda-formio-react-app/package.json @@ -9,25 +9,25 @@ "dependencies": { "@formio/core": "^5.0.0-m.19", "@formio/react": "^5.0.0-m.8", - "@fortawesome/fontawesome-svg-core": "^6.4.0", - "bpmn-js": "13.2.2", - "formiojs": "^4.15.1", + "@fortawesome/fontawesome-svg-core": "^6.7.2", + "bpmn-js": "^18.1.2", + "formiojs": "^4.21.6", "humps": "^2.0.1", "lodash": "^4.17.21", "native-promise-only": "^0.8.1", "normalizr": "^3.6.2", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "react-file-reader-input": "^2.0.0", "react-redux": "^9.2.0", - "react-router-dom": "^5.3.4", + "react-router-dom": "^7.1.1", "react-scripts": "^5.0.1", "react-semantic-redux-form": "^1.2.7", - "redux": "^4.2.1", + "redux": "^5.0.1", "redux-form": "^8.3.10", - "redux-thunk": "^2.4.2", + "redux-thunk": "^3.1.0", "semantic-ui-css": "^2.5.0", - "semantic-ui-react": "^2.1.4" + "semantic-ui-react": "^2.1.5" }, "scripts": { "start": "chmod +x ./env.sh && ./env.sh && cp env-config.js ./public/ && react-scripts start", @@ -42,6 +42,6 @@ "not op_mini all" ], "devDependencies": { - "prettier": "3.0.1" + "prettier": "3.4.2" } }