Update outdated npm dependencies (#15318)

* Updated npm packages
* Taking explicit dependency on the previous version of `svgo` npm package, as it breaks the npm build.
This commit is contained in:
Artak 2019-10-30 07:05:36 -07:00 committed by GitHub
parent ebd87a8f20
commit 8e3075d391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7970 additions and 4694 deletions

View File

@ -12,47 +12,47 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "8.0.0", "@angular/animations": "8.2.12",
"@angular/common": "8.0.0", "@angular/common": "8.2.12",
"@angular/compiler": "8.0.0", "@angular/compiler": "8.2.12",
"@angular/core": "8.0.0", "@angular/core": "8.2.12",
"@angular/forms": "8.0.0", "@angular/forms": "8.2.12",
"@angular/platform-browser": "8.0.0", "@angular/platform-browser": "8.2.12",
"@angular/platform-browser-dynamic": "8.0.0", "@angular/platform-browser-dynamic": "8.2.12",
"@angular/platform-server": "8.0.0", "@angular/platform-server": "8.2.12",
"@angular/router": "8.0.0", "@angular/router": "8.2.12",
"@nguniversal/module-map-ngfactory-loader": "8.0.0-rc.1", "@nguniversal/module-map-ngfactory-loader": "8.1.1",
"aspnet-prerendering": "^3.0.1", "aspnet-prerendering": "^3.0.1",
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"core-js": "^2.6.5", "core-js": "^3.3.3",
"jquery": "3.4.1", "jquery": "3.4.1",
"oidc-client": "^1.9.0", "oidc-client": "^1.9.1",
"popper.js": "^1.14.3", "popper.js": "^1.16.0",
"rxjs": "^6.4.0", "rxjs": "^6.5.3",
"zone.js": "~0.9.1" "zone.js": "0.9.1"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.800.6", "@angular-devkit/build-angular": "^0.803.14",
"@angular/cli": "8.0.6", "@angular/cli": "8.3.14",
"@angular/compiler-cli": "8.0.0", "@angular/compiler-cli": "8.2.12",
"@angular/language-service": "8.0.0", "@angular/language-service": "8.2.12",
"@types/jasmine": "~3.3.9", "@types/jasmine": "~3.4.4",
"@types/jasminewd2": "~2.0.6", "@types/jasminewd2": "~2.0.8",
"@types/node": "~11.10.5", "@types/node": "~12.11.6",
"codelyzer": "^5.0.1", "codelyzer": "^5.2.0",
"jasmine-core": "~3.3.0", "jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1", "jasmine-spec-reporter": "~4.2.1",
"karma": "^4.0.0", "karma": "^4.4.1",
"karma-chrome-launcher": "~2.2.0", "karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.0.5", "karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1", "karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0", "karma-jasmine-html-reporter": "^1.4.2",
"typescript": "3.4.5" "typescript": "3.5.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"node-sass": "^4.9.3", "node-sass": "^4.12.0",
"protractor": "~5.4.0", "protractor": "~5.4.2",
"ts-node": "~5.0.1", "ts-node": "~8.4.1",
"tslint": "~5.9.1" "tslint": "~5.20.0"
} }
} }

View File

@ -1,3 +1,7 @@
{ {
"parser": "typescript-eslint-parser" "parser": "@typescript-eslint/parser",
} "parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
}

View File

@ -4,39 +4,40 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"bootstrap": "^4.3.1", "bootstrap": "^4.3.1",
"connected-react-router": "6.2.1", "connected-react-router": "6.5.2",
"history": "4.7.2", "history": "4.10.1",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"merge": "1.2.1", "merge": "1.2.1",
"popper.js": "^1.14.7", "popper.js": "^1.16.0",
"react": "16.7.0", "react": "16.11.0",
"react-dom": "16.7.0", "react-dom": "16.11.0",
"react-redux": "6.0.0", "react-redux": "7.1.1",
"react-router": "4.3.1", "react-router": "5.1.2",
"react-router-dom": "4.3.1", "react-router-dom": "5.1.2",
"react-scripts": "^3.0.1", "react-scripts": "^3.2.0",
"reactstrap": "7.0.2", "reactstrap": "8.1.1",
"redux": "4.0.1", "redux": "4.0.4",
"redux-thunk": "2.3.0", "redux-thunk": "2.3.0",
"typescript": "3.2.2" "svgo": "1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/history": "4.7.2", "@types/history": "4.7.3",
"@types/jest": "23.3.11", "@types/jest": "24.0.19",
"@types/node": "10.12.18", "@types/node": "12.11.6",
"@types/react": "16.7.18", "@types/react": "16.9.9",
"@types/react-dom": "16.0.11", "@types/react-dom": "16.9.2",
"@types/react-redux": "6.0.11", "@types/react-redux": "7.1.5",
"@types/react-router": "4.4.3", "@types/react-router": "5.1.2",
"@types/react-router-dom": "4.3.1", "@types/react-router-dom": "5.1.0",
"@types/reactstrap": "6.4.3", "@types/reactstrap": "8.0.6",
"cross-env": "5.2.0", "@typescript-eslint/parser": "^2.5.0",
"eslint": "^5.16.0", "cross-env": "6.0.3",
"eslint-plugin-flowtype": "2.50.3", "eslint": "^6.5.1",
"eslint-plugin-import": "2.14.0", "eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-import": "2.18.2",
"eslint-plugin-react": "7.11.1", "eslint-plugin-jsx-a11y": "6.2.3",
"typescript-eslint-parser": "21.0.2" "eslint-plugin-react": "7.16.0",
"typescript": "3.6.4"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",