Skip to content
Snippets Groups Projects
Commit 013a5985 authored by Alexander Rose's avatar Alexander Rose
Browse files

updated packages

- set "@typescript-eslint/ban-types": "off" (TODO investigate)
- remove node 8 in travis
parent 0b143812
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/ban-types": "warn",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/class-name-casing": "off",
"indent": "off",
"@typescript-eslint/indent": [
......
......@@ -14,6 +14,5 @@ before_install:
node_js:
- "12"
- "10"
- "8"
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
\ No newline at end of file
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -84,16 +84,16 @@
],
"license": "MIT",
"devDependencies": {
"@graphql-codegen/add": "^1.13.5",
"@graphql-codegen/cli": "^1.13.5",
"@graphql-codegen/time": "^1.13.5",
"@graphql-codegen/typescript": "^1.13.5",
"@graphql-codegen/typescript-graphql-files-modules": "^1.13.5",
"@graphql-codegen/typescript-graphql-request": "^1.13.5",
"@graphql-codegen/typescript-operations": "^1.13.5",
"@graphql-codegen/add": "^1.14.0",
"@graphql-codegen/cli": "^1.14.0",
"@graphql-codegen/time": "^1.14.0",
"@graphql-codegen/typescript": "^1.14.0",
"@graphql-codegen/typescript-graphql-files-modules": "^1.14.0",
"@graphql-codegen/typescript-graphql-request": "^1.14.0",
"@graphql-codegen/typescript-operations": "^1.14.0",
"@types/cors": "^2.8.6",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"benchmark": "^2.1.4",
"concurrently": "^5.2.0",
"cpx2": "^2.0.0",
......@@ -109,10 +109,10 @@
"node-sass": "^4.14.1",
"raw-loader": "^4.0.1",
"sass-loader": "^8.0.2",
"simple-git": "^2.4.0",
"simple-git": "^2.5.0",
"style-loader": "^1.2.1",
"ts-jest": "^25.5.1",
"typescript": "^3.9.2",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-version-file-plugin": "^0.4.0"
......@@ -122,8 +122,8 @@
"@types/benchmark": "^1.0.33",
"@types/compression": "1.7.0",
"@types/express": "^4.17.6",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
......@@ -133,13 +133,13 @@
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"immer": "^6.0.5",
"immer": "^6.0.6",
"immutable": "^3.8.2",
"node-fetch": "^2.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rxjs": "^6.5.5",
"swagger-ui-dist": "^3.25.3",
"swagger-ui-dist": "^3.25.4",
"tslib": "^2.0.0",
"util.promisify": "^1.0.1",
"xhr2": "^0.2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment