Update dependency @angular/platform-browser to v16
This commit is contained in:
parent
a7f07d4d97
commit
98fa90189c
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -555,9 +555,9 @@
|
|||
}
|
||||
},
|
||||
"@angular/platform-browser": {
|
||||
"version": "13.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-13.4.0.tgz",
|
||||
"integrity": "sha512-kq4TpdkSS0Z/7ToFzWhyBbh4Ai1uOKFVdL9/TAm19dLnYNIInrN3KYW6GRxZ+pkJJA9Vkq4NtgcxysQ42VFotA==",
|
||||
"version": "16.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.0.0.tgz",
|
||||
"integrity": "sha512-6LpgLfEnumKMKM/S9joWrVSm4MdFuIjddFmlSG7zGcRqwM0N8doH/YkuwTK8/t9q8wI/yztp6qM2pg25Pgv1XA==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"@angular/core": "^13.3.3",
|
||||
"@angular/forms": "^13.3.3",
|
||||
"@angular/localize": "~13.4.0",
|
||||
"@angular/platform-browser": "^13.3.3",
|
||||
"@angular/platform-browser": "^16.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