Skip to content

Commit

Permalink
rdrf #2257 updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
id2359 committed Oct 28, 2022
1 parent 359337f commit 7212110
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 412 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-node
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container used to build rdrf frontend
FROM node:16.15.0
FROM node:18.12.0
MAINTAINER https://github.com/muccg/rdrf

RUN env | sort
Expand Down
50 changes: 25 additions & 25 deletions rdrf/rdrf/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
"description": "Frontend code for cicproms",
"private": true,
"dependencies": {
"@types/jest": "25.1.4",
"@types/lodash": "^4.14.149",
"@types/node": "13.9.0",
"@types/rc-slider": "^8.6.5",
"@types/rc-tooltip": "^3.7.2",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@types/react-redux": "^7.1.7",
"@types/redux-actions": "^2.6.1",
"axios": "^0.27.2",
"bootstrap": "^4.4.1",
"@types/jest": "29.2.0",
"@types/lodash": "^4.14.186",
"@types/node": "18.11.7",
"@types/rc-slider": "^9.3.0",
"@types/rc-tooltip": "^3.7.7",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/react-redux": "^7.1.24",
"@types/redux-actions": "^2.6.2",
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"child_process": "^1.0.2",
"lodash": "^4.17.21",
"npm-watch": "^0.11.0",
"rc-slider": "^9.2.2",
"rc-tooltip": "^4.0.1",
"react": "^18.1.0",
"rc-slider": "^10.0.1",
"rc-tooltip": "^5.2.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-redux": "^8.0.4",
"react-scripts": "5.0.1",
"reactstrap": "^9.0.2",
"reactstrap": "^9.1.5",
"redux": "^4.2.0",
"redux-actions": "^2.6.5",
"redux-thunk": "^2.4.1",
"typescript": "4.6.4",
"yarn": "^1.22.18"
"typescript": "4.8.4",
"yarn": "^1.22.19"
},
"watch": {
"build": {
Expand Down Expand Up @@ -69,14 +69,14 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/moxios": "^0.4.15",
"fs": "^0.0.1-security",
"moxios": "^0.4.0",
"prettier": "^2.2.1",
"renamer": "^1.1.4",
"prettier": "^2.7.1",
"renamer": "^4.0.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.2.0",
Expand Down
Loading

0 comments on commit 7212110

Please sign in to comment.