Skip to content

Commit

Permalink
Update Major Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent a8aa928 commit 1c29d30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull base image
FROM node:21.2.0
FROM node:22.11.0

# make and set working directory.
RUN mkdir -p /app
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.8.2",
"@reduxjs/toolkit": "^2.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"axios": "^1.0.0",
"concurrently": "^8.0.0",
"concurrently": "^9.0.0",
"dotenv": "^16.0.0",
"dotenv-extended": "^2.9.0",
"express": "^4.18.1",
Expand All @@ -17,17 +17,17 @@
"nodemon": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-icons": "^5.0.0",
"react-redux": "^9.0.0",
"react-router-dom": "^6.0.0",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux": "^5.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"serverless-http": "^3.0.2",
"sweetalert2": "^11.4.19",
"typewriter-effect": "^2.18.2",
"web-vitals": "^3.0.0"
"web-vitals": "^4.0.0"
},
"main": "functions/server.js",
"scripts": {
Expand Down Expand Up @@ -60,11 +60,11 @@
]
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3"
},
Expand Down

0 comments on commit 1c29d30

Please sign in to comment.