Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AreefChowdhury authored Oct 23, 2024
1 parent dcab835 commit c0b1565
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"eject": "react-scripts eject"
},
"dependencies": {
"react": "^18.3.11",
"react-dom": "^18.3.1",
"react-router-dom": "^18.3.1",
"react": "^react-dom/client",
"react-dom": "^react-dom/client",
"react-router-dom": "^6.3.0",
"@babel/core": "^7.15.8",
"browserslist": "^4.24.0",
"bootstrap": "^5.2.0"
"bootstrap": "^5.1.0"
},
"devDependencies": {
"eslint": "^8.57.1",
Expand All @@ -29,8 +29,8 @@
"eslint-webpack-plugin": "^3.2.0"
},
"resolutions": {
"react": "^18.3.11",
"react-dom": "^18.3.1"
"react": "react-dom/client",
"react-dom": "react-dom/client"
},
"engines": {
"node": ">=14.x"
Expand Down

0 comments on commit c0b1565

Please sign in to comment.