[Templates] Update SPA dependencies to keep npm audit happy (#21330)

* Update react dependencies

* Update angular dependencies

* Update react-redux dependencies
This commit is contained in:
Javier Calvarro Nelson 2020-05-18 23:59:29 +02:00 committed by GitHub
parent 66ddf3523a
commit a9449cd20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3383 additions and 2370 deletions

View File

@ -32,17 +32,17 @@
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.24",
"@angular/cli": "8.3.14",
"@angular/compiler-cli": "8.2.12",
"@angular/language-service": "8.2.12",
"@angular-devkit/build-angular": "^0.803.26",
"@angular/cli": "^8.3.26",
"@angular/compiler-cli": "^8.2.14",
"@angular/language-service": "^8.2.12",
"@types/jasmine": "~3.4.4",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~12.11.6",
"codelyzer": "^5.2.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.4.1",
"karma": "^5.0.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",

View File

@ -11,7 +11,7 @@
"react-dom": "^16.0.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-scripts": "^3.4.1",
"reactstrap": "^8.4.1",
"rimraf": "^2.6.2"
},

View File

@ -14,7 +14,7 @@
"react-redux": "7.1.1",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-scripts": "^3.2.0",
"react-scripts": "^3.4.1",
"reactstrap": "8.1.1",
"redux": "4.0.4",
"redux-thunk": "2.3.0",