Update dependency @angular/platform-browser to v14
This commit is contained in:
parent
6974ac1663
commit
abf004b682
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -540,9 +540,9 @@
|
|||
}
|
||||
},
|
||||
"@angular/platform-browser": {
|
||||
"version": "13.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.3.3.tgz",
|
||||
"integrity": "sha512-feVOGwjAZOR4aObjcEaXsj1NH6021sv0bWKSGBVNrR0RuHBXVfF0vRPAhdq3IAL1OcutriHGR52KS7t5x+nChw==",
|
||||
"version": "14.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-14.0.0.tgz",
|
||||
"integrity": "sha512-zijIhUxu3nJxoI3mTWxs1d7dh9ovldI09diumlm/rOhj/46j4SvGn8swJvWr0eo/QipkdP+i2Q1lAlpmRfI+tQ==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"@angular/core": "^13.3.3",
|
||||
"@angular/forms": "^13.3.3",
|
||||
"@angular/localize": "~13.3.3",
|
||||
"@angular/platform-browser": "^13.3.3",
|
||||
"@angular/platform-browser": "^14.0.0",
|
||||
"@angular/platform-browser-dynamic": "^13.3.3",
|
||||
"@angular/router": "^13.3.3",
|
||||
"core-js": "^2.6.12",
|
||||
|
|
Loading…
Reference in New Issue
Block a user