chore: Upgrading RTS dependencies (#18463)
This commit is contained in:
parent
63a25ee547
commit
49a98b5048
|
|
@ -11,19 +11,19 @@
|
|||
"npm": "^8.5.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/jest": "^29.0.3",
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/jest": "^29.2.3",
|
||||
"@types/mongodb": "^3.6.10",
|
||||
"axios": "^0.21.2",
|
||||
"express": "^4.17.1",
|
||||
"jest": "^29.0.3",
|
||||
"loglevel": "^1.7.1",
|
||||
"axios": "^1.2.0",
|
||||
"express": "^4.18.2",
|
||||
"jest": "^29.3.1",
|
||||
"loglevel": "^1.8.1",
|
||||
"mongodb": "^3.6.4",
|
||||
"socket.io": "^4.5.1",
|
||||
"socket.io-adapter": "^2.3.2",
|
||||
"socket.io": "^4.5.4",
|
||||
"socket.io-adapter": "^2.4.0",
|
||||
"source-map-support": "^0.5.19",
|
||||
"ts-jest": "^29.0.2",
|
||||
"typescript": "^4.2.3"
|
||||
"ts-jest": "^29.0.3",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test:unit": "export APPSMITH_API_BASE_URL=http APPSMITH_MONGODB_URI=mongodb && $(npm bin)/jest -b --colors --no-cache --silent --coverage --collectCoverage=true --coverageDirectory='./' --coverageReporters='json-summary'",
|
||||
|
|
|
|||
1114
app/rts/yarn.lock
1114
app/rts/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user