Compare commits

..

No commits in common. "6bcf52b89d7b5cf74374f28ce9cbc7d0f62e95fc" and "c11686622c22c39dabc2aa79e2ad17d75399dbd1" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -970,9 +970,9 @@
} }
}, },
"@angular/platform-browser": { "@angular/platform-browser": {
"version": "15.0.3", "version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.0.3.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-14.2.2.tgz",
"integrity": "sha512-XIgAh6/SI4m2JfFdtKWmh8BVPzs3gV8VuOVYdykWrYrhDCVz5X3J7AXGxn9AX1S+dMuQPi91lM1icErunVrCZQ==", "integrity": "sha512-1NrtOIvevoDDT6DU+Fsm5TsNN/XJhIV/UhfInmU/rz97RERl8etcOQRsxWnjGwZjk9rjt+0lBbW5oVDFKOJa+w==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -19,7 +19,7 @@
"@angular/core": "~14.2.0", "@angular/core": "~14.2.0",
"@angular/forms": "~15.0.0", "@angular/forms": "~15.0.0",
"@angular/material": "^15.0.0", "@angular/material": "^15.0.0",
"@angular/platform-browser": "~15.0.0", "@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~15.0.0", "@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0", "@angular/router": "~15.0.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",