Skip to content

Commit

Permalink
fixed yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-rt committed Sep 8, 2024
1 parent 53dc027 commit d32d45b
Show file tree
Hide file tree
Showing 3 changed files with 17,683 additions and 17,684 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"pre-commit": "lerna run --concurrency 1 precommit"
}
},
"dependencies": {
},
"dependencies": {},
"resolutions": {
"**/@types/react": "^18.2.0",
"**/@types/react-dom": "^18.2.0"
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
2 changes: 1 addition & 1 deletion frontend/review/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"workerize-loader": "^1.3.0"
},
"scripts": {
"dev": "react-scripts start",
"dev": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"test": "exit 0",
Expand Down
Loading

0 comments on commit d32d45b

Please sign in to comment.