Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xsymmetry9 committed Dec 1, 2024
1 parent b8a81eb commit cdb7273
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
25 changes: 24 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "root",
"private": true,

"version": "1.0.0",
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^8.1.9"
"lerna": "^8.1.9",
"prettier": "^3.4.1"
},
"scripts": {
"dev": "lerna run dev",
"start": "lerna run start",
"build": "lerna run build",
"test": "lerna run test",
"new-version": "lerna version --conventional-commits --yes",
"diff": "lerna diff"
}
}
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"echo:": "echo test next app"
},
"dependencies": {
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react": "18.3.1",
"react-dom": "^18.3.1",
"next": "15.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit cdb7273

Please sign in to comment.