mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update all non-major dependencies
See associated pull request for more information. Closes #67035 as a pr takeover
This commit is contained in:
committed by
Jessica Janiuk
parent
f9d8da6924
commit
6d07890d63
+19
-19
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@algolia/client-common": "5.48.0",
|
||||
"@algolia/client-search": "5.48.0",
|
||||
"@algolia/requester-browser-xhr": "5.48.0",
|
||||
"@algolia/requester-node-http": "5.48.0",
|
||||
"@algolia/client-common": "5.49.0",
|
||||
"@algolia/client-search": "5.49.0",
|
||||
"@algolia/requester-browser-xhr": "5.49.0",
|
||||
"@algolia/requester-node-http": "5.49.0",
|
||||
"@angular/animations": "workspace:*",
|
||||
"@angular/aria": "21.2.0-rc.0",
|
||||
"@angular/build": "21.2.0-rc.2",
|
||||
@@ -21,19 +21,19 @@
|
||||
"@angular/router": "workspace:*",
|
||||
"@angular/ssr": "21.2.0-rc.2",
|
||||
"@codemirror/autocomplete": "6.20.0",
|
||||
"@codemirror/commands": "6.10.1",
|
||||
"@codemirror/commands": "6.10.2",
|
||||
"@codemirror/lang-angular": "0.1.4",
|
||||
"@codemirror/lang-css": "6.3.1",
|
||||
"@codemirror/lang-html": "6.4.11",
|
||||
"@codemirror/lang-javascript": "6.2.4",
|
||||
"@codemirror/lang-sass": "6.0.2",
|
||||
"@codemirror/language": "6.12.1",
|
||||
"@codemirror/lint": "6.9.3",
|
||||
"@codemirror/lint": "6.9.4",
|
||||
"@codemirror/search": "6.6.0",
|
||||
"@codemirror/state": "6.5.4",
|
||||
"@codemirror/view": "6.39.12",
|
||||
"@codemirror/view": "6.39.15",
|
||||
"@lezer/common": "1.5.1",
|
||||
"@lezer/css": "1.3.0",
|
||||
"@lezer/css": "1.3.1",
|
||||
"@lezer/highlight": "1.2.3",
|
||||
"@lezer/html": "1.3.13",
|
||||
"@lezer/javascript": "1.5.4",
|
||||
@@ -48,15 +48,15 @@
|
||||
"@shikijs/types": "^3.21.0",
|
||||
"@shikijs/vscode-textmate": "^10.0.2",
|
||||
"@stackblitz/sdk": "1.11.0",
|
||||
"@types/dom-navigation": "1.0.6",
|
||||
"@types/dom-navigation": "1.0.7",
|
||||
"@types/jasmine": "6.0.0",
|
||||
"@types/jsdom": "28.0.0",
|
||||
"@types/node": "24.10.11",
|
||||
"@typescript/vfs": "1.6.2",
|
||||
"@types/node": "24.10.13",
|
||||
"@typescript/vfs": "1.6.4",
|
||||
"@webcontainer/api": "1.6.1",
|
||||
"@xterm/addon-fit": "0.11.0",
|
||||
"@xterm/xterm": "6.0.0",
|
||||
"algoliasearch": "5.48.0",
|
||||
"algoliasearch": "5.49.0",
|
||||
"angular-split": "20.0.0",
|
||||
"ccount": "^2.0.1",
|
||||
"character-entities-html4": "^2.1.0",
|
||||
@@ -69,19 +69,19 @@
|
||||
"hast-util-to-html": "^9.0.5",
|
||||
"hast-util-whitespace": "^3.0.0",
|
||||
"html-void-elements": "^3.0.0",
|
||||
"jsdom": "28.0.0",
|
||||
"jasmine-core": "6.0.0",
|
||||
"jsdom": "28.1.0",
|
||||
"jasmine-core": "6.1.0",
|
||||
"karma-chrome-launcher": "3.2.0",
|
||||
"karma-coverage": "2.2.1",
|
||||
"karma-jasmine": "5.1.0",
|
||||
"karma-jasmine-html-reporter": "2.2.0",
|
||||
"marked": "17.0.1",
|
||||
"mermaid": "11.12.2",
|
||||
"marked": "17.0.3",
|
||||
"mermaid": "11.12.3",
|
||||
"ngx-progressbar": "14.0.0",
|
||||
"open-in-idx": "0.1.1",
|
||||
"playwright-core": "1.58.1",
|
||||
"preact": "10.28.3",
|
||||
"preact-render-to-string": "6.6.5",
|
||||
"playwright-core": "1.58.2",
|
||||
"preact": "10.28.4",
|
||||
"preact-render-to-string": "6.6.6",
|
||||
"prettier": "3.8.1",
|
||||
"property-information": "^7.1.0",
|
||||
"rxjs": "7.8.2",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"diff": "~8.0.0",
|
||||
"emoji-regex": "~10.6.0",
|
||||
"fflate": "^0.8.2",
|
||||
"jsdom": "~28.0.0",
|
||||
"jsdom": "~28.1.0",
|
||||
"marked": "~17.0.0",
|
||||
"mermaid": "^11.0.0",
|
||||
"shiki": "^3.0.0",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
@@ -37,7 +37,7 @@
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "^20.14.8",
|
||||
"concurrently": "9.2.1",
|
||||
"jasmine-core": "6.0.1",
|
||||
"jasmine-core": "6.1.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"protractor": "^7.0.0",
|
||||
|
||||
+10
-10
@@ -36,8 +36,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -64,8 +64,8 @@ importers:
|
||||
specifier: 9.2.1
|
||||
version: 9.2.1
|
||||
jasmine-core:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0
|
||||
jasmine-spec-reporter:
|
||||
specifier: ~7.0.0
|
||||
version: 7.0.0
|
||||
@@ -3525,8 +3525,8 @@ packages:
|
||||
jasmine-core@2.8.0:
|
||||
resolution: {integrity: sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==}
|
||||
|
||||
jasmine-core@6.0.1:
|
||||
resolution: {integrity: sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==}
|
||||
jasmine-core@6.1.0:
|
||||
resolution: {integrity: sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
resolution: {integrity: sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==}
|
||||
@@ -5308,8 +5308,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -9025,7 +9025,7 @@ snapshots:
|
||||
|
||||
jasmine-core@2.8.0: {}
|
||||
|
||||
jasmine-core@6.0.1: {}
|
||||
jasmine-core@6.1.0: {}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
dependencies:
|
||||
@@ -11088,4 +11088,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"@angular/ssr": "21.2.0-rc.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
|
||||
+5
-5
@@ -33,8 +33,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -4270,8 +4270,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8795,4 +8795,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@angular/ssr": "21.2.0-rc.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
|
||||
+5
-5
@@ -36,8 +36,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -4273,8 +4273,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8798,4 +8798,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
@@ -32,7 +32,7 @@
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "^20.14.8",
|
||||
"concurrently": "9.2.1",
|
||||
"jasmine-core": "6.0.0",
|
||||
"jasmine-core": "6.1.0",
|
||||
"serve": "^14.2.5",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"karma": "~6.4.0",
|
||||
|
||||
+13
-13
@@ -36,8 +36,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -61,8 +61,8 @@ importers:
|
||||
specifier: 9.2.1
|
||||
version: 9.2.1
|
||||
jasmine-core:
|
||||
specifier: 6.0.0
|
||||
version: 6.0.0
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0
|
||||
jasmine-spec-reporter:
|
||||
specifier: ~7.0.0
|
||||
version: 7.0.0
|
||||
@@ -80,7 +80,7 @@ importers:
|
||||
version: 5.1.0(karma@6.4.4)
|
||||
karma-jasmine-html-reporter:
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0(jasmine-core@6.0.0)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4)
|
||||
version: 2.2.0(jasmine-core@6.1.0)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4)
|
||||
protractor:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
@@ -3423,8 +3423,8 @@ packages:
|
||||
jasmine-core@4.6.1:
|
||||
resolution: {integrity: sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==}
|
||||
|
||||
jasmine-core@6.0.0:
|
||||
resolution: {integrity: sha512-fmBb8aruz2mEIDBUGWOGNmxhXwFJs44SSzwbMcBDqQnNChavPTq3Ra9A6WAn6WdxvxWEdakKTcEb3NzeR3yD1A==}
|
||||
jasmine-core@6.1.0:
|
||||
resolution: {integrity: sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
resolution: {integrity: sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==}
|
||||
@@ -5157,8 +5157,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8697,7 +8697,7 @@ snapshots:
|
||||
|
||||
jasmine-core@4.6.1: {}
|
||||
|
||||
jasmine-core@6.0.0: {}
|
||||
jasmine-core@6.1.0: {}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
dependencies:
|
||||
@@ -8783,9 +8783,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
karma-jasmine-html-reporter@2.2.0(jasmine-core@6.0.0)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4):
|
||||
karma-jasmine-html-reporter@2.2.0(jasmine-core@6.1.0)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4):
|
||||
dependencies:
|
||||
jasmine-core: 6.0.0
|
||||
jasmine-core: 6.1.0
|
||||
karma: 6.4.4
|
||||
karma-jasmine: 5.1.0(karma@6.4.4)
|
||||
|
||||
@@ -10658,4 +10658,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
|
||||
Generated
+5
-5
@@ -33,8 +33,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -4256,8 +4256,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8772,4 +8772,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
|
||||
+5
-5
@@ -33,8 +33,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -4256,8 +4256,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8772,4 +8772,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
@@ -29,7 +29,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "^20.14.8",
|
||||
"jasmine-core": "6.0.1",
|
||||
"jasmine-core": "6.1.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"karma": "~6.4.0",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
|
||||
+13
-13
@@ -33,8 +33,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -55,8 +55,8 @@ importers:
|
||||
specifier: ^20.14.8
|
||||
version: 20.19.33
|
||||
jasmine-core:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0
|
||||
jasmine-spec-reporter:
|
||||
specifier: ~7.0.0
|
||||
version: 7.0.0
|
||||
@@ -71,7 +71,7 @@ importers:
|
||||
version: 5.1.0(karma@6.4.4)
|
||||
karma-jasmine-html-reporter:
|
||||
specifier: ^2.1.0
|
||||
version: 2.2.0(jasmine-core@6.0.1)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4)
|
||||
version: 2.2.0(jasmine-core@6.1.0)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4)
|
||||
protractor:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
@@ -3293,8 +3293,8 @@ packages:
|
||||
jasmine-core@4.6.1:
|
||||
resolution: {integrity: sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==}
|
||||
|
||||
jasmine-core@6.0.1:
|
||||
resolution: {integrity: sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==}
|
||||
jasmine-core@6.1.0:
|
||||
resolution: {integrity: sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
resolution: {integrity: sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==}
|
||||
@@ -4932,8 +4932,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8347,7 +8347,7 @@ snapshots:
|
||||
|
||||
jasmine-core@4.6.1: {}
|
||||
|
||||
jasmine-core@6.0.1: {}
|
||||
jasmine-core@6.1.0: {}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
dependencies:
|
||||
@@ -8423,9 +8423,9 @@ snapshots:
|
||||
dependencies:
|
||||
which: 1.3.1
|
||||
|
||||
karma-jasmine-html-reporter@2.2.0(jasmine-core@6.0.1)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4):
|
||||
karma-jasmine-html-reporter@2.2.0(jasmine-core@6.1.0)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4):
|
||||
dependencies:
|
||||
jasmine-core: 6.0.1
|
||||
jasmine-core: 6.1.0
|
||||
karma: 6.4.4
|
||||
karma-jasmine: 5.1.0(karma@6.4.4)
|
||||
|
||||
@@ -10189,4 +10189,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"dist/main.js": 153915,
|
||||
"dist/polyfills.js": 34023,
|
||||
"dist/polyfills.js": 35726,
|
||||
"dist/open-close.component-[hash].js": 1190
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"@angular/router": "link:./in-existing-linked-by-bazel",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
|
||||
+5
-5
@@ -33,8 +33,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -4196,8 +4196,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8663,4 +8663,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"typescript": "5.9.3",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.29.0",
|
||||
@@ -23,7 +23,7 @@
|
||||
"concurrently": "9.2.1",
|
||||
"lite-server": "2.6.1",
|
||||
"protractor": "^7.0.0",
|
||||
"rollup": "4.57.1"
|
||||
"rollup": "4.59.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm ngc && pnpm rollup -c rollup.config.mjs",
|
||||
|
||||
Generated
+120
-120
@@ -36,18 +36,18 @@ importers:
|
||||
specifier: 5.9.3
|
||||
version: 5.9.3
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@babel/core':
|
||||
specifier: 7.29.0
|
||||
version: 7.29.0
|
||||
'@rollup/plugin-babel':
|
||||
specifier: ^6.0.0
|
||||
version: 6.1.0(@babel/core@7.29.0)(rollup@4.57.1)
|
||||
version: 6.1.0(@babel/core@7.29.0)(rollup@4.59.0)
|
||||
'@rollup/plugin-node-resolve':
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.3(rollup@4.57.1)
|
||||
version: 16.0.3(rollup@4.59.0)
|
||||
'@types/jasmine':
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0
|
||||
@@ -64,8 +64,8 @@ importers:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
rollup:
|
||||
specifier: 4.57.1
|
||||
version: 4.57.1
|
||||
specifier: 4.59.0
|
||||
version: 4.59.0
|
||||
|
||||
packages:
|
||||
|
||||
@@ -183,141 +183,141 @@ packages:
|
||||
rollup:
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-android-arm-eabi@4.57.1':
|
||||
resolution: {integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==}
|
||||
'@rollup/rollup-android-arm-eabi@4.59.0':
|
||||
resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==}
|
||||
cpu: [arm]
|
||||
os: [android]
|
||||
|
||||
'@rollup/rollup-android-arm64@4.57.1':
|
||||
resolution: {integrity: sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==}
|
||||
'@rollup/rollup-android-arm64@4.59.0':
|
||||
resolution: {integrity: sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==}
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
|
||||
'@rollup/rollup-darwin-arm64@4.57.1':
|
||||
resolution: {integrity: sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==}
|
||||
'@rollup/rollup-darwin-arm64@4.59.0':
|
||||
resolution: {integrity: sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@rollup/rollup-darwin-x64@4.57.1':
|
||||
resolution: {integrity: sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==}
|
||||
'@rollup/rollup-darwin-x64@4.59.0':
|
||||
resolution: {integrity: sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@rollup/rollup-freebsd-arm64@4.57.1':
|
||||
resolution: {integrity: sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==}
|
||||
'@rollup/rollup-freebsd-arm64@4.59.0':
|
||||
resolution: {integrity: sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
|
||||
'@rollup/rollup-freebsd-x64@4.57.1':
|
||||
resolution: {integrity: sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==}
|
||||
'@rollup/rollup-freebsd-x64@4.59.0':
|
||||
resolution: {integrity: sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
'@rollup/rollup-linux-arm-gnueabihf@4.57.1':
|
||||
resolution: {integrity: sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==}
|
||||
'@rollup/rollup-linux-arm-gnueabihf@4.59.0':
|
||||
resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.57.1':
|
||||
resolution: {integrity: sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==}
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.59.0':
|
||||
resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-arm64-gnu@4.57.1':
|
||||
resolution: {integrity: sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==}
|
||||
'@rollup/rollup-linux-arm64-gnu@4.59.0':
|
||||
resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-arm64-musl@4.57.1':
|
||||
resolution: {integrity: sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==}
|
||||
'@rollup/rollup-linux-arm64-musl@4.59.0':
|
||||
resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-loong64-gnu@4.57.1':
|
||||
resolution: {integrity: sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==}
|
||||
'@rollup/rollup-linux-loong64-gnu@4.59.0':
|
||||
resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-loong64-musl@4.57.1':
|
||||
resolution: {integrity: sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==}
|
||||
'@rollup/rollup-linux-loong64-musl@4.59.0':
|
||||
resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-ppc64-gnu@4.57.1':
|
||||
resolution: {integrity: sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==}
|
||||
'@rollup/rollup-linux-ppc64-gnu@4.59.0':
|
||||
resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-ppc64-musl@4.57.1':
|
||||
resolution: {integrity: sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==}
|
||||
'@rollup/rollup-linux-ppc64-musl@4.59.0':
|
||||
resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.57.1':
|
||||
resolution: {integrity: sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==}
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.59.0':
|
||||
resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-riscv64-musl@4.57.1':
|
||||
resolution: {integrity: sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==}
|
||||
'@rollup/rollup-linux-riscv64-musl@4.59.0':
|
||||
resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-s390x-gnu@4.57.1':
|
||||
resolution: {integrity: sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==}
|
||||
'@rollup/rollup-linux-s390x-gnu@4.59.0':
|
||||
resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-x64-gnu@4.57.1':
|
||||
resolution: {integrity: sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==}
|
||||
'@rollup/rollup-linux-x64-gnu@4.59.0':
|
||||
resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-x64-musl@4.57.1':
|
||||
resolution: {integrity: sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==}
|
||||
'@rollup/rollup-linux-x64-musl@4.59.0':
|
||||
resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-openbsd-x64@4.57.1':
|
||||
resolution: {integrity: sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==}
|
||||
'@rollup/rollup-openbsd-x64@4.59.0':
|
||||
resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==}
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
|
||||
'@rollup/rollup-openharmony-arm64@4.57.1':
|
||||
resolution: {integrity: sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==}
|
||||
'@rollup/rollup-openharmony-arm64@4.59.0':
|
||||
resolution: {integrity: sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==}
|
||||
cpu: [arm64]
|
||||
os: [openharmony]
|
||||
|
||||
'@rollup/rollup-win32-arm64-msvc@4.57.1':
|
||||
resolution: {integrity: sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==}
|
||||
'@rollup/rollup-win32-arm64-msvc@4.59.0':
|
||||
resolution: {integrity: sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@rollup/rollup-win32-ia32-msvc@4.57.1':
|
||||
resolution: {integrity: sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==}
|
||||
'@rollup/rollup-win32-ia32-msvc@4.59.0':
|
||||
resolution: {integrity: sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@rollup/rollup-win32-x64-gnu@4.57.1':
|
||||
resolution: {integrity: sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==}
|
||||
'@rollup/rollup-win32-x64-gnu@4.59.0':
|
||||
resolution: {integrity: sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@rollup/rollup-win32-x64-msvc@4.57.1':
|
||||
resolution: {integrity: sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==}
|
||||
'@rollup/rollup-win32-x64-msvc@4.59.0':
|
||||
resolution: {integrity: sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
@@ -1186,8 +1186,8 @@ packages:
|
||||
deprecated: Rimraf versions prior to v4 are no longer supported
|
||||
hasBin: true
|
||||
|
||||
rollup@4.57.1:
|
||||
resolution: {integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==}
|
||||
rollup@4.59.0:
|
||||
resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==}
|
||||
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -1490,8 +1490,8 @@ packages:
|
||||
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -1614,107 +1614,107 @@ snapshots:
|
||||
'@jridgewell/resolve-uri': 3.1.2
|
||||
'@jridgewell/sourcemap-codec': 1.5.5
|
||||
|
||||
'@rollup/plugin-babel@6.1.0(@babel/core@7.29.0)(rollup@4.57.1)':
|
||||
'@rollup/plugin-babel@6.1.0(@babel/core@7.29.0)(rollup@4.59.0)':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.0
|
||||
'@babel/helper-module-imports': 7.28.6
|
||||
'@rollup/pluginutils': 5.3.0(rollup@4.57.1)
|
||||
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
||||
optionalDependencies:
|
||||
rollup: 4.57.1
|
||||
rollup: 4.59.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@rollup/plugin-node-resolve@16.0.3(rollup@4.57.1)':
|
||||
'@rollup/plugin-node-resolve@16.0.3(rollup@4.59.0)':
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.3.0(rollup@4.57.1)
|
||||
'@rollup/pluginutils': 5.3.0(rollup@4.59.0)
|
||||
'@types/resolve': 1.20.2
|
||||
deepmerge: 4.3.1
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.11
|
||||
optionalDependencies:
|
||||
rollup: 4.57.1
|
||||
rollup: 4.59.0
|
||||
|
||||
'@rollup/pluginutils@5.3.0(rollup@4.57.1)':
|
||||
'@rollup/pluginutils@5.3.0(rollup@4.59.0)':
|
||||
dependencies:
|
||||
'@types/estree': 1.0.8
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 4.0.3
|
||||
optionalDependencies:
|
||||
rollup: 4.57.1
|
||||
rollup: 4.59.0
|
||||
|
||||
'@rollup/rollup-android-arm-eabi@4.57.1':
|
||||
'@rollup/rollup-android-arm-eabi@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-android-arm64@4.57.1':
|
||||
'@rollup/rollup-android-arm64@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-darwin-arm64@4.57.1':
|
||||
'@rollup/rollup-darwin-arm64@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-darwin-x64@4.57.1':
|
||||
'@rollup/rollup-darwin-x64@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-freebsd-arm64@4.57.1':
|
||||
'@rollup/rollup-freebsd-arm64@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-freebsd-x64@4.57.1':
|
||||
'@rollup/rollup-freebsd-x64@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-arm-gnueabihf@4.57.1':
|
||||
'@rollup/rollup-linux-arm-gnueabihf@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.57.1':
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-arm64-gnu@4.57.1':
|
||||
'@rollup/rollup-linux-arm64-gnu@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-arm64-musl@4.57.1':
|
||||
'@rollup/rollup-linux-arm64-musl@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-loong64-gnu@4.57.1':
|
||||
'@rollup/rollup-linux-loong64-gnu@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-loong64-musl@4.57.1':
|
||||
'@rollup/rollup-linux-loong64-musl@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-ppc64-gnu@4.57.1':
|
||||
'@rollup/rollup-linux-ppc64-gnu@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-ppc64-musl@4.57.1':
|
||||
'@rollup/rollup-linux-ppc64-musl@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.57.1':
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-riscv64-musl@4.57.1':
|
||||
'@rollup/rollup-linux-riscv64-musl@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-s390x-gnu@4.57.1':
|
||||
'@rollup/rollup-linux-s390x-gnu@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-x64-gnu@4.57.1':
|
||||
'@rollup/rollup-linux-x64-gnu@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-x64-musl@4.57.1':
|
||||
'@rollup/rollup-linux-x64-musl@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-openbsd-x64@4.57.1':
|
||||
'@rollup/rollup-openbsd-x64@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-openharmony-arm64@4.57.1':
|
||||
'@rollup/rollup-openharmony-arm64@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-win32-arm64-msvc@4.57.1':
|
||||
'@rollup/rollup-win32-arm64-msvc@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-win32-ia32-msvc@4.57.1':
|
||||
'@rollup/rollup-win32-ia32-msvc@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-win32-x64-gnu@4.57.1':
|
||||
'@rollup/rollup-win32-x64-gnu@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-win32-x64-msvc@4.57.1':
|
||||
'@rollup/rollup-win32-x64-msvc@4.59.0':
|
||||
optional: true
|
||||
|
||||
'@socket.io/component-emitter@3.1.2': {}
|
||||
@@ -2606,35 +2606,35 @@ snapshots:
|
||||
dependencies:
|
||||
glob: 7.2.3
|
||||
|
||||
rollup@4.57.1:
|
||||
rollup@4.59.0:
|
||||
dependencies:
|
||||
'@types/estree': 1.0.8
|
||||
optionalDependencies:
|
||||
'@rollup/rollup-android-arm-eabi': 4.57.1
|
||||
'@rollup/rollup-android-arm64': 4.57.1
|
||||
'@rollup/rollup-darwin-arm64': 4.57.1
|
||||
'@rollup/rollup-darwin-x64': 4.57.1
|
||||
'@rollup/rollup-freebsd-arm64': 4.57.1
|
||||
'@rollup/rollup-freebsd-x64': 4.57.1
|
||||
'@rollup/rollup-linux-arm-gnueabihf': 4.57.1
|
||||
'@rollup/rollup-linux-arm-musleabihf': 4.57.1
|
||||
'@rollup/rollup-linux-arm64-gnu': 4.57.1
|
||||
'@rollup/rollup-linux-arm64-musl': 4.57.1
|
||||
'@rollup/rollup-linux-loong64-gnu': 4.57.1
|
||||
'@rollup/rollup-linux-loong64-musl': 4.57.1
|
||||
'@rollup/rollup-linux-ppc64-gnu': 4.57.1
|
||||
'@rollup/rollup-linux-ppc64-musl': 4.57.1
|
||||
'@rollup/rollup-linux-riscv64-gnu': 4.57.1
|
||||
'@rollup/rollup-linux-riscv64-musl': 4.57.1
|
||||
'@rollup/rollup-linux-s390x-gnu': 4.57.1
|
||||
'@rollup/rollup-linux-x64-gnu': 4.57.1
|
||||
'@rollup/rollup-linux-x64-musl': 4.57.1
|
||||
'@rollup/rollup-openbsd-x64': 4.57.1
|
||||
'@rollup/rollup-openharmony-arm64': 4.57.1
|
||||
'@rollup/rollup-win32-arm64-msvc': 4.57.1
|
||||
'@rollup/rollup-win32-ia32-msvc': 4.57.1
|
||||
'@rollup/rollup-win32-x64-gnu': 4.57.1
|
||||
'@rollup/rollup-win32-x64-msvc': 4.57.1
|
||||
'@rollup/rollup-android-arm-eabi': 4.59.0
|
||||
'@rollup/rollup-android-arm64': 4.59.0
|
||||
'@rollup/rollup-darwin-arm64': 4.59.0
|
||||
'@rollup/rollup-darwin-x64': 4.59.0
|
||||
'@rollup/rollup-freebsd-arm64': 4.59.0
|
||||
'@rollup/rollup-freebsd-x64': 4.59.0
|
||||
'@rollup/rollup-linux-arm-gnueabihf': 4.59.0
|
||||
'@rollup/rollup-linux-arm-musleabihf': 4.59.0
|
||||
'@rollup/rollup-linux-arm64-gnu': 4.59.0
|
||||
'@rollup/rollup-linux-arm64-musl': 4.59.0
|
||||
'@rollup/rollup-linux-loong64-gnu': 4.59.0
|
||||
'@rollup/rollup-linux-loong64-musl': 4.59.0
|
||||
'@rollup/rollup-linux-ppc64-gnu': 4.59.0
|
||||
'@rollup/rollup-linux-ppc64-musl': 4.59.0
|
||||
'@rollup/rollup-linux-riscv64-gnu': 4.59.0
|
||||
'@rollup/rollup-linux-riscv64-musl': 4.59.0
|
||||
'@rollup/rollup-linux-s390x-gnu': 4.59.0
|
||||
'@rollup/rollup-linux-x64-gnu': 4.59.0
|
||||
'@rollup/rollup-linux-x64-musl': 4.59.0
|
||||
'@rollup/rollup-openbsd-x64': 4.59.0
|
||||
'@rollup/rollup-openharmony-arm64': 4.59.0
|
||||
'@rollup/rollup-win32-arm64-msvc': 4.59.0
|
||||
'@rollup/rollup-win32-ia32-msvc': 4.59.0
|
||||
'@rollup/rollup-win32-x64-gnu': 4.59.0
|
||||
'@rollup/rollup-win32-x64-msvc': 4.59.0
|
||||
fsevents: 2.3.3
|
||||
|
||||
rx@4.1.0: {}
|
||||
@@ -2973,4 +2973,4 @@ snapshots:
|
||||
y18n: 5.0.8
|
||||
yargs-parser: 21.1.1
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"@angular/upgrade": "link:./in-existing-linked-by-bazel",
|
||||
"rxjs": "^7.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"packageManager": "pnpm@10.30.2"
|
||||
}
|
||||
|
||||
Generated
+5
-5
@@ -45,8 +45,8 @@ importers:
|
||||
specifier: 5.9.3
|
||||
version: 5.9.3
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
|
||||
packages:
|
||||
|
||||
@@ -61,8 +61,8 @@ packages:
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -74,4 +74,4 @@ snapshots:
|
||||
|
||||
typescript@5.9.3: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tsc"
|
||||
|
||||
+5
-5
@@ -60,8 +60,8 @@ importers:
|
||||
specifier: 5.9.3
|
||||
version: 5.9.3
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
|
||||
packages:
|
||||
|
||||
@@ -79,8 +79,8 @@ packages:
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -94,4 +94,4 @@ snapshots:
|
||||
|
||||
typescript@5.9.3: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@angular/ssr": "21.2.0-rc.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
@@ -34,7 +34,7 @@
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"concurrently": "9.2.1",
|
||||
"jasmine-core": "6.0.1",
|
||||
"jasmine-core": "6.1.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"protractor": "^7.0.0",
|
||||
"selenium-webdriver": "3.5.0",
|
||||
|
||||
+10
-10
@@ -39,8 +39,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -67,8 +67,8 @@ importers:
|
||||
specifier: 9.2.1
|
||||
version: 9.2.1
|
||||
jasmine-core:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0
|
||||
jasmine-spec-reporter:
|
||||
specifier: ~7.0.0
|
||||
version: 7.0.0
|
||||
@@ -3241,8 +3241,8 @@ packages:
|
||||
jasmine-core@2.8.0:
|
||||
resolution: {integrity: sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==}
|
||||
|
||||
jasmine-core@6.0.1:
|
||||
resolution: {integrity: sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==}
|
||||
jasmine-core@6.1.0:
|
||||
resolution: {integrity: sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
resolution: {integrity: sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==}
|
||||
@@ -4781,8 +4781,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8123,7 +8123,7 @@ snapshots:
|
||||
|
||||
jasmine-core@2.8.0: {}
|
||||
|
||||
jasmine-core@6.0.1: {}
|
||||
jasmine-core@6.1.0: {}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
dependencies:
|
||||
@@ -9837,4 +9837,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"concurrently": "9.2.1",
|
||||
"jasmine-core": "6.0.1",
|
||||
"jasmine-core": "6.1.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"protractor": "^7.0.0",
|
||||
"selenium-webdriver": "3.5.0",
|
||||
|
||||
+5
-5
@@ -73,8 +73,8 @@ importers:
|
||||
specifier: 9.2.1
|
||||
version: 9.2.1
|
||||
jasmine-core:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0
|
||||
jasmine-spec-reporter:
|
||||
specifier: ~7.0.0
|
||||
version: 7.0.0
|
||||
@@ -3256,8 +3256,8 @@ packages:
|
||||
jasmine-core@2.8.0:
|
||||
resolution: {integrity: sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==}
|
||||
|
||||
jasmine-core@6.0.1:
|
||||
resolution: {integrity: sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==}
|
||||
jasmine-core@6.1.0:
|
||||
resolution: {integrity: sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
resolution: {integrity: sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==}
|
||||
@@ -8153,7 +8153,7 @@ snapshots:
|
||||
|
||||
jasmine-core@2.8.0: {}
|
||||
|
||||
jasmine-core@6.0.1: {}
|
||||
jasmine-core@6.1.0: {}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
dependencies:
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"express": "~5.2.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
@@ -40,7 +40,7 @@
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"concurrently": "9.2.1",
|
||||
"jasmine-core": "6.0.1",
|
||||
"jasmine-core": "6.1.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"protractor": "^7.0.0",
|
||||
"selenium-webdriver": "3.5.0",
|
||||
|
||||
+10
-10
@@ -45,8 +45,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -76,8 +76,8 @@ importers:
|
||||
specifier: 9.2.1
|
||||
version: 9.2.1
|
||||
jasmine-core:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0
|
||||
jasmine-spec-reporter:
|
||||
specifier: ~7.0.0
|
||||
version: 7.0.0
|
||||
@@ -3259,8 +3259,8 @@ packages:
|
||||
jasmine-core@2.8.0:
|
||||
resolution: {integrity: sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==}
|
||||
|
||||
jasmine-core@6.0.1:
|
||||
resolution: {integrity: sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==}
|
||||
jasmine-core@6.1.0:
|
||||
resolution: {integrity: sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
resolution: {integrity: sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==}
|
||||
@@ -4799,8 +4799,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8159,7 +8159,7 @@ snapshots:
|
||||
|
||||
jasmine-core@2.8.0: {}
|
||||
|
||||
jasmine-core@6.0.1: {}
|
||||
jasmine-core@6.1.0: {}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
dependencies:
|
||||
@@ -9873,4 +9873,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"@angular/core": "link:./in-existing-linked-by-bazel",
|
||||
"@angular/service-worker": "link:./in-existing-linked-by-bazel",
|
||||
"rxjs": "^7.0.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"packageManager": "pnpm@10.30.2"
|
||||
}
|
||||
|
||||
+5
-5
@@ -21,8 +21,8 @@ importers:
|
||||
specifier: ^7.0.0
|
||||
version: 7.8.2
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
|
||||
packages:
|
||||
|
||||
@@ -32,8 +32,8 @@ packages:
|
||||
tslib@2.8.1:
|
||||
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -43,4 +43,4 @@ snapshots:
|
||||
|
||||
tslib@2.8.1: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@angular/ssr": "21.2.0-rc.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
|
||||
+5
-5
@@ -33,8 +33,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -4270,8 +4270,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8795,4 +8795,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"rxjs": "^7.0.0",
|
||||
"terser": "^5.8.0",
|
||||
"typescript": "5.9.3",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"packageManager": "pnpm@10.30.2"
|
||||
}
|
||||
|
||||
Generated
+5
-5
@@ -30,8 +30,8 @@ importers:
|
||||
specifier: 5.9.3
|
||||
version: 5.9.3
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
|
||||
packages:
|
||||
|
||||
@@ -85,8 +85,8 @@ packages:
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -137,4 +137,4 @@ snapshots:
|
||||
|
||||
typescript@5.9.3: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@angular/ssr": "21.2.0-rc.2",
|
||||
"rxjs": "^7.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "21.2.0-rc.2",
|
||||
@@ -33,7 +33,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
"concurrently": "9.2.1",
|
||||
"jasmine-core": "6.0.1",
|
||||
"jasmine-core": "6.1.0",
|
||||
"serve": "^14.2.5",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"karma": "~6.4.0",
|
||||
|
||||
Generated
+13
-13
@@ -39,8 +39,8 @@ importers:
|
||||
specifier: ^2.3.0
|
||||
version: 2.8.1
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
devDependencies:
|
||||
'@angular-devkit/build-angular':
|
||||
specifier: 21.2.0-rc.2
|
||||
@@ -64,8 +64,8 @@ importers:
|
||||
specifier: 9.2.1
|
||||
version: 9.2.1
|
||||
jasmine-core:
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0
|
||||
jasmine-spec-reporter:
|
||||
specifier: ~7.0.0
|
||||
version: 7.0.0
|
||||
@@ -83,7 +83,7 @@ importers:
|
||||
version: 5.1.0(karma@6.4.4)
|
||||
karma-jasmine-html-reporter:
|
||||
specifier: ^2.2.0
|
||||
version: 2.2.0(jasmine-core@6.0.1)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4)
|
||||
version: 2.2.0(jasmine-core@6.1.0)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4)
|
||||
protractor:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
@@ -3434,8 +3434,8 @@ packages:
|
||||
jasmine-core@4.6.1:
|
||||
resolution: {integrity: sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==}
|
||||
|
||||
jasmine-core@6.0.1:
|
||||
resolution: {integrity: sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==}
|
||||
jasmine-core@6.1.0:
|
||||
resolution: {integrity: sha512-p/tjBw58O6vxKIWMlrU+yys8lqR3+l3UrqwNTT7wpj+dQ7N4etQekFM8joI+cWzPDYqZf54kN+hLC1+s5TvZvg==}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
resolution: {integrity: sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==}
|
||||
@@ -5169,8 +5169,8 @@ packages:
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -8720,7 +8720,7 @@ snapshots:
|
||||
|
||||
jasmine-core@4.6.1: {}
|
||||
|
||||
jasmine-core@6.0.1: {}
|
||||
jasmine-core@6.1.0: {}
|
||||
|
||||
jasmine-spec-reporter@7.0.0:
|
||||
dependencies:
|
||||
@@ -8807,9 +8807,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
karma-jasmine-html-reporter@2.2.0(jasmine-core@6.0.1)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4):
|
||||
karma-jasmine-html-reporter@2.2.0(jasmine-core@6.1.0)(karma-jasmine@5.1.0(karma@6.4.4))(karma@6.4.4):
|
||||
dependencies:
|
||||
jasmine-core: 6.0.1
|
||||
jasmine-core: 6.1.0
|
||||
karma: 6.4.4
|
||||
karma-jasmine: 5.1.0(karma@6.4.4)
|
||||
|
||||
@@ -10684,4 +10684,4 @@ snapshots:
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@types/node": "^20.14.8",
|
||||
"rxjs": "^7.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tsc"
|
||||
|
||||
+5
-5
@@ -60,8 +60,8 @@ importers:
|
||||
specifier: 5.9.3
|
||||
version: 5.9.3
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
|
||||
packages:
|
||||
|
||||
@@ -85,8 +85,8 @@ packages:
|
||||
undici-types@6.21.0:
|
||||
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -106,4 +106,4 @@ snapshots:
|
||||
|
||||
undici-types@6.21.0: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tsc"
|
||||
|
||||
+5
-5
@@ -60,8 +60,8 @@ importers:
|
||||
specifier: 5.9.3
|
||||
version: 5.9.3
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
|
||||
packages:
|
||||
|
||||
@@ -79,8 +79,8 @@ packages:
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -94,4 +94,4 @@ snapshots:
|
||||
|
||||
typescript@5.9.3: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"rxjs": "^7.0.0",
|
||||
"typescript": "6.0.0-beta",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tsc"
|
||||
|
||||
+5
-5
@@ -60,8 +60,8 @@ importers:
|
||||
specifier: 6.0.0-beta
|
||||
version: 6.0.0-beta
|
||||
zone.js:
|
||||
specifier: 0.16.0
|
||||
version: 0.16.0
|
||||
specifier: 0.16.1
|
||||
version: 0.16.1
|
||||
|
||||
packages:
|
||||
|
||||
@@ -79,8 +79,8 @@ packages:
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
zone.js@0.16.0:
|
||||
resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==}
|
||||
zone.js@0.16.1:
|
||||
resolution: {integrity: sha512-dpvY17vxYIW3+bNrP0ClUlaiY0CiIRK3tnoLaGoQsQcY9/I/NpzIWQ7tQNhbV7LacQMpCII6wVzuL3tuWOyfuA==}
|
||||
|
||||
snapshots:
|
||||
|
||||
@@ -94,4 +94,4 @@ snapshots:
|
||||
|
||||
typescript@6.0.0-beta: {}
|
||||
|
||||
zone.js@0.16.0: {}
|
||||
zone.js@0.16.1: {}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"@angular/upgrade": "workspace:*",
|
||||
"@types/jasmine": "6.0.0",
|
||||
"@types/jasminewd2": "2.0.13",
|
||||
"@types/node": "24.10.11",
|
||||
"@types/node": "24.10.13",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"angular-1.8": "npm:angular@1.8",
|
||||
"protractor": "7.0.0",
|
||||
@@ -25,6 +25,6 @@
|
||||
"source-map": "0.7.6",
|
||||
"tslib": "2.8.1",
|
||||
"yargs": "18.0.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
}
|
||||
}
|
||||
|
||||
+6
-6
@@ -119,11 +119,11 @@
|
||||
"dagre-d3-es": "^7.0.14",
|
||||
"diff": "^8.0.0",
|
||||
"domino": "https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b",
|
||||
"esbuild": "0.27.2",
|
||||
"esbuild": "0.27.3",
|
||||
"esbuild-plugin-umd-wrapper": "^3.0.0",
|
||||
"http-server": "^14.0.0",
|
||||
"jasmine": "6.0.0",
|
||||
"jasmine-core": "6.0.0",
|
||||
"jasmine": "6.1.0",
|
||||
"jasmine-core": "6.1.0",
|
||||
"jasmine-reporters": "^2.5.2",
|
||||
"karma": "~6.4.0",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
@@ -136,12 +136,12 @@
|
||||
"open-in-idx": "^0.1.1",
|
||||
"protractor": "^7.0.0",
|
||||
"reflect-metadata": "^0.2.0",
|
||||
"rollup": "4.57.1",
|
||||
"rollup": "4.59.0",
|
||||
"rollup-plugin-dts": "^6.1.1",
|
||||
"rollup-plugin-preserve-shebang": "^1.0.1",
|
||||
"rxjs": "^7.0.0",
|
||||
"selenium-webdriver": "3.5.0",
|
||||
"selenium-webdriver4": "npm:selenium-webdriver@4.40.0",
|
||||
"selenium-webdriver4": "npm:selenium-webdriver@4.41.0",
|
||||
"semver-dsl": "^1.0.1",
|
||||
"source-map": "0.7.6",
|
||||
"source-map-support": "0.5.21",
|
||||
@@ -157,7 +157,7 @@
|
||||
"ws": "^8.15.0",
|
||||
"xhr2": "0.2.1",
|
||||
"yargs": "^18.0.0",
|
||||
"zone.js": "0.16.0"
|
||||
"zone.js": "0.16.1"
|
||||
},
|
||||
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"fesm2015": "./fesm2015/zone.js",
|
||||
"typings": "./zone.d.ts",
|
||||
"devDependencies": {
|
||||
"@csstools/css-calc": "3.0.0",
|
||||
"@csstools/css-color-parser": "4.0.1",
|
||||
"@csstools/css-calc": "3.1.1",
|
||||
"@csstools/css-color-parser": "4.0.2",
|
||||
"@externs/nodejs": "1.5.0",
|
||||
"@types/jasmine": "6.0.0",
|
||||
"@types/node": "^24.3.0",
|
||||
@@ -22,9 +22,9 @@
|
||||
"jest": "30.2.0",
|
||||
"mocha": "11.7.5",
|
||||
"mock-require": "3.0.3",
|
||||
"jasmine": "6.0.0",
|
||||
"jasmine": "6.1.0",
|
||||
"source-map-support": "0.5.21",
|
||||
"jasmine-core": "6.0.0",
|
||||
"jasmine-core": "6.1.0",
|
||||
"jasmine-reporters": "2.5.2",
|
||||
"rxjs": "7.8.2",
|
||||
"systemjs": "6.15.1",
|
||||
|
||||
Generated
+987
-656
File diff suppressed because it is too large
Load Diff
@@ -281,8 +281,8 @@
|
||||
"@types/vscode": "^1.74.3",
|
||||
"@vscode/test-electron": "~2.5.2",
|
||||
"@vscode/vsce": "~3.7.0",
|
||||
"jasmine": "6.0.0",
|
||||
"jasmine-core": "6.0.0",
|
||||
"jasmine": "6.1.0",
|
||||
"jasmine-core": "6.1.0",
|
||||
"jasmine-reporters": "~2.5.2",
|
||||
"source-map-support": "^0.5.21",
|
||||
"vscode-jsonrpc": "8.2.0",
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.5.2",
|
||||
"vscode-html-languageservice": "5.6.1",
|
||||
"vscode-css-languageservice": "6.3.9",
|
||||
"vscode-html-languageservice": "5.6.2",
|
||||
"vscode-css-languageservice": "6.3.10",
|
||||
"vscode-languageserver": "9.0.1",
|
||||
"vscode-languageserver-textdocument": "^1.0.12",
|
||||
"vscode-uri": "3.1.0"
|
||||
|
||||
Reference in New Issue
Block a user