mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update all non-major dependencies (#63779)
See associated pull request for more information. PR Close #63779
This commit is contained in:
parent
85994fb1fd
commit
f2bc4b5955
5 changed files with 372 additions and 239 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"@types/dom-navigation": "1.0.6",
|
||||
"@types/jasmine": "5.1.9",
|
||||
"@types/jsdom": "21.1.7",
|
||||
"@types/node": "24.3.1",
|
||||
"@types/node": "24.4.0",
|
||||
"@typescript/vfs": "1.6.1",
|
||||
"@webcontainer/api": "1.6.1",
|
||||
"@xterm/addon-fit": "0.10.0",
|
||||
|
|
@ -52,13 +52,13 @@
|
|||
"karma-coverage": "2.2.1",
|
||||
"karma-jasmine-html-reporter": "2.1.0",
|
||||
"karma-jasmine": "5.1.0",
|
||||
"marked": "16.2.1",
|
||||
"marked": "16.3.0",
|
||||
"mermaid": "11.11.0",
|
||||
"ngx-progressbar": "14.0.0",
|
||||
"open-in-idx": "0.1.1",
|
||||
"playwright-core": "1.55.0",
|
||||
"preact-render-to-string": "6.6.1",
|
||||
"preact": "10.27.1",
|
||||
"preact": "10.27.2",
|
||||
"prettier": "3.6.2",
|
||||
"rxjs": "7.8.2",
|
||||
"shiki": "3.12.2",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"emoji-regex": "~10.5.0",
|
||||
"fflate": "^0.8.2",
|
||||
"jsdom": "~26.1.0",
|
||||
"marked": "~16.2.0",
|
||||
"marked": "~16.3.0",
|
||||
"mermaid": "^11.0.0",
|
||||
"shiki": "^3.0.0",
|
||||
"tinyglobby": "^0.2.12"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"@angular/upgrade": "workspace:*",
|
||||
"@types/jasmine": "5.1.9",
|
||||
"@types/jasminewd2": "2.0.13",
|
||||
"@types/node": "24.3.1",
|
||||
"@types/node": "24.4.0",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"angular-1.8": "npm:angular@1.8",
|
||||
"protractor": "7.0.0",
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
"open-in-idx": "^0.1.1",
|
||||
"protractor": "^7.0.0",
|
||||
"reflect-metadata": "^0.2.0",
|
||||
"rollup": "4.50.1",
|
||||
"rollup": "4.50.2",
|
||||
"rollup-plugin-dts": "^6.1.1",
|
||||
"rollup-plugin-preserve-shebang": "^1.0.1",
|
||||
"rollup-plugin-sourcemaps": "^0.6.3",
|
||||
|
|
|
|||
599
pnpm-lock.yaml
599
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue