mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
build: update angular
This commit is contained in:
parent
86c8c5252c
commit
07a8bce68f
@ -2,7 +2,7 @@
|
||||
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
|
||||
# This file should be checked into version control along with the pnpm-lock.yaml file.
|
||||
.npmrc=-2023857461
|
||||
package.json=1634106874
|
||||
pnpm-lock.yaml=2053402545
|
||||
package.json=1537147063
|
||||
pnpm-lock.yaml=-1558034193
|
||||
pnpm-workspace.yaml=1711114604
|
||||
yarn.lock=-62288348
|
||||
yarn.lock=-370009616
|
||||
|
30
package.json
30
package.json
@ -42,23 +42,23 @@
|
||||
"homepage": "https://github.com/angular/angular-cli",
|
||||
"devDependencies": {
|
||||
"@ampproject/remapping": "2.3.0",
|
||||
"@angular/animations": "19.1.0-next.3",
|
||||
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d9b105ada50e036455e44eb61cc218c696f50297",
|
||||
"@angular/animations": "19.1.0-next.4",
|
||||
"@angular/bazel": "https://github.com/angular/bazel-builds.git#c79da6c15ac32645b5e85ee9e098cbf3627e2126",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#23a3f5d3df3644a47fefb864aa575c6ff0044cee",
|
||||
"@angular/cdk": "19.1.0-next.2",
|
||||
"@angular/common": "19.1.0-next.3",
|
||||
"@angular/compiler": "19.1.0-next.3",
|
||||
"@angular/compiler-cli": "19.1.0-next.3",
|
||||
"@angular/core": "19.1.0-next.3",
|
||||
"@angular/forms": "19.1.0-next.3",
|
||||
"@angular/localize": "19.1.0-next.3",
|
||||
"@angular/material": "19.1.0-next.2",
|
||||
"@angular/cdk": "19.1.0-next.3",
|
||||
"@angular/common": "19.1.0-next.4",
|
||||
"@angular/compiler": "19.1.0-next.4",
|
||||
"@angular/compiler-cli": "19.1.0-next.4",
|
||||
"@angular/core": "19.1.0-next.4",
|
||||
"@angular/forms": "19.1.0-next.4",
|
||||
"@angular/localize": "19.1.0-next.4",
|
||||
"@angular/material": "19.1.0-next.3",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a7f5e0ca6ce8a27aae64f8d342e7fb9f557a8408",
|
||||
"@angular/platform-browser": "19.1.0-next.3",
|
||||
"@angular/platform-browser-dynamic": "19.1.0-next.3",
|
||||
"@angular/platform-server": "19.1.0-next.3",
|
||||
"@angular/router": "19.1.0-next.3",
|
||||
"@angular/service-worker": "19.1.0-next.3",
|
||||
"@angular/platform-browser": "19.1.0-next.4",
|
||||
"@angular/platform-browser-dynamic": "19.1.0-next.4",
|
||||
"@angular/platform-server": "19.1.0-next.4",
|
||||
"@angular/router": "19.1.0-next.4",
|
||||
"@angular/service-worker": "19.1.0-next.4",
|
||||
"@babel/core": "7.26.0",
|
||||
"@babel/generator": "7.26.3",
|
||||
"@babel/helper-annotate-as-pure": "7.25.9",
|
||||
|
@ -27,12 +27,12 @@
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/common": "19.1.0-next.3",
|
||||
"@angular/compiler": "19.1.0-next.3",
|
||||
"@angular/core": "19.1.0-next.3",
|
||||
"@angular/platform-browser": "19.1.0-next.3",
|
||||
"@angular/platform-server": "19.1.0-next.3",
|
||||
"@angular/router": "19.1.0-next.3",
|
||||
"@angular/common": "19.1.0-next.4",
|
||||
"@angular/compiler": "19.1.0-next.4",
|
||||
"@angular/core": "19.1.0-next.4",
|
||||
"@angular/platform-browser": "19.1.0-next.4",
|
||||
"@angular/platform-server": "19.1.0-next.4",
|
||||
"@angular/router": "19.1.0-next.4",
|
||||
"@bazel/runfiles": "^5.8.1"
|
||||
},
|
||||
"sideEffects": false,
|
||||
|
@ -27,8 +27,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
|
||||
"@angular/compiler": "19.1.0-next.3",
|
||||
"@angular/compiler-cli": "19.1.0-next.3",
|
||||
"@angular/compiler": "19.1.0-next.4",
|
||||
"@angular/compiler-cli": "19.1.0-next.4",
|
||||
"typescript": "5.7.2",
|
||||
"webpack": "5.97.1"
|
||||
}
|
||||
|
274
pnpm-lock.yaml
generated
274
pnpm-lock.yaml
generated
@ -17,56 +17,56 @@ importers:
|
||||
specifier: 2.3.0
|
||||
version: 2.3.0
|
||||
'@angular/animations':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/bazel':
|
||||
specifier: https://github.com/angular/bazel-builds.git#d9b105ada50e036455e44eb61cc218c696f50297
|
||||
version: github.com/angular/bazel-builds/d9b105ada50e036455e44eb61cc218c696f50297(@angular/compiler-cli@19.1.0-next.3)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.68)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.28.1)(terser@5.37.0)(typescript@5.7.2)
|
||||
specifier: https://github.com/angular/bazel-builds.git#c79da6c15ac32645b5e85ee9e098cbf3627e2126
|
||||
version: github.com/angular/bazel-builds/c79da6c15ac32645b5e85ee9e098cbf3627e2126(@angular/compiler-cli@19.1.0-next.4)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.68)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.28.1)(terser@5.37.0)(typescript@5.7.2)
|
||||
'@angular/build-tooling':
|
||||
specifier: https://github.com/angular/dev-infra-private-build-tooling-builds.git#23a3f5d3df3644a47fefb864aa575c6ff0044cee
|
||||
version: github.com/angular/dev-infra-private-build-tooling-builds/23a3f5d3df3644a47fefb864aa575c6ff0044cee(@angular/compiler-cli@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/localize@19.1.0-next.3)(@angular/platform-server@19.1.0-next.3)(@angular/service-worker@19.1.0-next.3)(chokidar@4.0.1)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0)
|
||||
version: github.com/angular/dev-infra-private-build-tooling-builds/23a3f5d3df3644a47fefb864aa575c6ff0044cee(@angular/compiler-cli@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/localize@19.1.0-next.4)(@angular/platform-server@19.1.0-next.4)(@angular/service-worker@19.1.0-next.4)(chokidar@4.0.1)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0)
|
||||
'@angular/cdk':
|
||||
specifier: 19.1.0-next.2
|
||||
version: 19.1.0-next.2(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/common':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/compiler':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/compiler-cli':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/compiler@19.1.0-next.3)(typescript@5.7.2)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/compiler@19.1.0-next.4)(typescript@5.7.2)
|
||||
'@angular/core':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/forms':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)(rxjs@7.8.1)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/localize':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/compiler-cli@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/compiler-cli@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)
|
||||
'@angular/material':
|
||||
specifier: 19.1.0-next.2
|
||||
version: 19.1.0-next.2(@angular/animations@19.1.0-next.3)(@angular/cdk@19.1.0-next.2)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/forms@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)(rxjs@7.8.1)
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/animations@19.1.0-next.4)(@angular/cdk@19.1.0-next.3)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/forms@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/ng-dev':
|
||||
specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#a7f5e0ca6ce8a27aae64f8d342e7fb9f557a8408
|
||||
version: github.com/angular/dev-infra-private-ng-dev-builds/a7f5e0ca6ce8a27aae64f8d342e7fb9f557a8408
|
||||
'@angular/platform-browser':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)
|
||||
'@angular/platform-browser-dynamic':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)
|
||||
'@angular/platform-server':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)
|
||||
'@angular/router':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)(rxjs@7.8.1)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/service-worker':
|
||||
specifier: 19.1.0-next.3
|
||||
version: 19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)
|
||||
specifier: 19.1.0-next.4
|
||||
version: 19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)
|
||||
'@babel/core':
|
||||
specifier: 7.26.0
|
||||
version: 7.26.0
|
||||
@ -363,7 +363,7 @@ importers:
|
||||
version: 2.0.0
|
||||
ng-packagr:
|
||||
specifier: 19.1.0-next.2
|
||||
version: 19.1.0-next.2(@angular/compiler-cli@19.1.0-next.3)(tslib@2.8.1)(typescript@5.7.2)
|
||||
version: 19.1.0-next.2(@angular/compiler-cli@19.1.0-next.4)(tslib@2.8.1)(typescript@5.7.2)
|
||||
npm:
|
||||
specifier: ^11.0.0
|
||||
version: 11.0.0
|
||||
@ -555,13 +555,13 @@ packages:
|
||||
source-map: 0.7.4
|
||||
dev: true
|
||||
|
||||
/@angular/animations@19.1.0-next.3(@angular/core@19.1.0-next.3):
|
||||
resolution: {integrity: sha512-Uf0NbInXdT5CnpuG7bF6a9TwBrnecfIHqsfJqzzGPnx1hWssCgyvNLnWIBn3tToJtooTE669PNsHIdSDabKnaA==}
|
||||
/@angular/animations@19.1.0-next.4(@angular/core@19.1.0-next.4):
|
||||
resolution: {integrity: sha512-UJQVQsMSloo+1IITfE3pqQL/Gmm7nt5XtKaz+cXUGeTPS5szDFrUjmFJSWVmcj595FmqaiFBL8fuxgWv+Qmvlg==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.4
|
||||
dependencies:
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
@ -575,7 +575,7 @@ packages:
|
||||
- zone.js
|
||||
dev: true
|
||||
|
||||
/@angular/build@19.1.0-next.1(@angular/compiler-cli@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/localize@19.1.0-next.3)(@angular/platform-server@19.1.0-next.3)(@angular/service-worker@19.1.0-next.3)(@types/node@18.19.68)(chokidar@4.0.1)(less@4.2.1)(postcss@8.4.49)(terser@5.37.0)(typescript@5.7.2):
|
||||
/@angular/build@19.1.0-next.1(@angular/compiler-cli@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/localize@19.1.0-next.4)(@angular/platform-server@19.1.0-next.4)(@angular/service-worker@19.1.0-next.4)(@types/node@18.19.68)(chokidar@4.0.1)(less@4.2.1)(postcss@8.4.49)(terser@5.37.0)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-rLzY+2AxkNb82TSRp7DaZH/y0/ZdUV3g0OwJl7ajXvyIH0oJgq5mtNAO4VUreU+MR6h3tGO+XJRg6W0OUM9rzw==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'}
|
||||
peerDependencies:
|
||||
@ -607,11 +607,11 @@ packages:
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@angular-devkit/architect': 0.1901.0-next.1(chokidar@4.0.1)
|
||||
'@angular/compiler': 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
'@angular/compiler-cli': 19.1.0-next.3(@angular/compiler@19.1.0-next.3)(typescript@5.7.2)
|
||||
'@angular/localize': 19.1.0-next.3(@angular/compiler-cli@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)
|
||||
'@angular/platform-server': 19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)
|
||||
'@angular/service-worker': 19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)
|
||||
'@angular/compiler': 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/compiler-cli': 19.1.0-next.4(@angular/compiler@19.1.0-next.4)(typescript@5.7.2)
|
||||
'@angular/localize': 19.1.0-next.4(@angular/compiler-cli@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)
|
||||
'@angular/platform-server': 19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)
|
||||
'@angular/service-worker': 19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)
|
||||
'@babel/core': 7.26.0
|
||||
'@babel/helper-annotate-as-pure': 7.25.9
|
||||
'@babel/helper-split-export-declaration': 7.24.7
|
||||
@ -654,42 +654,42 @@ packages:
|
||||
- yaml
|
||||
dev: true
|
||||
|
||||
/@angular/cdk@19.1.0-next.2(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-nXv4e3blwFPLdUMc/kTe7A6eO3fw/Ah4Eu+6rF5Pi5KHRV7XlZfRit2XbTcjzVHn3e+MYeLvh2LhKt8RLb/TnQ==}
|
||||
/@angular/cdk@19.1.0-next.3(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-7JX7kzV3PmeXwoL7dd2xLjDvZ7w/U+vuP/IHxSv0p+ThBZraMibcSUK/OeFC2XDKMs7Z8/0YnH/OWaAkxj8gmA==}
|
||||
peerDependencies:
|
||||
'@angular/common': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
'@angular/core': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
dependencies:
|
||||
'@angular/common': 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/common': 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
rxjs: 7.8.1
|
||||
tslib: 2.8.1
|
||||
optionalDependencies:
|
||||
parse5: 7.2.1
|
||||
dev: true
|
||||
|
||||
/@angular/common@19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-vyPSuB/TD/Tba9gCPa4pUTSNAd3Fcul7Kd0prHIiJ/MpocEp+JFBeeedgFumRB2sdP5xfuvPK3cqPF/e+6AklQ==}
|
||||
/@angular/common@19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-D64sv7Kpz6lN3efSbajRQ9DSGdpHrylfRsuAfK8iipGAel/3UKdbAsPjf0yJa/7ITIhKPi0j922EhwA+Gfnjkw==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.4
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
dependencies:
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
rxjs: 7.8.1
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
/@angular/compiler-cli@19.1.0-next.3(@angular/compiler@19.1.0-next.3)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-FtBVAG566WcpuW8c1NJiF8KVwPDrYD+ang6Npk4JCwetX6ien+4B2qM/l11YPW1Bm1uWunUvziOV6oW997t1Uw==}
|
||||
/@angular/compiler-cli@19.1.0-next.4(@angular/compiler@19.1.0-next.4)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-qHe+zobrufBNdSk1qXYcHzxftaaVajjypPKL3n7ZafLHFmX5XpIbRpMM/Xbg+zOtPZwGx2lB9tpce3G+RdTktA==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@angular/compiler': 19.1.0-next.3
|
||||
'@angular/compiler': 19.1.0-next.4
|
||||
typescript: 5.7.2
|
||||
dependencies:
|
||||
'@angular/compiler': 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
'@angular/compiler': 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@babel/core': 7.26.0
|
||||
'@jridgewell/sourcemap-codec': 1.5.0
|
||||
chokidar: 4.0.2
|
||||
@ -703,16 +703,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@angular/compiler@19.1.0-next.3(@angular/core@19.1.0-next.3):
|
||||
resolution: {integrity: sha512-mzz5M+f6XXbdYNxpyp1LRtn670tE+vFsZ9JuvsNpN8+dnJFc4Y/eaMwk1+vsJkUb6EZybc5Q2soma2x1ofJMSg==}
|
||||
/@angular/compiler@19.1.0-next.4(@angular/core@19.1.0-next.4):
|
||||
resolution: {integrity: sha512-MZLExdvYtz9T8Zc9xbbBnV8VHwpo6KxSEeMr93KSg/xM6ZlnazlgI+zpkYfz57GaW45wtUX4Uzi/qFR41M9j4g==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.4
|
||||
peerDependenciesMeta:
|
||||
'@angular/core':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
@ -728,8 +728,8 @@ packages:
|
||||
zone.js: 0.15.0
|
||||
dev: true
|
||||
|
||||
/@angular/core@19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0):
|
||||
resolution: {integrity: sha512-WyVj9AVkEtKIGvWx1XvmZm6KFpIE8gQYuPLVAUMoX9mmxnA69LmMeYmCZEJGpH2uJDDv3kLxrgvom8sAPH3/Ng==}
|
||||
/@angular/core@19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0):
|
||||
resolution: {integrity: sha512-TxgjuK2VZPSWP3Wn8EzWZphyOXz8Mwq/OKSBkPKfUkgM8fxZAZ/kORFu+Db96Ov3SgCvDYy5mmDCoCgC8IKGbg==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
@ -740,32 +740,32 @@ packages:
|
||||
zone.js: 0.15.0
|
||||
dev: true
|
||||
|
||||
/@angular/forms@19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-4BaVb64jQ1IK0TNApcjsbni9Pm0NTuSrwy/snex6ISQlYgZxy12evb6B3TlvIsuN1MhSyDiZrAcrhGCYTRT6lA==}
|
||||
/@angular/forms@19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-91UwWPNg4hAl5AOzQsw4JmY+aY12TVjVzdWYcRc4rkj1UwNRaLQYsMF2fospg/Mn7pmqqHzbDCOFOCnUpDhz9w==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
'@angular/common': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/platform-browser': 19.1.0-next.3
|
||||
'@angular/common': 19.1.0-next.4
|
||||
'@angular/core': 19.1.0-next.4
|
||||
'@angular/platform-browser': 19.1.0-next.4
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
dependencies:
|
||||
'@angular/common': 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/platform-browser': 19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)
|
||||
'@angular/common': 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/platform-browser': 19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)
|
||||
rxjs: 7.8.1
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
/@angular/localize@19.1.0-next.3(@angular/compiler-cli@19.1.0-next.3)(@angular/compiler@19.1.0-next.3):
|
||||
resolution: {integrity: sha512-7dyN9Ib+8bHN8K5lEIln+/+uM+Z0RjKFB9G9KqWzkOBwKpF41UNX2mHat1OoF9WMX4iuan+yTS+qBmLHhEtpnA==}
|
||||
/@angular/localize@19.1.0-next.4(@angular/compiler-cli@19.1.0-next.4)(@angular/compiler@19.1.0-next.4):
|
||||
resolution: {integrity: sha512-o984w7OU/QlWgT1APwe4cuZ4FbCPPLt7HLvGAMpMr29G/t/zrK95PCHueTe3r7vbXZTikY0P4hjNegOJmbc8sw==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@angular/compiler': 19.1.0-next.3
|
||||
'@angular/compiler-cli': 19.1.0-next.3
|
||||
'@angular/compiler': 19.1.0-next.4
|
||||
'@angular/compiler-cli': 19.1.0-next.4
|
||||
dependencies:
|
||||
'@angular/compiler': 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
'@angular/compiler-cli': 19.1.0-next.3(@angular/compiler@19.1.0-next.3)(typescript@5.7.2)
|
||||
'@angular/compiler': 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/compiler-cli': 19.1.0-next.4(@angular/compiler@19.1.0-next.4)(typescript@5.7.2)
|
||||
'@babel/core': 7.26.0
|
||||
'@types/babel__core': 7.20.5
|
||||
fast-glob: 3.3.2
|
||||
@ -774,105 +774,105 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@angular/material@19.1.0-next.2(@angular/animations@19.1.0-next.3)(@angular/cdk@19.1.0-next.2)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/forms@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-36bBXgaUrGh3cdfV+sgtOotlorJHBOMQ/Q9KBtCA/g6KEtK1+EaVSoV/QHiX256LpuUFRzNMQTyFl2GhfG6YhQ==}
|
||||
/@angular/material@19.1.0-next.3(@angular/animations@19.1.0-next.4)(@angular/cdk@19.1.0-next.3)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/forms@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-aq92B77YkgHSoew2aN2Fqeg9eu/DiL3c09JKul0PW7cQfMejYU1UmiiyhXS5MhxFdVofhsJdV5C8m4aMzjagVw==}
|
||||
peerDependencies:
|
||||
'@angular/animations': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
'@angular/cdk': 19.1.0-next.2
|
||||
'@angular/cdk': 19.1.0-next.3
|
||||
'@angular/common': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
'@angular/core': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
'@angular/forms': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
'@angular/platform-browser': ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
dependencies:
|
||||
'@angular/animations': 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
'@angular/cdk': 19.1.0-next.2(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/common': 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/forms': 19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/platform-browser': 19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)
|
||||
'@angular/animations': 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/cdk': 19.1.0-next.3(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/common': 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/forms': 19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/platform-browser': 19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)
|
||||
rxjs: 7.8.1
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
/@angular/platform-browser-dynamic@19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3):
|
||||
resolution: {integrity: sha512-M9XCelWEu9sOT/TW15wK/FPWrhsfzyJq50ZSr6xGwkrIjfqTkmYcKA+9+B9DOSgnugNMjLUfJoRW0XHD7IyDCg==}
|
||||
/@angular/platform-browser-dynamic@19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4):
|
||||
resolution: {integrity: sha512-UdXH4YuD8WaW3U2BbcqQOBPb7hVCz/8WGOHY89ivNvS9dZiygwf1UZS+9x1jo3C3qH/ZJEQlo1c2lyZk3EV9Uw==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
'@angular/common': 19.1.0-next.3
|
||||
'@angular/compiler': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/platform-browser': 19.1.0-next.3
|
||||
'@angular/common': 19.1.0-next.4
|
||||
'@angular/compiler': 19.1.0-next.4
|
||||
'@angular/core': 19.1.0-next.4
|
||||
'@angular/platform-browser': 19.1.0-next.4
|
||||
dependencies:
|
||||
'@angular/common': 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/compiler': 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/platform-browser': 19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)
|
||||
'@angular/common': 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/compiler': 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/platform-browser': 19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
/@angular/platform-browser@19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3):
|
||||
resolution: {integrity: sha512-bavvrFQmot1jXPShK5yIzJwtWzLnkQaPqIVkaF/GbzEDAHryzr17CyjecZ7HmGEebwGe8IVhYKohwF8fn9zRng==}
|
||||
/@angular/platform-browser@19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4):
|
||||
resolution: {integrity: sha512-1fmNr8kQzDkvtI5wzjvsSlO1niTExyLl2J5yM/kp6F8Osx/55/Y1YhPBn2ZSz2Md3PHgL4qCyq5vnMGaGVUPqA==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
'@angular/animations': 19.1.0-next.3
|
||||
'@angular/common': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/animations': 19.1.0-next.4
|
||||
'@angular/common': 19.1.0-next.4
|
||||
'@angular/core': 19.1.0-next.4
|
||||
peerDependenciesMeta:
|
||||
'@angular/animations':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@angular/animations': 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
'@angular/common': 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/animations': 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/common': 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
/@angular/platform-server@19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3):
|
||||
resolution: {integrity: sha512-7ceVWFYgBEFdm6vhda4StGJY2HYJkVMJv1fcX63L2NSswRtaNbFTULwGADCl+kqDFQucTdq203+l1FAMMF7W5g==}
|
||||
/@angular/platform-server@19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4):
|
||||
resolution: {integrity: sha512-LwAXc7KChVki/lNOgoE1dpZa8f/3sJTKLvwPyKjsc88uMtwOhSd7gf6awcVb9j3OKvJIDXYhZmmJW4b9pdtvKw==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
'@angular/animations': 19.1.0-next.3
|
||||
'@angular/common': 19.1.0-next.3
|
||||
'@angular/compiler': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/platform-browser': 19.1.0-next.3
|
||||
'@angular/animations': 19.1.0-next.4
|
||||
'@angular/common': 19.1.0-next.4
|
||||
'@angular/compiler': 19.1.0-next.4
|
||||
'@angular/core': 19.1.0-next.4
|
||||
'@angular/platform-browser': 19.1.0-next.4
|
||||
dependencies:
|
||||
'@angular/animations': 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
'@angular/common': 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/compiler': 19.1.0-next.3(@angular/core@19.1.0-next.3)
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/platform-browser': 19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)
|
||||
'@angular/animations': 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/common': 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/compiler': 19.1.0-next.4(@angular/core@19.1.0-next.4)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/platform-browser': 19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)
|
||||
tslib: 2.8.1
|
||||
xhr2: 0.2.1
|
||||
dev: true
|
||||
|
||||
/@angular/router@19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)(@angular/platform-browser@19.1.0-next.3)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-jOY+qLvkLeg2ArPCJWjvAPYSA7dpimF+ybhjpyJ4SzB4co3y238J9MmVJE7MDid5QUfD6UOF6lvAOgx91J9R2w==}
|
||||
/@angular/router@19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)(@angular/platform-browser@19.1.0-next.4)(rxjs@7.8.1):
|
||||
resolution: {integrity: sha512-uHfXoulijpavMvCBtcAWM2drUAWgA5Ji8m6EBZMQTEud8JuTQFwyVswlL2wdqb9QoabN2eC5P5LziVTryNJbrw==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
peerDependencies:
|
||||
'@angular/common': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/platform-browser': 19.1.0-next.3
|
||||
'@angular/common': 19.1.0-next.4
|
||||
'@angular/core': 19.1.0-next.4
|
||||
'@angular/platform-browser': 19.1.0-next.4
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
dependencies:
|
||||
'@angular/common': 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/platform-browser': 19.1.0-next.3(@angular/animations@19.1.0-next.3)(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3)
|
||||
'@angular/common': 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/platform-browser': 19.1.0-next.4(@angular/animations@19.1.0-next.4)(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4)
|
||||
rxjs: 7.8.1
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
/@angular/service-worker@19.1.0-next.3(@angular/common@19.1.0-next.3)(@angular/core@19.1.0-next.3):
|
||||
resolution: {integrity: sha512-dGn5LQvgYNeJEQym91iYC74Q7JCdkPoyVfi/6IY8J31pvUydwc9FZHQAmR6fhDseFwrfZsx3tKjkcpQTOdT/sw==}
|
||||
/@angular/service-worker@19.1.0-next.4(@angular/common@19.1.0-next.4)(@angular/core@19.1.0-next.4):
|
||||
resolution: {integrity: sha512-lbjbK8JvtiXmtCzIEHo6f9BES15WYoSwuGE0GBCbH82MzVuMWEwso4tXXI28MfrhynAA51/6lx3QR71CZj3Z6Q==}
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@angular/common': 19.1.0-next.3
|
||||
'@angular/core': 19.1.0-next.3
|
||||
'@angular/common': 19.1.0-next.4
|
||||
'@angular/core': 19.1.0-next.4
|
||||
dependencies:
|
||||
'@angular/common': 19.1.0-next.3(@angular/core@19.1.0-next.3)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.3(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/common': 19.1.0-next.4(@angular/core@19.1.0-next.4)(rxjs@7.8.1)
|
||||
'@angular/core': 19.1.0-next.4(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
tslib: 2.8.1
|
||||
dev: true
|
||||
|
||||
@ -10690,7 +10690,7 @@ packages:
|
||||
engines: {node: '>= 0.4.0'}
|
||||
dev: true
|
||||
|
||||
/ng-packagr@19.1.0-next.2(@angular/compiler-cli@19.1.0-next.3)(tslib@2.8.1)(typescript@5.7.2):
|
||||
/ng-packagr@19.1.0-next.2(@angular/compiler-cli@19.1.0-next.4)(tslib@2.8.1)(typescript@5.7.2):
|
||||
resolution: {integrity: sha512-kqS63grbL+WnG5AveyXmqsMHeY2w6tmApfDuvK9lEC4u1VHfgGoA8Q3RKGkz+32zSI/eiBVXB/qMeeP+1q5QZA==}
|
||||
engines: {node: ^18.19.1 || >=20.11.1}
|
||||
hasBin: true
|
||||
@ -10703,7 +10703,7 @@ packages:
|
||||
tailwindcss:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@angular/compiler-cli': 19.1.0-next.3(@angular/compiler@19.1.0-next.3)(typescript@5.7.2)
|
||||
'@angular/compiler-cli': 19.1.0-next.4(@angular/compiler@19.1.0-next.4)(typescript@5.7.2)
|
||||
'@rollup/plugin-json': 6.1.0(rollup@4.28.1)
|
||||
'@rollup/wasm-node': 4.28.1
|
||||
ajv: 8.17.1
|
||||
@ -14825,15 +14825,15 @@ packages:
|
||||
resolution: {integrity: sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==}
|
||||
dev: true
|
||||
|
||||
github.com/angular/bazel-builds/d9b105ada50e036455e44eb61cc218c696f50297(@angular/compiler-cli@19.1.0-next.3)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.68)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.28.1)(terser@5.37.0)(typescript@5.7.2):
|
||||
resolution: {tarball: https://codeload.github.com/angular/bazel-builds/tar.gz/d9b105ada50e036455e44eb61cc218c696f50297}
|
||||
id: github.com/angular/bazel-builds/d9b105ada50e036455e44eb61cc218c696f50297
|
||||
github.com/angular/bazel-builds/c79da6c15ac32645b5e85ee9e098cbf3627e2126(@angular/compiler-cli@19.1.0-next.4)(@bazel/concatjs@5.8.1)(@bazel/worker@5.8.1)(@rollup/plugin-commonjs@28.0.2)(@rollup/plugin-node-resolve@13.3.0)(@types/node@18.19.68)(rollup-plugin-sourcemaps@0.6.3)(rollup@4.28.1)(terser@5.37.0)(typescript@5.7.2):
|
||||
resolution: {tarball: https://codeload.github.com/angular/bazel-builds/tar.gz/c79da6c15ac32645b5e85ee9e098cbf3627e2126}
|
||||
id: github.com/angular/bazel-builds/c79da6c15ac32645b5e85ee9e098cbf3627e2126
|
||||
name: '@angular/bazel'
|
||||
version: 19.1.0-next.3
|
||||
version: 19.1.0-next.4
|
||||
engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@angular/compiler-cli': 19.1.0-next.3+sha-c181903
|
||||
'@angular/compiler-cli': 19.1.0-next.4+sha-3d86c58
|
||||
'@bazel/concatjs': ^5.3.0
|
||||
'@bazel/worker': ^5.3.0
|
||||
'@rollup/plugin-commonjs': ^28.0.0
|
||||
@ -14846,7 +14846,7 @@ packages:
|
||||
terser:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@angular/compiler-cli': 19.1.0-next.3(@angular/compiler@19.1.0-next.3)(typescript@5.7.2)
|
||||
'@angular/compiler-cli': 19.1.0-next.4(@angular/compiler@19.1.0-next.4)(typescript@5.7.2)
|
||||
'@bazel/concatjs': 5.8.1(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(typescript@5.7.2)
|
||||
'@bazel/worker': 5.8.1
|
||||
'@microsoft/api-extractor': 7.48.1(@types/node@18.19.68)
|
||||
@ -14862,14 +14862,14 @@ packages:
|
||||
- '@types/node'
|
||||
dev: true
|
||||
|
||||
github.com/angular/dev-infra-private-build-tooling-builds/23a3f5d3df3644a47fefb864aa575c6ff0044cee(@angular/compiler-cli@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/localize@19.1.0-next.3)(@angular/platform-server@19.1.0-next.3)(@angular/service-worker@19.1.0-next.3)(chokidar@4.0.1)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0):
|
||||
github.com/angular/dev-infra-private-build-tooling-builds/23a3f5d3df3644a47fefb864aa575c6ff0044cee(@angular/compiler-cli@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/localize@19.1.0-next.4)(@angular/platform-server@19.1.0-next.4)(@angular/service-worker@19.1.0-next.4)(chokidar@4.0.1)(debug@4.4.0)(karma-chrome-launcher@3.2.0)(karma-firefox-launcher@2.1.3)(karma-jasmine@5.1.0)(karma-junit-reporter@2.0.1)(karma-requirejs@1.1.0)(karma-sourcemap-loader@0.4.0)(karma@6.4.4)(less@4.2.1)(postcss@8.4.49)(rxjs@7.8.1)(terser@5.37.0)(zone.js@0.15.0):
|
||||
resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-build-tooling-builds/tar.gz/23a3f5d3df3644a47fefb864aa575c6ff0044cee}
|
||||
id: github.com/angular/dev-infra-private-build-tooling-builds/23a3f5d3df3644a47fefb864aa575c6ff0044cee
|
||||
name: '@angular/build-tooling'
|
||||
version: 0.0.0-36b7540c8baf768285e55e02cb440c5e1eb658fa
|
||||
dependencies:
|
||||
'@angular/benchpress': 0.3.0(rxjs@7.8.1)(zone.js@0.15.0)
|
||||
'@angular/build': 19.1.0-next.1(@angular/compiler-cli@19.1.0-next.3)(@angular/compiler@19.1.0-next.3)(@angular/localize@19.1.0-next.3)(@angular/platform-server@19.1.0-next.3)(@angular/service-worker@19.1.0-next.3)(@types/node@18.19.68)(chokidar@4.0.1)(less@4.2.1)(postcss@8.4.49)(terser@5.37.0)(typescript@5.7.2)
|
||||
'@angular/build': 19.1.0-next.1(@angular/compiler-cli@19.1.0-next.4)(@angular/compiler@19.1.0-next.4)(@angular/localize@19.1.0-next.4)(@angular/platform-server@19.1.0-next.4)(@angular/service-worker@19.1.0-next.4)(@types/node@18.19.68)(chokidar@4.0.1)(less@4.2.1)(postcss@8.4.49)(terser@5.37.0)(typescript@5.7.2)
|
||||
'@babel/core': 7.26.0
|
||||
'@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.26.0)
|
||||
'@bazel/buildifier': 6.3.3
|
||||
|
@ -2,21 +2,21 @@
|
||||
"description": "snapshot versions of Angular for e2e testing",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "github:angular/animations-builds#d4b71a8d3153f6c58087d95360c2ed5f7dd547cf",
|
||||
"@angular/cdk": "github:angular/cdk-builds#e0607f309f23845bbb66bcc50efc148af7044960",
|
||||
"@angular/common": "github:angular/common-builds#4fd8f796a7c567bf3391013273be329d1bfa6024",
|
||||
"@angular/compiler": "github:angular/compiler-builds#b6b767faa2265e4d9162d1b00ece60e62f4e5a9e",
|
||||
"@angular/compiler-cli": "github:angular/compiler-cli-builds#1facaa9fac858e9a6c19eb5b8009bb0213919a35",
|
||||
"@angular/core": "github:angular/core-builds#78ebc731de201a86616b8e436b7d710e35492738",
|
||||
"@angular/forms": "github:angular/forms-builds#38ebd42a340255eeeb75aa11b89d1154a820b18d",
|
||||
"@angular/language-service": "github:angular/language-service-builds#bc37dd198b92babc2d991f9ca105e2eabc3ef9e8",
|
||||
"@angular/localize": "github:angular/localize-builds#9a35ccc39aabe5c52024157b4006fe034d18997c",
|
||||
"@angular/material": "github:angular/material-builds#3b0f5ad48933b7cf542326ab98a174cbbda88931",
|
||||
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#aec96028ec52794a68e40403867d3ab04f8e65fa",
|
||||
"@angular/platform-browser": "github:angular/platform-browser-builds#99d2afccf283f81dadc1fee281cea34631aa55ee",
|
||||
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#dbafd8c9fa13b509aee73286ea0f4110ed54995c",
|
||||
"@angular/platform-server": "github:angular/platform-server-builds#069232cb850b0fa7f6d2a61968a58f94e1075437",
|
||||
"@angular/router": "github:angular/router-builds#baaa39cb0934978a62bad05ea0eba11a60ca1761",
|
||||
"@angular/service-worker": "github:angular/service-worker-builds#cb927ff72f4a1e3244f8fecac04c508b6428a2da"
|
||||
"@angular/animations": "github:angular/animations-builds#a0f4330e5267bf907f833480ccf57ddd77ca05e2",
|
||||
"@angular/cdk": "github:angular/cdk-builds#ac8ee6a665162df6bc178b0e2f9aa1d7fe5f68f3",
|
||||
"@angular/common": "github:angular/common-builds#39012f511384f79fadd52b0f67a0374027819b45",
|
||||
"@angular/compiler": "github:angular/compiler-builds#0f5063f7863e98767bc605c6f804713d807dc2f0",
|
||||
"@angular/compiler-cli": "github:angular/compiler-cli-builds#e40a52bd35495b7197cb6f368f09cf84882f39c6",
|
||||
"@angular/core": "github:angular/core-builds#19ec33d7dec0854ff002ea173a3aa5acebbb8faf",
|
||||
"@angular/forms": "github:angular/forms-builds#358b705e04b5a3a7d48c5131daef99a8b34c5610",
|
||||
"@angular/language-service": "github:angular/language-service-builds#5876f7bc2390894eef7e62e3a3e114a28ac69721",
|
||||
"@angular/localize": "github:angular/localize-builds#c6ab4c1fedc524cd51a73e85fb747b0003ebc5b8",
|
||||
"@angular/material": "github:angular/material-builds#dc2b42ba8ec16c9e18009e8b28725399bed88eca",
|
||||
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ecacecbcfb32e323dbc8844c739c3710717b4d5e",
|
||||
"@angular/platform-browser": "github:angular/platform-browser-builds#b4b7dc99911f70c979d49df5f700d09c7f834a80",
|
||||
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e348b5eb629a0cda1099e9cae865179204ea23db",
|
||||
"@angular/platform-server": "github:angular/platform-server-builds#0dff9a1f103390afa62c3abdbfa76178d4d335e4",
|
||||
"@angular/router": "github:angular/router-builds#9365ce271e89e2834229b8f6cfbeb5972cd36882",
|
||||
"@angular/service-worker": "github:angular/service-worker-builds#226269eb8174039d8c60a6c57e1c75e2f2edb2ee"
|
||||
}
|
||||
}
|
||||
|
206
yarn.lock
206
yarn.lock
@ -54,26 +54,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/animations@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/animations@npm:19.1.0-next.3"
|
||||
"@angular/animations@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/animations@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/core": 19.1.0-next.3
|
||||
checksum: 10c0/310cb187e92be3fa332a3097003912111d817aa1230272de76e0ec2f2eca27762cbc73e7afad0ae28ce984a0138aec99f22d8b68b54bb61ccb138f5dfaed7514
|
||||
"@angular/core": 19.1.0-next.4
|
||||
checksum: 10c0/726da7b1ed1a9b95d55ed74d164d177022e43d14aabf04a5d70d8a3d7567259842c942a854e08200e32ca4cb78993983ea8d85197bdb9bf7f0fc551a30de489f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/bazel@https://github.com/angular/bazel-builds.git#d9b105ada50e036455e44eb61cc218c696f50297":
|
||||
version: 19.1.0-next.3+sha-c181903
|
||||
resolution: "@angular/bazel@https://github.com/angular/bazel-builds.git#commit=d9b105ada50e036455e44eb61cc218c696f50297"
|
||||
"@angular/bazel@https://github.com/angular/bazel-builds.git#c79da6c15ac32645b5e85ee9e098cbf3627e2126":
|
||||
version: 19.1.0-next.4+sha-3d86c58
|
||||
resolution: "@angular/bazel@https://github.com/angular/bazel-builds.git#commit=c79da6c15ac32645b5e85ee9e098cbf3627e2126"
|
||||
dependencies:
|
||||
"@microsoft/api-extractor": "npm:^7.24.2"
|
||||
magic-string: "npm:^0.30.0"
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/compiler-cli": 19.1.0-next.3+sha-c181903
|
||||
"@angular/compiler-cli": 19.1.0-next.4+sha-3d86c58
|
||||
"@bazel/concatjs": ^5.3.0
|
||||
"@bazel/worker": ^5.3.0
|
||||
"@rollup/plugin-commonjs": ^28.0.0
|
||||
@ -90,7 +90,7 @@ __metadata:
|
||||
packager: ./src/ng_package/packager.mjs
|
||||
types_bundler: ./src/types_bundle/index.mjs
|
||||
xi18n: ./src/ngc-wrapped/extract_i18n.mjs
|
||||
checksum: 10c0/228f4e252d84f3573f38e24058265946032acc4963d645120b06190ee3b282be4ae9f8af4a7855b5e22e51e46df51d2ec42785419f0103f19e8c786defb8956d
|
||||
checksum: 10c0/6df923b6c847ab88682313c3eab4b5e5ad1dfe9c5e2290b62400b1cc92e20c0fd418d4d308352e305845d17e97d1b3d695a11eeea7dd74ffb013bbcdf04c3bcf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -214,9 +214,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/cdk@npm:19.1.0-next.2":
|
||||
version: 19.1.0-next.2
|
||||
resolution: "@angular/cdk@npm:19.1.0-next.2"
|
||||
"@angular/cdk@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/cdk@npm:19.1.0-next.3"
|
||||
dependencies:
|
||||
parse5: "npm:^7.1.2"
|
||||
tslib: "npm:^2.3.0"
|
||||
@ -227,25 +227,25 @@ __metadata:
|
||||
dependenciesMeta:
|
||||
parse5:
|
||||
optional: true
|
||||
checksum: 10c0/94842bcfb6c3e3422546f2f74d71b6d027705fc3db5fe8b8f58cdc722cfc5c2bce0c715e304472304cc674c670579aaf092a9ce6dd3e3f2402b9104a3f454641
|
||||
checksum: 10c0/2b82a6ef310975f9d7413aff848803fcfc7f18410155337f7a4705cf8bb62f3f5082517022ae3a4ef0a2dec2c42cd9c319127d75e3d4a4ea9bb17c9181329243
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/common@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/common@npm:19.1.0-next.3"
|
||||
"@angular/common@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/common@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/core": 19.1.0-next.3
|
||||
"@angular/core": 19.1.0-next.4
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
checksum: 10c0/0f4b39288ac9d7a7d4b519a61551f47be206dfa249352662ac69ea69f0d7776291868c4c47b08a54e16dd7f2cb7534f7fba6e8abf0a8f4912fc4d9fe2cc054da
|
||||
checksum: 10c0/0ea20172950989ea9b4614c1ab1fc5101bf173d155bf66a9732a6630322bb2fc2b2677f16bc877f5fe780a1ce7f8819874a2cc76d79d222f1da4a88faffa7b98
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/compiler-cli@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/compiler-cli@npm:19.1.0-next.3"
|
||||
"@angular/compiler-cli@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/compiler-cli@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
"@babel/core": "npm:7.26.0"
|
||||
"@jridgewell/sourcemap-codec": "npm:^1.4.14"
|
||||
@ -256,39 +256,39 @@ __metadata:
|
||||
tslib: "npm:^2.3.0"
|
||||
yargs: "npm:^17.2.1"
|
||||
peerDependencies:
|
||||
"@angular/compiler": 19.1.0-next.3
|
||||
"@angular/compiler": 19.1.0-next.4
|
||||
typescript: ">=5.5 <5.8"
|
||||
bin:
|
||||
ng-xi18n: bundles/src/bin/ng_xi18n.js
|
||||
ngc: bundles/src/bin/ngc.js
|
||||
ngcc: bundles/ngcc/index.js
|
||||
checksum: 10c0/c5717c1c6a3839393151b861e2754a494b7796ded8048d307fa9d6b394492f49c3344b89de42602f8542daaad9f7aae80768ec553f05a1e3e78f4bbf7e1e5518
|
||||
checksum: 10c0/812212e5dc71e277428e35ca35b3d06741116527a033d43d48493015d3b3980297faf3bbbd0642a54507987cb4037533536ebec73cd8b4c6fc389a3e4900ae13
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/compiler@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/compiler@npm:19.1.0-next.3"
|
||||
"@angular/compiler@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/compiler@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/core": 19.1.0-next.3
|
||||
"@angular/core": 19.1.0-next.4
|
||||
peerDependenciesMeta:
|
||||
"@angular/core":
|
||||
optional: true
|
||||
checksum: 10c0/72edfe102470b9589c0004f56bd2ff350875427c51a4a7565bb3fad659f3525e69ceb1828e74f85dc00943c3e27ae03171a6ed3b8d9c8447460408f9c2d7ae8b
|
||||
checksum: 10c0/9d603cf61034865bc29c05709ff6c1f74fa507701b372aece3411766bdcc8ad4bc3bb46512a257d6e40de5f29cf4610215a21905fdb128b2e2d586e4ad0d15b2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/core@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/core@npm:19.1.0-next.3"
|
||||
"@angular/core@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/core@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
zone.js: ~0.15.0
|
||||
checksum: 10c0/eb259b2cfd16e476096d41f68782cb4acdcd14e178a138b437ce3c3612c7d970c838610fe9d0ff335c3a5c03dcb1ee594f98586c94207831bfd2f11f7a398839
|
||||
checksum: 10c0/77be843501801ffef485c8ebd15c732bccc9cfc4971c221105c0ea444d20826adeb83beedaca219fcdf6199164fb2ea8839cdd4dea4952d063ab4c716f8e371f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -309,23 +309,23 @@ __metadata:
|
||||
resolution: "@angular/devkit-repo@workspace:."
|
||||
dependencies:
|
||||
"@ampproject/remapping": "npm:2.3.0"
|
||||
"@angular/animations": "npm:19.1.0-next.3"
|
||||
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d9b105ada50e036455e44eb61cc218c696f50297"
|
||||
"@angular/animations": "npm:19.1.0-next.4"
|
||||
"@angular/bazel": "https://github.com/angular/bazel-builds.git#c79da6c15ac32645b5e85ee9e098cbf3627e2126"
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#23a3f5d3df3644a47fefb864aa575c6ff0044cee"
|
||||
"@angular/cdk": "npm:19.1.0-next.2"
|
||||
"@angular/common": "npm:19.1.0-next.3"
|
||||
"@angular/compiler": "npm:19.1.0-next.3"
|
||||
"@angular/compiler-cli": "npm:19.1.0-next.3"
|
||||
"@angular/core": "npm:19.1.0-next.3"
|
||||
"@angular/forms": "npm:19.1.0-next.3"
|
||||
"@angular/localize": "npm:19.1.0-next.3"
|
||||
"@angular/material": "npm:19.1.0-next.2"
|
||||
"@angular/cdk": "npm:19.1.0-next.3"
|
||||
"@angular/common": "npm:19.1.0-next.4"
|
||||
"@angular/compiler": "npm:19.1.0-next.4"
|
||||
"@angular/compiler-cli": "npm:19.1.0-next.4"
|
||||
"@angular/core": "npm:19.1.0-next.4"
|
||||
"@angular/forms": "npm:19.1.0-next.4"
|
||||
"@angular/localize": "npm:19.1.0-next.4"
|
||||
"@angular/material": "npm:19.1.0-next.3"
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a7f5e0ca6ce8a27aae64f8d342e7fb9f557a8408"
|
||||
"@angular/platform-browser": "npm:19.1.0-next.3"
|
||||
"@angular/platform-browser-dynamic": "npm:19.1.0-next.3"
|
||||
"@angular/platform-server": "npm:19.1.0-next.3"
|
||||
"@angular/router": "npm:19.1.0-next.3"
|
||||
"@angular/service-worker": "npm:19.1.0-next.3"
|
||||
"@angular/platform-browser": "npm:19.1.0-next.4"
|
||||
"@angular/platform-browser-dynamic": "npm:19.1.0-next.4"
|
||||
"@angular/platform-server": "npm:19.1.0-next.4"
|
||||
"@angular/router": "npm:19.1.0-next.4"
|
||||
"@angular/service-worker": "npm:19.1.0-next.4"
|
||||
"@babel/core": "npm:7.26.0"
|
||||
"@babel/generator": "npm:7.26.3"
|
||||
"@babel/helper-annotate-as-pure": "npm:7.25.9"
|
||||
@ -482,53 +482,53 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@angular/forms@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/forms@npm:19.1.0-next.3"
|
||||
"@angular/forms@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/forms@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/common": 19.1.0-next.3
|
||||
"@angular/core": 19.1.0-next.3
|
||||
"@angular/platform-browser": 19.1.0-next.3
|
||||
"@angular/common": 19.1.0-next.4
|
||||
"@angular/core": 19.1.0-next.4
|
||||
"@angular/platform-browser": 19.1.0-next.4
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
checksum: 10c0/ac112479f597f93762528f9cec284c9409fe0a031e3d49464427c3e92886fae978eb78d912f2db49bf71397f238d17cabe6ca395641cc12bfaa142ceeb7646e6
|
||||
checksum: 10c0/bb0622ae5e9db52e33ec92208bfeffccd58d01ea0df60e2bc666b9751c72a324390c49dd3b1417a0232e9adfb6d24eca7dcf4cba1bf4cd8db30736c1770e17b5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/localize@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/localize@npm:19.1.0-next.3"
|
||||
"@angular/localize@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/localize@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
"@babel/core": "npm:7.26.0"
|
||||
"@types/babel__core": "npm:7.20.5"
|
||||
fast-glob: "npm:3.3.2"
|
||||
yargs: "npm:^17.2.1"
|
||||
peerDependencies:
|
||||
"@angular/compiler": 19.1.0-next.3
|
||||
"@angular/compiler-cli": 19.1.0-next.3
|
||||
"@angular/compiler": 19.1.0-next.4
|
||||
"@angular/compiler-cli": 19.1.0-next.4
|
||||
bin:
|
||||
localize-extract: tools/bundles/src/extract/cli.js
|
||||
localize-migrate: tools/bundles/src/migrate/cli.js
|
||||
localize-translate: tools/bundles/src/translate/cli.js
|
||||
checksum: 10c0/65a724a8e23da04d43cc2b27c04bef07c97754ee9930abae091b24075ef68e30fb2598bd69393e1a10af9ab181acfedcfb0e3076f86c076cf84fc89d20b4e630
|
||||
checksum: 10c0/084d22d19b93268655b50681a328a0b4acd829d168e83c2d70c6c1b20e750b3d56aa1192c11f7c90d726337c290913208f600366b137cc53ad00872b96061055
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/material@npm:19.1.0-next.2":
|
||||
version: 19.1.0-next.2
|
||||
resolution: "@angular/material@npm:19.1.0-next.2"
|
||||
"@angular/material@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/material@npm:19.1.0-next.3"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/animations": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
"@angular/cdk": 19.1.0-next.2
|
||||
"@angular/cdk": 19.1.0-next.3
|
||||
"@angular/common": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
"@angular/core": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
"@angular/forms": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
"@angular/platform-browser": ^19.0.0-0 || ^19.1.0-0 || ^19.2.0-0 || ^19.3.0-0 || ^20.0.0-0
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
checksum: 10c0/9accf511bfee4ad377a0debae338cd4e4334d74c204ad0a96c0c37cfa9384ef9da72de8bdcfc430b2473f4ffdb74299823ac1180a4466f053ac133d2b6d4ec5a
|
||||
checksum: 10c0/8ff266bb6859bbee16b352c053a68dbaa64e669052030d4044022196c2279a739da0769942dff5a0fa95be41674accd4a73d96311d04ace904526312b870aa7e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -553,77 +553,77 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/platform-browser-dynamic@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/platform-browser-dynamic@npm:19.1.0-next.3"
|
||||
"@angular/platform-browser-dynamic@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/platform-browser-dynamic@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/common": 19.1.0-next.3
|
||||
"@angular/compiler": 19.1.0-next.3
|
||||
"@angular/core": 19.1.0-next.3
|
||||
"@angular/platform-browser": 19.1.0-next.3
|
||||
checksum: 10c0/43f1785744a68bbd5f0ec1af7dcd0937fdd8baf74f5f7f5c3f60488411abcd7237fc739a355a1cda383a98929a4e44f4c36f88c8b8d23b48b252c8d477e73738
|
||||
"@angular/common": 19.1.0-next.4
|
||||
"@angular/compiler": 19.1.0-next.4
|
||||
"@angular/core": 19.1.0-next.4
|
||||
"@angular/platform-browser": 19.1.0-next.4
|
||||
checksum: 10c0/552d6db24411be186d8392197a18c43e2d6a22b9cd2a5635cdbce24cb15f8fef3b470f121fbcb00a072eda02277c7604f50cf324bf3bb9740966d6a0420a5081
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/platform-browser@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/platform-browser@npm:19.1.0-next.3"
|
||||
"@angular/platform-browser@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/platform-browser@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/animations": 19.1.0-next.3
|
||||
"@angular/common": 19.1.0-next.3
|
||||
"@angular/core": 19.1.0-next.3
|
||||
"@angular/animations": 19.1.0-next.4
|
||||
"@angular/common": 19.1.0-next.4
|
||||
"@angular/core": 19.1.0-next.4
|
||||
peerDependenciesMeta:
|
||||
"@angular/animations":
|
||||
optional: true
|
||||
checksum: 10c0/f127361624fc55f3990c8c507c0f154b4bdf1904452435a2c6e500649a6fe9374f3ee284fac512774bbadf199038154e53205183266513a8223f1dc0360b1a8a
|
||||
checksum: 10c0/dcbb4863978f7911e69439caa9f74f44c0f199546300e9bb083521a31faa242919ebe1a6b3b1087584d233cf36178001ba24a24e833ce7e87ad861475707a667
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/platform-server@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/platform-server@npm:19.1.0-next.3"
|
||||
"@angular/platform-server@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/platform-server@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
xhr2: "npm:^0.2.0"
|
||||
peerDependencies:
|
||||
"@angular/animations": 19.1.0-next.3
|
||||
"@angular/common": 19.1.0-next.3
|
||||
"@angular/compiler": 19.1.0-next.3
|
||||
"@angular/core": 19.1.0-next.3
|
||||
"@angular/platform-browser": 19.1.0-next.3
|
||||
checksum: 10c0/5b2f41f7bfb06fb21a97f73057b408ea638878506b24f34671ec8ffc03619ad4000dfb37f75f5ca8692fd45ddc009e21456f225035ff31d8f290d62445d556b4
|
||||
"@angular/animations": 19.1.0-next.4
|
||||
"@angular/common": 19.1.0-next.4
|
||||
"@angular/compiler": 19.1.0-next.4
|
||||
"@angular/core": 19.1.0-next.4
|
||||
"@angular/platform-browser": 19.1.0-next.4
|
||||
checksum: 10c0/3941ce98bb790f2e4bf5b388ec4e7a9a71ef0f77418e95d66d7885e9230ddc68fd3e427343f91cfbc91db671d837c8dcc7d711e4f5cc7483695e95ffd2a0c8de
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/router@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/router@npm:19.1.0-next.3"
|
||||
"@angular/router@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/router@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/common": 19.1.0-next.3
|
||||
"@angular/core": 19.1.0-next.3
|
||||
"@angular/platform-browser": 19.1.0-next.3
|
||||
"@angular/common": 19.1.0-next.4
|
||||
"@angular/core": 19.1.0-next.4
|
||||
"@angular/platform-browser": 19.1.0-next.4
|
||||
rxjs: ^6.5.3 || ^7.4.0
|
||||
checksum: 10c0/0008e3d86ba6bd2c042d5c6c0d5ccba4b46ddf53b9dede9f8d410a01757217c8da84d8002f48e405c41eecb8aa2dd5290c15cb9c15e06c9fc5ffb7c612db1790
|
||||
checksum: 10c0/d922c1d34d6e685f743d956a832049d268a117708e91451195f93555fa415e7267b3b713a7a54a9c790f07bb46c05f989e9d73bce4b6fb744b6796d3263bcdab
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@angular/service-worker@npm:19.1.0-next.3":
|
||||
version: 19.1.0-next.3
|
||||
resolution: "@angular/service-worker@npm:19.1.0-next.3"
|
||||
"@angular/service-worker@npm:19.1.0-next.4":
|
||||
version: 19.1.0-next.4
|
||||
resolution: "@angular/service-worker@npm:19.1.0-next.4"
|
||||
dependencies:
|
||||
tslib: "npm:^2.3.0"
|
||||
peerDependencies:
|
||||
"@angular/common": 19.1.0-next.3
|
||||
"@angular/core": 19.1.0-next.3
|
||||
"@angular/common": 19.1.0-next.4
|
||||
"@angular/core": 19.1.0-next.4
|
||||
bin:
|
||||
ngsw-config: ngsw-config.js
|
||||
checksum: 10c0/39182dac6d953ee7743672513caccf23fdbfdec43c045a90a3a4107777639eb691855ee6cd20f1c605f8b46bf2d8206d67a6aee33e773119ab49b79cbb3a4798
|
||||
checksum: 10c0/6d4258971db4576139568cd4784ca4b87278d83722308d67e0c936011e62d3a8b77dc0ea93983a6897af48ba38d2db79b91f90765cd502504931d1c1baf09be5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user