Skip to content

Commit

Permalink
Merge branch 'master' into fix-dependabot-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyporrello committed Dec 19, 2024
2 parents 0b8f19a + 6f9ee1b commit 19e2cd0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"version": "1.1.0",
"npmClient": "npm",
"parallel": true,
"useWorkspaces": true,
"packages": ["packages/*"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"serve": "lerna run serve"
},
"devDependencies": {
"lerna": "5.5.2"
"lerna": "7.4.2"
}
}
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@babel/core": "7.14.6",
"babel-loader": "8.2.2",
"@babel/core": "7.26.0",
"babel-loader": "8.4.1",
"babel-preset-react-app": "10.0.0",
"prettier": "2.3.2",
"webpack": "5.41.0",
"webpack": "5.97.1",
"webpack-cli": "4.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"cookie-session": "1.4.0",
"dotenv": "8.2.0",
"esm": "3.2.25",
"express": "4.17.3",
"express": "4.21.2",
"http-errors": "1.8.0",
"http-proxy": "1.18.1",
"morgan": "1.10.0",
"pug": "3.0.3"
},
"devDependencies": {
"nodemon": "2.0.20",
"nodemon": "3.1.9",
"prettier": "2.3.2"
}
}

0 comments on commit 19e2cd0

Please sign in to comment.