File tree Expand file tree Collapse file tree 3 files changed +1
-21
lines changed
Expand file tree Collapse file tree 3 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 2727 "react" : " 17.0.2" ,
2828 "react-ace" : " ^9.5.0" ,
2929 "react-dom" : " 17.0.2" ,
30- "react-folder-tree" : " ^5.0.3" ,
3130 "react-redux" : " ^7.2.6" ,
3231 "react-spring" : " ^9.4.2" ,
3332 "tailwindcss" : " ^2.2.19" ,
Original file line number Diff line number Diff line change @@ -3380,20 +3380,6 @@ react-dom@17.0.2:
33803380 object-assign "^4.1.1"
33813381 scheduler "^0.20.2"
33823382
3383- react-folder-tree@^5.0.3 :
3384- version "5.0.3"
3385- resolved "https://registry.yarnpkg.com/react-folder-tree/-/react-folder-tree-5.0.3.tgz#586c28f26b1a5340e5a36c22d71f4067f5026f48"
3386- integrity sha512-rCrojPpvJJZPzU9SrAEpcc/I2XddZ1eQ7wOnFPWHesZ9KQWehptm5QEbCw+eWRapDK+t8Nb/TVRPfE+oX0jVSA==
3387- dependencies :
3388- prop-types "^15.7.2"
3389- react-icons "^4.1.0"
3390- use-tree-state "^1.0.0"
3391-
3392- react-icons@^4.1.0 :
3393- version "4.3.1"
3394- resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.3.1.tgz#2fa92aebbbc71f43d2db2ed1aed07361124e91ca"
3395- integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==
3396-
33973383react-is@17.0.2, react-is@^17.0.2 :
33983384 version "17.0.2"
33993385 resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
@@ -4119,11 +4105,6 @@ use-subscription@1.5.1:
41194105 dependencies :
41204106 object-assign "^4.1.1"
41214107
4122- use-tree-state@^1.0.0 :
4123- version "1.1.1"
4124- resolved "https://registry.yarnpkg.com/use-tree-state/-/use-tree-state-1.1.1.tgz#229c0eb1019c382c446506b474f676ecfedd7b11"
4125- integrity sha512-oNLnmUaAef97UGvw83L0tfTYj7ZBmPdf3tsaehr8FumSdq9Th/cc97jVTnSoOCoq9wYmhDuSffJxHv+wbgUlrA==
4126-
41274108util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1 :
41284109 version "1.0.2"
41294110 resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dotenv.config()
33
44const CONFIG = {
55 SERVER : {
6- PORT : process . env . PORT || 3001 ,
6+ PORT : process . env . PORT || 8080 ,
77 NODE_ENV : process . env . NODE_ENV || "development" ,
88 }
99}
You can’t perform that action at this time.
0 commit comments