Skip to content

Commit

Permalink
upgrade dependencies for react app
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-vasylchenko committed Jan 3, 2025
1 parent 8340893 commit d0af6c2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions camunda-formio-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -42,6 +42,6 @@
"not op_mini all"
],
"devDependencies": {
"prettier": "3.0.1"
"prettier": "3.4.2"
}
}

0 comments on commit d0af6c2

Please sign in to comment.