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 27
27
"react" : " 17.0.2" ,
28
28
"react-ace" : " ^9.5.0" ,
29
29
"react-dom" : " 17.0.2" ,
30
- "react-folder-tree" : " ^5.0.3" ,
31
30
"react-redux" : " ^7.2.6" ,
32
31
"react-spring" : " ^9.4.2" ,
33
32
"tailwindcss" : " ^2.2.19" ,
Original file line number Diff line number Diff line change @@ -3380,20 +3380,6 @@ react-dom@17.0.2:
3380
3380
object-assign "^4.1.1"
3381
3381
scheduler "^0.20.2"
3382
3382
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
-
3397
3383
react-is@17.0.2, react-is@^17.0.2 :
3398
3384
version "17.0.2"
3399
3385
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
@@ -4119,11 +4105,6 @@ use-subscription@1.5.1:
4119
4105
dependencies :
4120
4106
object-assign "^4.1.1"
4121
4107
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
-
4127
4108
util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1 :
4128
4109
version "1.0.2"
4129
4110
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()
3
3
4
4
const CONFIG = {
5
5
SERVER : {
6
- PORT : process . env . PORT || 3001 ,
6
+ PORT : process . env . PORT || 8080 ,
7
7
NODE_ENV : process . env . NODE_ENV || "development" ,
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments