Skip to content

Commit

Permalink
Merge pull request #351 from Yooooomi/misc/dependencies
Browse files Browse the repository at this point in the history
moved react scripts to dev deps
  • Loading branch information
Yooooomi authored Feb 28, 2024
2 parents a796e00 + e3b2872 commit 2e8629b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "9.1.0",
"react-router-dom": "6.22.2",
"react-scripts": "^5.0.1",
"recharts": "2.12.1",
"redux": "5.0.1",
"web-vitals": "3.5.2"
Expand All @@ -36,7 +35,8 @@
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-date-range": "1.4.9",
"@types/react-dom": "18.2.19",
"@your_spotify/dev": "*"
"@your_spotify/dev": "*",
"react-scripts": "^5.0.1"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"uuid": "9.0.1",
"zod": "3.22.4"
"zod": "^3.22.4"
},
"devDependencies": {
"@types/axios": "^0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10895,7 +10895,7 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

[email protected]:
zod@^3.22.4:
version "3.22.4"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.22.4.tgz#f31c3a9386f61b1f228af56faa9255e845cf3fff"
integrity sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==

0 comments on commit 2e8629b

Please sign in to comment.