chore(dependencies): update npm deps to latest
This commit is contained in:
parent
49fe41128a
commit
59ac4cf0e3
|
@ -32,14 +32,14 @@
|
||||||
"@blueprintjs/icons": "^3.1.0",
|
"@blueprintjs/icons": "^3.1.0",
|
||||||
"@blueprintjs/select": "^3.1.0",
|
"@blueprintjs/select": "^3.1.0",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"cross-fetch": "^2.2.2",
|
"cross-fetch": "^3.0.2",
|
||||||
"lodash": "^4.17.10",
|
"lodash": "^4.17.10",
|
||||||
"moment": "^2.22.2",
|
"moment": "^2.22.2",
|
||||||
"normalize.css": "^8.0.0",
|
"normalize.css": "^8.0.0",
|
||||||
"react": "^16.4.2",
|
"react": "^16.4.2",
|
||||||
"react-dom": "^16.4.2",
|
"react-dom": "^16.4.2",
|
||||||
"react-redux": "^5.0.7",
|
"react-redux": "^7.0.2",
|
||||||
"react-scripts-ts": "2.17.0",
|
"react-scripts-ts": "3.1.0",
|
||||||
"react-sigma": "^1.2.30",
|
"react-sigma": "^1.2.30",
|
||||||
"react-virtualized": "^9.20.1",
|
"react-virtualized": "^9.20.1",
|
||||||
"redux": "^4.0.0",
|
"redux": "^4.0.0",
|
||||||
|
@ -49,12 +49,12 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@blueprintjs/tslint-config": "^1.8.0",
|
"@blueprintjs/tslint-config": "^1.8.0",
|
||||||
"@types/classnames": "^2.2.6",
|
"@types/classnames": "^2.2.6",
|
||||||
"@types/jest": "^23.3.1",
|
"@types/jest": "^24.0.11",
|
||||||
"@types/lodash": "^4.14.116",
|
"@types/lodash": "^4.14.116",
|
||||||
"@types/node": "^10.9.2",
|
"@types/node": "^11.13.4",
|
||||||
"@types/react": "^16.4.12",
|
"@types/react": "^16.4.12",
|
||||||
"@types/react-dom": "^16.0.7",
|
"@types/react-dom": "^16.0.7",
|
||||||
"@types/react-redux": "^6.0.6",
|
"@types/react-redux": "^7.0.6",
|
||||||
"@types/react-virtualized": "^9.18.7",
|
"@types/react-virtualized": "^9.18.7",
|
||||||
"@types/sanitize-html": "^1.18.0",
|
"@types/sanitize-html": "^1.18.0",
|
||||||
"husky": "^1.3.1",
|
"husky": "^1.3.1",
|
||||||
|
|
|
@ -1,30 +1,26 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": ".",
|
|
||||||
"outDir": "build",
|
|
||||||
"module": "esnext",
|
|
||||||
"target": "es5",
|
|
||||||
"lib": ["es6", "dom"],
|
|
||||||
"sourceMap": true,
|
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"jsx": "react",
|
"allowSyntheticDefaultImports": false,
|
||||||
"moduleResolution": "node",
|
"baseUrl": ".",
|
||||||
"rootDir": "src",
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"jsx": "react",
|
||||||
|
"lib": ["es6", "dom"],
|
||||||
|
"module": "esnext",
|
||||||
|
"moduleResolution": "node",
|
||||||
|
"noImplicitAny": true,
|
||||||
"noImplicitReturns": true,
|
"noImplicitReturns": true,
|
||||||
"noImplicitThis": true,
|
"noImplicitThis": true,
|
||||||
"noImplicitAny": true,
|
"noUnusedLocals": true,
|
||||||
|
"outDir": "build",
|
||||||
|
"rootDir": "src",
|
||||||
|
"sourceMap": true,
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"suppressImplicitAnyIndexErrors": true,
|
"suppressImplicitAnyIndexErrors": true,
|
||||||
"noUnusedLocals": true
|
"target": "es5"
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"build",
|
"build"
|
||||||
"scripts",
|
|
||||||
"acceptance-tests",
|
|
||||||
"webpack",
|
|
||||||
"jest",
|
|
||||||
"src/setupTests.ts"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
3437
frontend/yarn.lock
3437
frontend/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue