[SPA] Updates outdated npm dependencies (#29234)
## Description Updates outdated dependencies for the Angular, React and React redux templates. ## Customer Impact Customers creating new projects get obsolete versions of some javascript dependencies and need to update them manually. ## Regression? - [ ] Yes - [X] No [If yes, specify the version the behavior has regressed from] ## Risk - [ ] High - [ ] Medium - [X] Low The changes only update dependencies and have been tested manually. ## Verification - [X] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [X] N/A
This commit is contained in:
parent
bbc2e9f63a
commit
94804f3100
File diff suppressed because it is too large
Load Diff
|
|
@ -22,24 +22,24 @@
|
||||||
"@angular/platform-server": "8.2.12",
|
"@angular/platform-server": "8.2.12",
|
||||||
"@angular/router": "8.2.12",
|
"@angular/router": "8.2.12",
|
||||||
"@nguniversal/module-map-ngfactory-loader": "8.1.1",
|
"@nguniversal/module-map-ngfactory-loader": "8.1.1",
|
||||||
"aspnet-prerendering": "^3.0.1",
|
|
||||||
"bootstrap": "^4.3.1",
|
"bootstrap": "^4.3.1",
|
||||||
"core-js": "^3.3.3",
|
"core-js": "^3.3.3",
|
||||||
"jquery": "3.4.1",
|
"jquery": "^3.5.1",
|
||||||
"oidc-client": "^1.9.1",
|
"oidc-client": "^1.9.1",
|
||||||
"popper.js": "^1.16.0",
|
"popper.js": "^1.16.0",
|
||||||
"rxjs": "^6.5.3",
|
"rxjs": "^6.5.3",
|
||||||
"zone.js": "0.9.1"
|
"zone.js": "0.9.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^0.803.26",
|
"@angular-devkit/build-angular": "^0.803.29",
|
||||||
"@angular/cli": "^8.3.26",
|
"@angular/cli": "^8.3.29",
|
||||||
"@angular/compiler-cli": "^8.2.14",
|
"@angular/compiler-cli": "^8.2.14",
|
||||||
"@angular/language-service": "^8.2.12",
|
"@angular/language-service": "^8.2.12",
|
||||||
"@types/jasmine": "~3.4.4",
|
"@types/jasmine": "~3.4.4",
|
||||||
"@types/jasminewd2": "~2.0.8",
|
"@types/jasminewd2": "~2.0.8",
|
||||||
"@types/node": "~12.11.6",
|
"@types/node": "~12.11.6",
|
||||||
"codelyzer": "^5.2.0",
|
"codelyzer": "^5.2.0",
|
||||||
|
"ini": "^1.3.7",
|
||||||
"jasmine-core": "~3.5.0",
|
"jasmine-core": "~3.5.0",
|
||||||
"jasmine-spec-reporter": "~4.2.1",
|
"jasmine-spec-reporter": "~4.2.1",
|
||||||
"karma": "^5.0.2",
|
"karma": "^5.0.2",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -4,14 +4,14 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^4.1.3",
|
"bootstrap": "^4.1.3",
|
||||||
"jquery": "^3.4.1",
|
"jquery": "^3.5.1",
|
||||||
"merge": "^1.2.1",
|
"merge": "^1.2.1",
|
||||||
"oidc-client": "^1.9.0",
|
"oidc-client": "^1.9.0",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0",
|
"react-dom": "^16.0.0",
|
||||||
"react-router-bootstrap": "^0.25.0",
|
"react-router-bootstrap": "^0.25.0",
|
||||||
"react-router-dom": "^5.1.2",
|
"react-router-dom": "^5.1.2",
|
||||||
"react-scripts": "^3.4.1",
|
"react-scripts": "^3.4.4",
|
||||||
"reactstrap": "^8.4.1",
|
"reactstrap": "^8.4.1",
|
||||||
"rimraf": "^2.6.2"
|
"rimraf": "^2.6.2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -6,7 +6,7 @@
|
||||||
"bootstrap": "^4.3.1",
|
"bootstrap": "^4.3.1",
|
||||||
"connected-react-router": "6.5.2",
|
"connected-react-router": "6.5.2",
|
||||||
"history": "4.10.1",
|
"history": "4.10.1",
|
||||||
"jquery": "^3.4.1",
|
"jquery": "^3.5.1",
|
||||||
"merge": "1.2.1",
|
"merge": "1.2.1",
|
||||||
"popper.js": "^1.16.0",
|
"popper.js": "^1.16.0",
|
||||||
"react": "16.11.0",
|
"react": "16.11.0",
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"react-redux": "7.1.1",
|
"react-redux": "7.1.1",
|
||||||
"react-router": "5.1.2",
|
"react-router": "5.1.2",
|
||||||
"react-router-dom": "5.1.2",
|
"react-router-dom": "5.1.2",
|
||||||
"react-scripts": "^3.4.1",
|
"react-scripts": "^3.4.4",
|
||||||
"reactstrap": "8.1.1",
|
"reactstrap": "8.1.1",
|
||||||
"redux": "4.0.4",
|
"redux": "4.0.4",
|
||||||
"redux-thunk": "2.3.0",
|
"redux-thunk": "2.3.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue