fix test
This commit is contained in:
Родитель
c83f466998
Коммит
6795b9a93b
|
@ -14,17 +14,17 @@
|
|||
"test": " REGRESSION_TESTING=true npm start"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.16.1",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"tslint-to-eslint-config": "^0.2.11"
|
||||
"express": "^4.18.2",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"tslint-to-eslint-config": "^2.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.16.0",
|
||||
"@types/isomorphic-fetch": "0.0.35",
|
||||
"@types/node": "^8.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.6.1",
|
||||
"@typescript-eslint/parser": "^2.6.1",
|
||||
"eslint": "^6.6.0",
|
||||
"typescript": "^3.7.2"
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/isomorphic-fetch": "0.0.36",
|
||||
"@types/node": "^18.8.3",
|
||||
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
||||
"@typescript-eslint/parser": "^5.40.0",
|
||||
"eslint": "^8.25.0",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"rocker/tidyverse",
|
||||
"rocker/binder"
|
||||
],
|
||||
"default": "4"
|
||||
"default": "rocker/r-ver"
|
||||
},
|
||||
"installZsh": {
|
||||
"type": "boolean",
|
||||
|
|
|
@ -20,5 +20,5 @@
|
|||
// "postCreateCommand": "yarn install",
|
||||
|
||||
// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "vscode"
|
||||
"remoteUser": "node"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче