mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update all non-major dependencies (#59510)
See associated pull request for more information. PR Close #59510
This commit is contained in:
parent
2c8f199cf7
commit
1f4c9ec2cf
3 changed files with 6 additions and 6 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
|||
- name: Run CI tests for framework
|
||||
run: yarn tsx ./scripts/build/build-packages-dist.mts
|
||||
- name: Archive build artifacts
|
||||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
|
||||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
|
||||
with:
|
||||
name: pr-artifacts-${{ github.event.number }}
|
||||
path: dist/packages-dist/
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
"@types/babel__core": "7.20.5",
|
||||
"@types/babel__generator": "7.6.8",
|
||||
"@types/bluebird": "^3.5.27",
|
||||
"@types/chrome": "^0.0.290",
|
||||
"@types/chrome": "^0.0.294",
|
||||
"@types/convert-source-map": "^2.0.0",
|
||||
"@types/diff": "^7.0.0",
|
||||
"@types/dom-view-transitions": "^1.0.1",
|
||||
|
|
|
|||
|
|
@ -3766,10 +3766,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/caseless/-/caseless-0.12.5.tgz#db9468cb1b1b5a925b8f34822f1669df0c5472f5"
|
||||
integrity sha512-hWtVTC2q7hc7xZ/RLbxapMvDMgUnDvKvMOpKal4DrMyfGBUfB1oKaZlIRr6mJL+If3bAP6sV/QneGzF6tJjZDg==
|
||||
|
||||
"@types/chrome@^0.0.290":
|
||||
version "0.0.290"
|
||||
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.290.tgz#570e511360d1b92cf24773af0c3b23b6e1f13152"
|
||||
integrity sha512-N92vsAdlwoWameDQ8D4K0EZXXvxsJ1+gJg+4TWjUUsZ6gpontVmwl1XVtysA3mso45Fcn5UPiX/yqiT8GcBV3A==
|
||||
"@types/chrome@^0.0.294":
|
||||
version "0.0.294"
|
||||
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.294.tgz#da2476b5c37abb699d46f5d0ae93d9f11c47708a"
|
||||
integrity sha512-Jlea6UseJ0g/RZKVv33hsBcf95e5sbwfkhlNKmx8+7w/azGe2vGtpNiscMR5RESEj5HHEqOHW46F3nTJsMP7GA==
|
||||
dependencies:
|
||||
"@types/filesystem" "*"
|
||||
"@types/har-format" "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue