mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Bump @angular/core from 13.2.5 to 13.3.0 in /src-ui (#488)
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 13.2.5 to 13.3.0. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md) - [Commits](https://github.com/angular/angular/commits/13.3.0/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce8c812669
commit
1cd5de697e
14
src-ui/package-lock.json
generated
14
src-ui/package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"@angular/animations": "~13.2.6",
|
||||
"@angular/common": "~13.2.6",
|
||||
"@angular/compiler": "~13.3.0",
|
||||
"@angular/core": "~13.2.4",
|
||||
"@angular/core": "~13.3.0",
|
||||
"@angular/forms": "~13.2.6",
|
||||
"@angular/localize": "~13.2.6",
|
||||
"@angular/platform-browser": "~13.3.0",
|
||||
@ -532,9 +532,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@angular/core": {
|
||||
"version": "13.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.5.tgz",
|
||||
"integrity": "sha512-4CC69JQbgyETJR6xsQk6hOQqb6fBGZ/Qc333x0hwRDBbGnYE6hQehDibV+Apljea8YjV+NX6VmyOvPvHhtL4PQ==",
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.0.tgz",
|
||||
"integrity": "sha512-ZnuIMEK8YFBtthNqrxapYolMp6qRy4Yp/VG+M11YNiuBp/BoYYDjTaknwO8vu36Cn6372zWjcibsknkZMjdBkg==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
@ -13582,9 +13582,9 @@
|
||||
}
|
||||
},
|
||||
"@angular/core": {
|
||||
"version": "13.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.5.tgz",
|
||||
"integrity": "sha512-4CC69JQbgyETJR6xsQk6hOQqb6fBGZ/Qc333x0hwRDBbGnYE6hQehDibV+Apljea8YjV+NX6VmyOvPvHhtL4PQ==",
|
||||
"version": "13.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.0.tgz",
|
||||
"integrity": "sha512-ZnuIMEK8YFBtthNqrxapYolMp6qRy4Yp/VG+M11YNiuBp/BoYYDjTaknwO8vu36Cn6372zWjcibsknkZMjdBkg==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
||||
"@angular/animations": "~13.2.6",
|
||||
"@angular/common": "~13.2.6",
|
||||
"@angular/compiler": "~13.3.0",
|
||||
"@angular/core": "~13.2.4",
|
||||
"@angular/core": "~13.3.0",
|
||||
"@angular/forms": "~13.2.6",
|
||||
"@angular/localize": "~13.2.6",
|
||||
"@angular/platform-browser": "~13.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user