From 11276afc5b67aebda2651ca849ff53dcb5e84470 Mon Sep 17 00:00:00 2001 From: Windmillcode Date: Mon, 28 Jul 2025 11:04:10 -0400 Subject: [PATCH] '[CHECKPOINT]' updated package to conform with @windmillcode/wml-components-base version 20.1.2000 --- package-lock.json | 212 +++++++++--------- package.json | 24 +- projects/wml-accordion/package.json | 10 +- .../wml-angular-components-base/package.json | 8 +- projects/wml-button/package.json | 10 +- projects/wml-carousel/package.json | 10 +- projects/wml-chips/package.json | 16 +- projects/wml-components-base/package.json | 2 +- projects/wml-field/package.json | 10 +- projects/wml-file-manager/package.json | 10 +- projects/wml-form/package.json | 10 +- projects/wml-infinite-dropdown/package.json | 10 +- projects/wml-input/package.json | 10 +- projects/wml-mobile-nav/package.json | 14 +- projects/wml-notify/package.json | 10 +- projects/wml-options/package.json | 8 +- projects/wml-panel/package.json | 10 +- projects/wml-penrose/package.json | 10 +- projects/wml-popup/package.json | 10 +- projects/wml-schematics/package.json | 10 +- projects/wml-select/package.json | 14 +- projects/wml-slicebox/package.json | 12 +- projects/wml-tabs/package.json | 10 +- projects/wml-three/package.json | 4 +- projects/wml-toggle/package.json | 12 +- 25 files changed, 233 insertions(+), 233 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74d71f7..e495a53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,15 +8,15 @@ "name": "angular-libraries", "version": "0.0.0", "dependencies": { - "@angular-devkit/core": "20.1.1", - "@angular/animations": "20.1.1", - "@angular/common": "20.1.1", - "@angular/compiler": "20.1.1", - "@angular/core": "20.1.1", - "@angular/forms": "20.1.1", - "@angular/platform-browser": "20.1.1", - "@angular/platform-browser-dynamic": "20.1.1", - "@angular/router": "20.1.1", + "@angular-devkit/core": "20.1.2", + "@angular/animations": "20.1.2", + "@angular/common": "20.1.2", + "@angular/compiler": "20.1.2", + "@angular/core": "20.1.2", + "@angular/forms": "20.1.2", + "@angular/platform-browser": "20.1.2", + "@angular/platform-browser-dynamic": "20.1.2", + "@angular/router": "20.1.2", "@ngx-translate/core": "16.0.4", "@ngx-translate/http-loader": "16.0.1", "cannon-es": "^0.20.0", @@ -30,13 +30,13 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "20.1.1", + "@angular-devkit/build-angular": "20.1.2", "@angular-eslint/builder": "^18.0.1", "@angular-eslint/eslint-plugin": "^18.0.1", "@angular-eslint/eslint-plugin-template": "^18.0.1", "@angular-eslint/template-parser": "^18.0.1", - "@angular/cli": "20.1.1", - "@angular/compiler-cli": "20.1.1", + "@angular/cli": "20.1.2", + "@angular/compiler-cli": "20.1.2", "@types/jasmine": "~5.1.0", "@types/three": "^0.170.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -264,13 +264,13 @@ } }, "node_modules/@angular-devkit/architect": { - "version": "0.2001.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2001.1.tgz", - "integrity": "sha512-jU+fvaiS5bjh3znpHLEeKQIYb+ZVKNP0xRu3+E9EmweyG4E8AdvZnLvKTe61Ikhul2zBTFBUv46er7CHjAGEEg==", + "version": "0.2001.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2001.2.tgz", + "integrity": "sha512-n6F9VMJXbesgzV4aQEhqoT83irJw+RBbo/V6F8uHilDF3bC4jHBgFhcLkajNAg6i3gLcQb6BpResO7vqQ5MsaQ==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "20.1.1", + "@angular-devkit/core": "20.1.2", "rxjs": "7.8.2" }, "engines": { @@ -280,17 +280,17 @@ } }, "node_modules/@angular-devkit/build-angular": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.1.1.tgz", - "integrity": "sha512-a14mMnb5jpG9AtetW1IdGLVgb39aCdPXVTraCoBdiIY+TvKBnBb+zqDYCwytyXL7Q6aascVwl7QF2DHvWziyOQ==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.1.2.tgz", + "integrity": "sha512-WSkpgMiEryJdCsmbOjx6NUff1RNrZVUneKtYR2cp0AwbkBV3+RaLkQJGtJwd60hn+4OtB6HhDJT3EWigja4yTA==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.2001.1", - "@angular-devkit/build-webpack": "0.2001.1", - "@angular-devkit/core": "20.1.1", - "@angular/build": "20.1.1", + "@angular-devkit/architect": "0.2001.2", + "@angular-devkit/build-webpack": "0.2001.2", + "@angular-devkit/core": "20.1.2", + "@angular/build": "20.1.2", "@babel/core": "7.27.7", "@babel/generator": "7.27.5", "@babel/helper-annotate-as-pure": "7.27.3", @@ -301,7 +301,7 @@ "@babel/preset-env": "7.27.2", "@babel/runtime": "7.27.6", "@discoveryjs/json-ext": "0.6.3", - "@ngtools/webpack": "20.1.1", + "@ngtools/webpack": "20.1.2", "ansi-colors": "4.1.3", "autoprefixer": "10.4.21", "babel-loader": "10.0.0", @@ -356,7 +356,7 @@ "@angular/platform-browser": "^20.0.0", "@angular/platform-server": "^20.0.0", "@angular/service-worker": "^20.0.0", - "@angular/ssr": "^20.1.1", + "@angular/ssr": "^20.1.2", "@web/test-runner": "^0.20.0", "browser-sync": "^3.0.2", "jest": "^29.5.0", @@ -413,14 +413,14 @@ } }, "node_modules/@angular-devkit/build-angular/node_modules/@angular/build": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/build/-/build-20.1.1.tgz", - "integrity": "sha512-N9tKfHatZEdy/uGX9atJQKVIejAvRbOMwpBj9Z5Y2RtR2vTDOOm0q86OYQW8baK19b2/HkHRe6PSPeiHpTG+8g==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/build/-/build-20.1.2.tgz", + "integrity": "sha512-QCzXl/+nnlU7e6hTqWK5dkeUbZWAy/n5trbkIzBLiVQj6j1iTDoF3ABkS76jn5LUKB0Fx1AJVCSAqdxHqMHjDQ==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.2001.1", + "@angular-devkit/architect": "0.2001.2", "@babel/core": "7.27.7", "@babel/helper-annotate-as-pure": "7.27.3", "@babel/helper-split-export-declaration": "7.24.7", @@ -462,7 +462,7 @@ "@angular/platform-browser": "^20.0.0", "@angular/platform-server": "^20.0.0", "@angular/service-worker": "^20.0.0", - "@angular/ssr": "^20.1.1", + "@angular/ssr": "^20.1.2", "karma": "^6.4.0", "less": "^4.2.0", "ng-packagr": "^20.0.0", @@ -670,13 +670,13 @@ "license": "MIT" }, "node_modules/@angular-devkit/build-webpack": { - "version": "0.2001.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2001.1.tgz", - "integrity": "sha512-+UOleFjtW/OxehjaR+y4gFzNgVXdkhXcTC1XxiyeCr/ElQ8EBWMEYKBs/+QWTZqNJ/HSbZG4MnpGWl5djka1jw==", + "version": "0.2001.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2001.2.tgz", + "integrity": "sha512-JrirWgiauncSeydGkFC0DSYJcyukVeYP8wNxM9IPHf9Yv3E1v83VZRAX4R77lDVzVNK2IMWLhmpWXi49cZWDRQ==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/architect": "0.2001.1", + "@angular-devkit/architect": "0.2001.2", "rxjs": "7.8.2" }, "engines": { @@ -690,9 +690,9 @@ } }, "node_modules/@angular-devkit/core": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.1.1.tgz", - "integrity": "sha512-5rKL/WfMhZOi0MyYWXK95kPwxSd7zhZieyo3Idtg0B1VMFP4jIa4jRkV7uz55HRPOl5/kK3aIrsxgtKuxQg50Q==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.1.2.tgz", + "integrity": "sha512-GBZoc5VxgY0xnXVwC715ubcWpVKc2m1H63Nv/msw5mmnfkjgOyG2lo4vA5VzLYVvptc8hwUhX9rsLN/C340rDg==", "license": "MIT", "dependencies": { "ajv": "8.17.1", @@ -717,13 +717,13 @@ } }, "node_modules/@angular-devkit/schematics": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.1.1.tgz", - "integrity": "sha512-G87e0u3V9E2iqwoV8nBIuLNtMUAnb/A62LNq9eTJguyVEC0HSRWQnByhUvmv6mlABLa4worZJnE5vMbXW1LeQg==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.1.2.tgz", + "integrity": "sha512-5iKTHUCMatg3G67ylLWwL4wJgZHqDuTdhYYvQMdzOACJvbMBPBpDpYhugCBZlvrkBDcT22orytry8m0oxQpAVA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "20.1.1", + "@angular-devkit/core": "20.1.2", "jsonc-parser": "3.3.1", "magic-string": "0.30.17", "ora": "8.2.0", @@ -877,9 +877,9 @@ } }, "node_modules/@angular/animations": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.1.tgz", - "integrity": "sha512-uM6UQ4AhFMyFm9ZMWV0823ddvhJeTLkJaR6e9Vdm60dlwgxNmkhVPW9rg60vQy6FTVL2YieHIh/V0M1iwKbzxQ==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.1.2.tgz", + "integrity": "sha512-r1JnNXZEg2Rrz53Mr4D4/S7v6ozZ3FPzJJo38lDq2WJKSkKc09R9fjFWIB/rXwEXUuiWEfNfxx+O4g6rrbXWWA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -888,24 +888,24 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.1.1", - "@angular/core": "20.1.1" + "@angular/common": "20.1.2", + "@angular/core": "20.1.2" } }, "node_modules/@angular/cli": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-20.1.1.tgz", - "integrity": "sha512-/lS7haW6YWy+KWkITtmfcKqq9Qsi2PP5mnPnZ2CqPgnYe6PCw+yx57tsU3qHHmYNGWnqHIvZWafBbabie18g8g==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-20.1.2.tgz", + "integrity": "sha512-DQQvL/hxVsYPGfiV8AQjqLwQ26F0X16efQZNtxdkSHoiL/EhljXoLK7CMZALg3cfks+kcuzR/cptpiby0Q3j/g==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/architect": "0.2001.1", - "@angular-devkit/core": "20.1.1", - "@angular-devkit/schematics": "20.1.1", + "@angular-devkit/architect": "0.2001.2", + "@angular-devkit/core": "20.1.2", + "@angular-devkit/schematics": "20.1.2", "@inquirer/prompts": "7.6.0", "@listr2/prompt-adapter-inquirer": "2.0.22", "@modelcontextprotocol/sdk": "1.13.3", - "@schematics/angular": "20.1.1", + "@schematics/angular": "20.1.2", "@yarnpkg/lockfile": "1.1.0", "algoliasearch": "5.32.0", "ini": "5.0.0", @@ -1032,9 +1032,9 @@ } }, "node_modules/@angular/common": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.1.1.tgz", - "integrity": "sha512-YBggvWw4IOeCidRs7BU4KbxNfq5P3n2M1WGJ+W8yoP6GA4sd/xMhi9tfIj3M9qQIse0xEDMuKAO8FDJaS1qrfQ==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-20.1.2.tgz", + "integrity": "sha512-MQYP+4lvw81jBRknNYgIye7N36SD68SADUB7xO+7pF5+KbGundfmZkO29uWCnTBU86C4xU4DshlFVhzFK1lreQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1043,14 +1043,14 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/core": "20.1.1", + "@angular/core": "20.1.2", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.1.tgz", - "integrity": "sha512-w5Uf8gBiD4PWOHWq9c0YeYs5HQaOXqNK9dgKdeY10XNQ2bAzdROLupKjJ7fj5pil3wP/cYdaQh9f4t3URz7I/g==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.2.tgz", + "integrity": "sha512-BCYQArXAknOyMB5rgx9yK3p5uYFhgN91Jxo5Fbuso6M+7p1PoxOE4E9XrqQfhpVJOl9hcz7vNFnQ4Oer0R83UQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1060,9 +1060,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-20.1.1.tgz", - "integrity": "sha512-88W5wzC9Kb8Etos1sZNmiDchxAdQVNwm+4RZl4fQQT+PXO/YdThkUj0IQlkgTMyAONntQcMzU4VeRr9EN5g1kQ==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-20.1.2.tgz", + "integrity": "sha512-NMSDavN+CJYvSze6wq7DpbrUA/EqiAD7GQoeJtuOknzUpPlWQmFOoHzTMKW+S34XlNEw+YQT0trv3DKcrE+T/w==", "dev": true, "license": "MIT", "dependencies": { @@ -1083,7 +1083,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.1.1", + "@angular/compiler": "20.1.2", "typescript": ">=5.8 <5.9" }, "peerDependenciesMeta": { @@ -1196,9 +1196,9 @@ } }, "node_modules/@angular/core": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.1.1.tgz", - "integrity": "sha512-7zzULRROtejS7AlLqG7fpzlebLd+FoE1eV3QiVD9GOkg+KzuUUbX7WFWmY8HkvS7ye6mSQEWfv4+yYa3AyA9SA==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.1.2.tgz", + "integrity": "sha512-8jAvpkHoXHSH0HoqNVgPstSMGmC0oaYN93HW7K2rMRxj1Uhtahkeb/7/kfnj7yLi5FDfm98ofOFT4Lxzf2eZXQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1207,7 +1207,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.1.1", + "@angular/compiler": "20.1.2", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, @@ -1221,9 +1221,9 @@ } }, "node_modules/@angular/forms": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-20.1.1.tgz", - "integrity": "sha512-oIfBbxUxZL4Ilwg/dh5Sv55WP2QugLl1/6oP8PFZWgiAcClLnKYLasLsEhl3YddQZzENAheHntxAWuV0lDkogg==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-20.1.2.tgz", + "integrity": "sha512-ziOaeN0by1cTCNzwCo/IC2ekFzrM7ehc8uQHMQ6dYprSX45lJmdCsNnn+R0lx68VugvbMhHHO5ieOORf5sEmew==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1232,16 +1232,16 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.1.1", - "@angular/core": "20.1.1", - "@angular/platform-browser": "20.1.1", + "@angular/common": "20.1.2", + "@angular/core": "20.1.2", + "@angular/platform-browser": "20.1.2", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/platform-browser": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.1.1.tgz", - "integrity": "sha512-aCKb8RramcdS0vlkMu8Xa7ehQCbD2ocCli5jDX0Y3BbMkz2W1BaK9hHEXsco3zUk2/MPRaj+t91Z8S0JzFlPvg==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.1.2.tgz", + "integrity": "sha512-jsgO4atyh6T3Rt+idHI29ENaq1a4VKfvtTgWf1S0qSCsfMt2kv5AAO+LkL6lYx8TtJu5zjAETiUwSiWUqY1jOg==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1250,9 +1250,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/animations": "20.1.1", - "@angular/common": "20.1.1", - "@angular/core": "20.1.1" + "@angular/animations": "20.1.2", + "@angular/common": "20.1.2", + "@angular/core": "20.1.2" }, "peerDependenciesMeta": { "@angular/animations": { @@ -1261,9 +1261,9 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-20.1.1.tgz", - "integrity": "sha512-zFpFgZ5uzbUgSPMfv/bPS4Sa/UyP3rIIDvwehZhGmijscIS9ZZPdnpKZTAAQNcLA3Posvd4tSDFp/xt7jWMfNw==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-20.1.2.tgz", + "integrity": "sha512-KssXr0nDZxNjJChdyNFE1wFGaR374qEKBU6mburr2dTauV+jfaL7NrBRzQuTh7GfOOwHnW0uJ4b2dGK6m1tkNw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1272,16 +1272,16 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.1.1", - "@angular/compiler": "20.1.1", - "@angular/core": "20.1.1", - "@angular/platform-browser": "20.1.1" + "@angular/common": "20.1.2", + "@angular/compiler": "20.1.2", + "@angular/core": "20.1.2", + "@angular/platform-browser": "20.1.2" } }, "node_modules/@angular/router": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-20.1.1.tgz", - "integrity": "sha512-CqSp+QYUXubfD8S0UuwTPQh8oEFq/DcGhAyaos2VLdXriahPI55nGvpYKLrLbqoNLk7JGi95Zea95Utn+eI/vw==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-20.1.2.tgz", + "integrity": "sha512-xMRDARfSgwDZSorrTMtv9Gdb9UtWflwn8LOgmPbj3waXyuGWUbgpoJCD0Mh6necc9fhQ60GbBRG5K2EVVr3ATQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -1290,9 +1290,9 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/common": "20.1.1", - "@angular/core": "20.1.1", - "@angular/platform-browser": "20.1.1", + "@angular/common": "20.1.2", + "@angular/core": "20.1.2", + "@angular/platform-browser": "20.1.2", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -4741,9 +4741,9 @@ } }, "node_modules/@ngtools/webpack": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.1.1.tgz", - "integrity": "sha512-HBF/bQyDjGlzv2uOXlwjrLFxdERynen7JuX3ZgI1vijc41aBX/nyMNa4MsKiOwNOQmpHGJU6qn6/gAN4DhocKQ==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.1.2.tgz", + "integrity": "sha512-1kN6o/JGevLY9d89qyRtr5bKkRMBUwH2/6wIquZgkcK2jPYs0Cmm0N7kV0eDL7yBFLI4RtyV6IHligPmdCHpeA==", "dev": true, "license": "MIT", "engines": { @@ -5769,14 +5769,14 @@ } }, "node_modules/@schematics/angular": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.1.1.tgz", - "integrity": "sha512-eOEKBRcxt68xzZmqlgMJ5m9FOClzZumyltQhiBeAQfCrMAjxJZaB+pbyYreI+2DL91d/VkldJ9D/UcHZrhfLnQ==", + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.1.2.tgz", + "integrity": "sha512-8Ea+82NK6iylxwC0KDMaAQGHNWGIOnmG7s3JzCqf9m05HWcga6K1jy98kYN/WHBOuoUwzHVpLno/OLM+bbODSw==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "20.1.1", - "@angular-devkit/schematics": "20.1.1", + "@angular-devkit/core": "20.1.2", + "@angular-devkit/schematics": "20.1.2", "jsonc-parser": "3.3.1" }, "engines": { @@ -11684,14 +11684,14 @@ } }, "node_modules/launch-editor": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.10.0.tgz", - "integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.11.0.tgz", + "integrity": "sha512-R/PIF14L6e2eHkhvQPu7jDRCr0msfCYCxbYiLgkkAGi0dVPWuM+RrsPu0a5dpuNe0KWGL3jpAkOlv53xGfPheQ==", "dev": true, "license": "MIT", "dependencies": { - "picocolors": "^1.0.0", - "shell-quote": "^1.8.1" + "picocolors": "^1.1.1", + "shell-quote": "^1.8.3" } }, "node_modules/less": { diff --git a/package.json b/package.json index 5e3f83e..3efd46e 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,15 @@ }, "private": true, "dependencies": { - "@angular-devkit/core": "20.1.1", - "@angular/animations": "20.1.1", - "@angular/common": "20.1.1", - "@angular/compiler": "20.1.1", - "@angular/core": "20.1.1", - "@angular/forms": "20.1.1", - "@angular/platform-browser": "20.1.1", - "@angular/platform-browser-dynamic": "20.1.1", - "@angular/router": "20.1.1", + "@angular-devkit/core": "20.1.2", + "@angular/animations": "20.1.2", + "@angular/common": "20.1.2", + "@angular/compiler": "20.1.2", + "@angular/core": "20.1.2", + "@angular/forms": "20.1.2", + "@angular/platform-browser": "20.1.2", + "@angular/platform-browser-dynamic": "20.1.2", + "@angular/router": "20.1.2", "@ngx-translate/core": "16.0.4", "@ngx-translate/http-loader": "16.0.1", "cannon-es": "^0.20.0", @@ -32,13 +32,13 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "20.1.1", + "@angular-devkit/build-angular": "20.1.2", "@angular-eslint/builder": "^18.0.1", "@angular-eslint/eslint-plugin": "^18.0.1", "@angular-eslint/eslint-plugin-template": "^18.0.1", "@angular-eslint/template-parser": "^18.0.1", - "@angular/cli": "20.1.1", - "@angular/compiler-cli": "20.1.1", + "@angular/cli": "20.1.2", + "@angular/compiler-cli": "20.1.2", "@types/jasmine": "~5.1.0", "@types/three": "^0.170.0", "@typescript-eslint/eslint-plugin": "^7.2.0", diff --git a/projects/wml-accordion/package.json b/projects/wml-accordion/package.json index b7e4d77..345ffec 100644 --- a/projects/wml-accordion/package.json +++ b/projects/wml-accordion/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion", "name": "@windmillcode/angular-wml-accordion", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-angular-components-base/package.json b/projects/wml-angular-components-base/package.json index 2047455..03ee154 100644 --- a/projects/wml-angular-components-base/package.json +++ b/projects/wml-angular-components-base/package.json @@ -7,9 +7,9 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base", "name": "@windmillcode/angular-wml-components-base", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -19,5 +19,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-button/package.json b/projects/wml-button/package.json index ec5bb4c..ce60696 100644 --- a/projects/wml-button/package.json +++ b/projects/wml-button/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-button", "name": "@windmillcode/angular-wml-button", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-carousel/package.json b/projects/wml-carousel/package.json index bae389f..8aee029 100644 --- a/projects/wml-carousel/package.json +++ b/projects/wml-carousel/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel", "name": "@windmillcode/angular-wml-carousel", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-chips/package.json b/projects/wml-chips/package.json index 8a99b31..d5ca4f3 100644 --- a/projects/wml-chips/package.json +++ b/projects/wml-chips/package.json @@ -7,13 +7,13 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-chips", "name": "@windmillcode/angular-wml-chips", "peerDependencies": { - "@angular/animations": "^20.1.1", - "@angular/cdk": "^20.1.1", - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-button": "^20.1.1000", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/animations": "^20.1.2", + "@angular/cdk": "^20.1.2", + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-button": "^20.1.2000", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -24,5 +24,5 @@ "build": "npx ng build", "test": "npx ng test wml-chips --code-coverage" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-components-base/package.json b/projects/wml-components-base/package.json index ce8f9a8..b2a6a36 100644 --- a/projects/wml-components-base/package.json +++ b/projects/wml-components-base/package.json @@ -13,5 +13,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-field/package.json b/projects/wml-field/package.json index 41cfc06..e8c048c 100644 --- a/projects/wml-field/package.json +++ b/projects/wml-field/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-field", "name": "@windmillcode/angular-wml-field", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-file-manager/package.json b/projects/wml-file-manager/package.json index 5cee386..d3b1a57 100644 --- a/projects/wml-file-manager/package.json +++ b/projects/wml-file-manager/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-file-manager", "name": "@windmillcode/angular-wml-file-manager", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-form/package.json b/projects/wml-form/package.json index f276baa..2138055 100644 --- a/projects/wml-form/package.json +++ b/projects/wml-form/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-form", "name": "@windmillcode/angular-wml-form", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-infinite-dropdown/package.json b/projects/wml-infinite-dropdown/package.json index 8260170..e0bdd87 100644 --- a/projects/wml-infinite-dropdown/package.json +++ b/projects/wml-infinite-dropdown/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-infinite-dropdown", "name": "@windmillcode/angular-wml-infinite-dropdown", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-input/package.json b/projects/wml-input/package.json index 1eb5c81..73c95b0 100644 --- a/projects/wml-input/package.json +++ b/projects/wml-input/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-input", "name": "@windmillcode/angular-wml-input", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-mobile-nav/package.json b/projects/wml-mobile-nav/package.json index 0e18f38..9309104 100644 --- a/projects/wml-mobile-nav/package.json +++ b/projects/wml-mobile-nav/package.json @@ -7,12 +7,12 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-mobile-nav", "name": "@windmillcode/angular-wml-mobile-nav", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@angular/forms": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/angular-wml-infinite-dropdown": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@angular/forms": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/angular-wml-infinite-dropdown": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -22,5 +22,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-notify/package.json b/projects/wml-notify/package.json index f1df235..72aa009 100644 --- a/projects/wml-notify/package.json +++ b/projects/wml-notify/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-notify", "name": "@windmillcode/angular-wml-notify", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-options/package.json b/projects/wml-options/package.json index ad44f9f..6fac131 100644 --- a/projects/wml-options/package.json +++ b/projects/wml-options/package.json @@ -7,9 +7,9 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-options", "name": "@windmillcode/angular-wml-options", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-button": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-button": "^20.1.2000" }, "private": false, "repository": { @@ -19,5 +19,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-panel/package.json b/projects/wml-panel/package.json index bb88800..99439de 100644 --- a/projects/wml-panel/package.json +++ b/projects/wml-panel/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-panel", "name": "@windmillcode/angular-wml-panel", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-penrose/package.json b/projects/wml-penrose/package.json index 021eb4b..7582dc3 100644 --- a/projects/wml-penrose/package.json +++ b/projects/wml-penrose/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-penrose", "name": "@windmillcode/angular-wml-penrose", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-popup/package.json b/projects/wml-popup/package.json index bf4293f..76eecb7 100644 --- a/projects/wml-popup/package.json +++ b/projects/wml-popup/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-popup", "name": "@windmillcode/angular-wml-popup", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-schematics/package.json b/projects/wml-schematics/package.json index 1fef6c7..18a3506 100644 --- a/projects/wml-schematics/package.json +++ b/projects/wml-schematics/package.json @@ -6,10 +6,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-schematics", "name": "@windmillcode/angular-wml-schematics", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -22,5 +22,5 @@ "postbuild": "npx copyfiles schematics/collection.json schematics/*/schema.json schematics/*/files/** ../../dist/wml-schematics/", "test": "npx ng test templates --code-coverage" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-select/package.json b/projects/wml-select/package.json index 2055353..ee34997 100644 --- a/projects/wml-select/package.json +++ b/projects/wml-select/package.json @@ -7,12 +7,12 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-select", "name": "@windmillcode/angular-wml-select", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/angular-wml-field": "^20.1.1000", - "@windmillcode/angular-wml-infinite-dropdown": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/angular-wml-field": "^20.1.2000", + "@windmillcode/angular-wml-infinite-dropdown": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -22,5 +22,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-slicebox/package.json b/projects/wml-slicebox/package.json index cf61788..117be1b 100644 --- a/projects/wml-slicebox/package.json +++ b/projects/wml-slicebox/package.json @@ -7,11 +7,11 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-slicebox", "name": "@windmillcode/angular-wml-slicebox", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-button": "^20.1.1000", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-button": "^20.1.2000", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -21,5 +21,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-tabs/package.json b/projects/wml-tabs/package.json index 5e849ae..2172590 100644 --- a/projects/wml-tabs/package.json +++ b/projects/wml-tabs/package.json @@ -7,10 +7,10 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-tabs", "name": "@windmillcode/angular-wml-tabs", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-three/package.json b/projects/wml-three/package.json index 49ab23f..11ccc5f 100644 --- a/projects/wml-three/package.json +++ b/projects/wml-three/package.json @@ -7,7 +7,7 @@ "name": "@windmillcode/wml-three", "peerDependencies": { "@types/three": ">=0.172.0", - "@windmillcode/wml-components-base": "^20.1.1000", + "@windmillcode/wml-components-base": "^20.1.2000", "lil-gui": "0.20.0", "three": ">=0.172.0" }, @@ -19,5 +19,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file diff --git a/projects/wml-toggle/package.json b/projects/wml-toggle/package.json index 6fbde61..9436297 100644 --- a/projects/wml-toggle/package.json +++ b/projects/wml-toggle/package.json @@ -7,11 +7,11 @@ "homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-toggle", "name": "@windmillcode/angular-wml-toggle", "peerDependencies": { - "@angular/common": "^20.1.1", - "@angular/core": "^20.1.1", - "@windmillcode/angular-wml-components-base": "^20.1.1000", - "@windmillcode/angular-wml-field": "^20.1.1000", - "@windmillcode/wml-components-base": "^20.1.1000" + "@angular/common": "^20.1.2", + "@angular/core": "^20.1.2", + "@windmillcode/angular-wml-components-base": "^20.1.2000", + "@windmillcode/angular-wml-field": "^20.1.2000", + "@windmillcode/wml-components-base": "^20.1.2000" }, "private": false, "repository": { @@ -21,5 +21,5 @@ "scripts": { "build": "npx ng build" }, - "version": "20.1.1000" + "version": "20.1.2000" } \ No newline at end of file