Skip to content

Commit b1c2ea2

Browse files
committed
Upgraded dependencies
1 parent da2c0d6 commit b1c2ea2

File tree

6 files changed

+262
-235
lines changed

6 files changed

+262
-235
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ altered:
8989

9090
### [Upgrade](#upgrade)
9191

92-
To update the pom.xml with the latest versions, run
92+
To check the pom.xml with the latest versions, run
9393
```
9494
cd server
95-
mvn versions:use-latest-releases
95+
mvn versions:display-dependency-updates -DprocessDependencyManagement=false -DdependencyIncludes=*:*
9696
```
9797
To see the latest versions report for the client run
9898
```

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint": "^9.39.2",
4141
"eslint-plugin-react": "^7.37.5",
4242
"eslint-plugin-react-hooks": "^7.0.1",
43-
"eslint-plugin-react-refresh": "^0.4.25",
43+
"eslint-plugin-react-refresh": "^0.5.0",
4444
"globals": "^17.0.0",
4545
"http-proxy-middleware": "^3.0.5",
4646
"sass": "^1.97.2",

0 commit comments

Comments
 (0)