From 51adb81049f91621ef58a5169d91cb37953d9f1f Mon Sep 17 00:00:00 2001 From: windmillcode0 Date: Thu, 16 Jan 2025 16:44:11 -0500 Subject: [PATCH] '[CHECKPOINT]' updated package to reflect the version 19.0.7 of @angular/core package --- package-lock.json | 356 +++++++++--------- 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, 305 insertions(+), 305 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9950957..dd8e8a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,15 +8,15 @@ "name": "angular-libraries", "version": "0.0.0", "dependencies": { - "@angular-devkit/core": "19.0.6", - "@angular/animations": "19.0.6", - "@angular/common": "19.0.6", - "@angular/compiler": "19.0.6", - "@angular/core": "19.0.6", - "@angular/forms": "19.0.6", - "@angular/platform-browser": "19.0.6", - "@angular/platform-browser-dynamic": "19.0.6", - "@angular/router": "19.0.6", + "@angular-devkit/core": "19.0.7", + "@angular/animations": "19.0.7", + "@angular/common": "19.0.7", + "@angular/compiler": "19.0.7", + "@angular/core": "19.0.7", + "@angular/forms": "19.0.7", + "@angular/platform-browser": "19.0.7", + "@angular/platform-browser-dynamic": "19.0.7", + "@angular/router": "19.0.7", "@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": "19.0.6", + "@angular-devkit/build-angular": "19.0.7", "@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": "19.0.6", - "@angular/compiler-cli": "19.0.6", + "@angular/cli": "19.0.7", + "@angular/compiler-cli": "19.0.7", "@types/jasmine": "~5.1.0", "@types/three": "^0.170.0", "@typescript-eslint/eslint-plugin": "^7.2.0", @@ -88,13 +88,13 @@ } }, "node_modules/@angular-devkit/architect": { - "version": "0.1900.6", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1900.6.tgz", - "integrity": "sha512-w11bAXQnNWBawTJfQPjvaTRrzrqsOUm9tK9WNvaia/xjiRFpmO0CfmKtn3axNSEJM8jb/czaNQrgTwG+TGc/8g==", + "version": "0.1900.7", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1900.7.tgz", + "integrity": "sha512-3dRV0IB+MbNYbAGbYEFMcABkMphqcTvn5MG79dQkwcf2a9QZxCq2slwf/rIleWoDUcFm9r1NnVPYrTYNYJaqQg==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "19.0.6", + "@angular-devkit/core": "19.0.7", "rxjs": "7.8.1" }, "engines": { @@ -104,17 +104,17 @@ } }, "node_modules/@angular-devkit/build-angular": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-19.0.6.tgz", - "integrity": "sha512-dWTAsE6BSI8z0xglQdYBdqTBwg1Q+RWE3OrmlGs+520Dcoq/F0Z41Y1F3MiuHuQPdDAIQr88iB0APkIRW4clMg==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-19.0.7.tgz", + "integrity": "sha512-R0vpJ+P5xBqF82zOMq2FvOP7pJz5NZ7PwHAIFuQ6z50SHLW/VcUA19ZoFKwxBX6A/Soyb66QXTcjZ5wbRqMm8w==", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.1900.6", - "@angular-devkit/build-webpack": "0.1900.6", - "@angular-devkit/core": "19.0.6", - "@angular/build": "19.0.6", + "@angular-devkit/architect": "0.1900.7", + "@angular-devkit/build-webpack": "0.1900.7", + "@angular-devkit/core": "19.0.7", + "@angular/build": "19.0.7", "@babel/core": "7.26.0", "@babel/generator": "7.26.2", "@babel/helper-annotate-as-pure": "7.25.9", @@ -125,7 +125,7 @@ "@babel/preset-env": "7.26.0", "@babel/runtime": "7.26.0", "@discoveryjs/json-ext": "0.6.3", - "@ngtools/webpack": "19.0.6", + "@ngtools/webpack": "19.0.7", "@vitejs/plugin-basic-ssl": "1.1.0", "ansi-colors": "4.1.3", "autoprefixer": "10.4.20", @@ -179,7 +179,7 @@ "@angular/localize": "^19.0.0", "@angular/platform-server": "^19.0.0", "@angular/service-worker": "^19.0.0", - "@angular/ssr": "^19.0.6", + "@angular/ssr": "^19.0.7", "@web/test-runner": "^0.19.0", "browser-sync": "^3.0.2", "jest": "^29.5.0", @@ -229,14 +229,91 @@ } } }, + "node_modules/@angular-devkit/build-angular/node_modules/@angular/build": { + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/build/-/build-19.0.7.tgz", + "integrity": "sha512-AFvhRa6sfXG8NmS8AN7TvE8q2kVcMw+zXMZzo981cqwnOwJy4VHU0htqm5OZQnohVJM0pP8SBAuROWO4yRrxCA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@ampproject/remapping": "2.3.0", + "@angular-devkit/architect": "0.1900.7", + "@babel/core": "7.26.0", + "@babel/helper-annotate-as-pure": "7.25.9", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/plugin-syntax-import-attributes": "7.26.0", + "@inquirer/confirm": "5.0.2", + "@vitejs/plugin-basic-ssl": "1.1.0", + "beasties": "0.1.0", + "browserslist": "^4.23.0", + "esbuild": "0.24.0", + "fast-glob": "3.3.2", + "https-proxy-agent": "7.0.5", + "istanbul-lib-instrument": "6.0.3", + "listr2": "8.2.5", + "magic-string": "0.30.12", + "mrmime": "2.0.0", + "parse5-html-rewriting-stream": "7.0.0", + "picomatch": "4.0.2", + "piscina": "4.7.0", + "rollup": "4.26.0", + "sass": "1.80.7", + "semver": "7.6.3", + "vite": "5.4.11", + "watchpack": "2.4.2" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "optionalDependencies": { + "lmdb": "3.1.5" + }, + "peerDependencies": { + "@angular/compiler": "^19.0.0", + "@angular/compiler-cli": "^19.0.0", + "@angular/localize": "^19.0.0", + "@angular/platform-server": "^19.0.0", + "@angular/service-worker": "^19.0.0", + "@angular/ssr": "^19.0.7", + "less": "^4.2.0", + "postcss": "^8.4.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "typescript": ">=5.5 <5.7" + }, + "peerDependenciesMeta": { + "@angular/localize": { + "optional": true + }, + "@angular/platform-server": { + "optional": true + }, + "@angular/service-worker": { + "optional": true + }, + "@angular/ssr": { + "optional": true + }, + "less": { + "optional": true + }, + "postcss": { + "optional": true + }, + "tailwindcss": { + "optional": true + } + } + }, "node_modules/@angular-devkit/build-webpack": { - "version": "0.1900.6", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1900.6.tgz", - "integrity": "sha512-WehtVrbBow4fc7hsaUKb+BZ6MDE5lO98/tgv7GR5PkRdGKnyLA0pW1AfPLJJQDgcaKjneramMhDFNc1eGSX0mQ==", + "version": "0.1900.7", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1900.7.tgz", + "integrity": "sha512-F0S0iyspo/9w9rP5F9wmL+ZkBr48YQIWiFu+PaQ0in/lcdRmY/FjVHTMa5BMnlew9VCtFHPvpoN9x4u8AIoWXA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/architect": "0.1900.6", + "@angular-devkit/architect": "0.1900.7", "rxjs": "7.8.1" }, "engines": { @@ -250,9 +327,9 @@ } }, "node_modules/@angular-devkit/core": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.0.6.tgz", - "integrity": "sha512-WUWJhzQDsovfMY6jtb9Ktz/5sJszsaErj+XV2aXab85f1OweI/Iv2urPZnJwUSilvVN5Ok/fy3IJ6SuihK4Ceg==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.0.7.tgz", + "integrity": "sha512-VyuORSitT6LIaGUEF0KEnv2TwNaeWl6L3/4L4stok0BJ23B4joVca2DYVcrLC1hSzz8V4dwVgSlbNIgjgGdVpg==", "license": "MIT", "dependencies": { "ajv": "8.17.1", @@ -277,13 +354,13 @@ } }, "node_modules/@angular-devkit/schematics": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.0.6.tgz", - "integrity": "sha512-R9hlHfAh1HKoIWgnYJlOEKhUezhTNl0fpUmHxG2252JSY5FLRxmYArTtJYYmbNdBbsBLNg3UHyM/GBPvJSA3NQ==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.0.7.tgz", + "integrity": "sha512-BHXQv6kMc9xo4TH9lhwMv8nrZXHkLioQvLun2qYjwvOsyzt3qd+sUM9wpHwbG6t+01+FIQ05iNN9ox+Cvpndgg==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "19.0.6", + "@angular-devkit/core": "19.0.7", "jsonc-parser": "3.3.1", "magic-string": "0.30.12", "ora": "5.4.1", @@ -379,9 +456,9 @@ } }, "node_modules/@angular/animations": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.6.tgz", - "integrity": "sha512-dlXrFcw7RQNze1zjmrbwqcFd6zgEuqKwuExtEN1Fy26kQ+wqKIhYO6IG7PZGef53XpwN5DT16yve6UihJ2XeNg==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.7.tgz", + "integrity": "sha512-+T9tA80QQcnFpFSJ+HbAFZMh5eA/lkiZ46amvz7iGNLk6AykvrUyCWUE7hR5+at/iickLLm+BSfz9lD5GOZF4g==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -390,99 +467,22 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.6" - } - }, - "node_modules/@angular/build": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/build/-/build-19.0.6.tgz", - "integrity": "sha512-KEVNLgTZUF2dfpOYQn+yR2HONHUTxq/2rFVhiK9qAvrm/m+uKJNEXx7hGtbRyoqenZff4ScJq+7feITUldfX8g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.1900.6", - "@babel/core": "7.26.0", - "@babel/helper-annotate-as-pure": "7.25.9", - "@babel/helper-split-export-declaration": "7.24.7", - "@babel/plugin-syntax-import-attributes": "7.26.0", - "@inquirer/confirm": "5.0.2", - "@vitejs/plugin-basic-ssl": "1.1.0", - "beasties": "0.1.0", - "browserslist": "^4.23.0", - "esbuild": "0.24.0", - "fast-glob": "3.3.2", - "https-proxy-agent": "7.0.5", - "istanbul-lib-instrument": "6.0.3", - "listr2": "8.2.5", - "magic-string": "0.30.12", - "mrmime": "2.0.0", - "parse5-html-rewriting-stream": "7.0.0", - "picomatch": "4.0.2", - "piscina": "4.7.0", - "rollup": "4.26.0", - "sass": "1.80.7", - "semver": "7.6.3", - "vite": "5.4.11", - "watchpack": "2.4.2" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "optionalDependencies": { - "lmdb": "3.1.5" - }, - "peerDependencies": { - "@angular/compiler": "^19.0.0", - "@angular/compiler-cli": "^19.0.0", - "@angular/localize": "^19.0.0", - "@angular/platform-server": "^19.0.0", - "@angular/service-worker": "^19.0.0", - "@angular/ssr": "^19.0.6", - "less": "^4.2.0", - "postcss": "^8.4.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=5.5 <5.7" - }, - "peerDependenciesMeta": { - "@angular/localize": { - "optional": true - }, - "@angular/platform-server": { - "optional": true - }, - "@angular/service-worker": { - "optional": true - }, - "@angular/ssr": { - "optional": true - }, - "less": { - "optional": true - }, - "postcss": { - "optional": true - }, - "tailwindcss": { - "optional": true - } + "@angular/core": "19.0.7" } }, "node_modules/@angular/cli": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-19.0.6.tgz", - "integrity": "sha512-ZEHhgRRVIdn10dbsAjB8TE9Co32hfuL9/im5Jcfa1yrn6KJefmigz6KN8Xu7FXMH5FkdqfQ11QpLBxJSPb9aww==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-19.0.7.tgz", + "integrity": "sha512-y6C4B4XdiZwe2+OADLWXyKqUVvW/XDzTuJ2mZ5PhTnSiiXDN4zRWId1F5wA8ve8vlbUKApPHXRQuaqiQJmA24g==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/architect": "0.1900.6", - "@angular-devkit/core": "19.0.6", - "@angular-devkit/schematics": "19.0.6", + "@angular-devkit/architect": "0.1900.7", + "@angular-devkit/core": "19.0.7", + "@angular-devkit/schematics": "19.0.7", "@inquirer/prompts": "7.1.0", "@listr2/prompt-adapter-inquirer": "2.0.18", - "@schematics/angular": "19.0.6", + "@schematics/angular": "19.0.7", "@yarnpkg/lockfile": "1.1.0", "ini": "5.0.0", "jsonc-parser": "3.3.1", @@ -505,9 +505,9 @@ } }, "node_modules/@angular/common": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.6.tgz", - "integrity": "sha512-r9IDD0+UGkrQkjyX+pApeDmIJ9INpr1uYlgmmlWNBJCVNr9SKKIVZV60sssgadew6bGynKN9dW4mGsmEzzb5BA==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.7.tgz", + "integrity": "sha512-xCmIA/IBthozqu6bsmP8x4viPoYbXUGdKcwVs3eJW6bhFLRQKdDdKCLrPM4Yg3lIy1B7uezmSijzB6+F1/w2AA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -516,14 +516,14 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.6", + "@angular/core": "19.0.7", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.6.tgz", - "integrity": "sha512-g8A6QOsiCJnRi5Hz0sASIpRQoAGxEgnjz0JanfrMNRedY4MpdIS1V0AeCSKTsMRlV7tQl3ng2Gse/tsb51HI3Q==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.7.tgz", + "integrity": "sha512-UnjYRCHWkuKONIPPsF/zfsgWFm87u9BvbMB3yT/KWeDnFYgL4Cm7Q2nqdSTYlQlBOKFCAoWel1P6vqvwJ3gXXw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -532,7 +532,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.6" + "@angular/core": "19.0.7" }, "peerDependenciesMeta": { "@angular/core": { @@ -541,9 +541,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.0.6.tgz", - "integrity": "sha512-fHtwI5rCe3LmKDoaqlqLAPdNmLrbeCiMYVe+X1BHgApaqNCyAwcuJxuf8Q5R5su7nHiLmlmB74o1ZS/V+0cQ+g==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.0.7.tgz", + "integrity": "sha512-Zoh4ObXc7yCwqV5Ghp+hj2ElGo+Z9Hb+EiCaJPq1klxtxPdXWy+kpU7vevJKEaIGsYJjJjqubWKvsTIZSlX90w==", "dev": true, "license": "MIT", "dependencies": { @@ -565,14 +565,14 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "19.0.6", + "@angular/compiler": "19.0.7", "typescript": ">=5.5 <5.7" } }, "node_modules/@angular/core": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.0.6.tgz", - "integrity": "sha512-9N7FmdRHtS7zfXC/wnyap/reX7fgiOrWpVivayHjWP4RkLYXJAzJIpLyew0jrx4vf8r3lZnC0Zmq0PW007Ngjw==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.0.7.tgz", + "integrity": "sha512-ZQjmDTa1snGhTWBG2WVRo8pm/zbAt3P0AF1ai1iUMqXvhHTl+qcu4gjsfXOmu6Ef0Aaa+zU4ssy62WnxiWeZhw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -586,9 +586,9 @@ } }, "node_modules/@angular/forms": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-19.0.6.tgz", - "integrity": "sha512-HogauPvgDQHw2xxqKBaFgKTRRcc1xWeI/PByDCf3U6YsaqpF53Mz2CJh8X2bg2bY1RGKb67MZw7DBGFRvXx4bg==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-19.0.7.tgz", + "integrity": "sha512-VkuhZrBW5wRFGhnNsVpEZiEx3Rz1GbSoCRLFT3tR+KNoZTn8HepyZxPK3SQ6etHKxsioE/PqTgVlEGGYPHP55A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -597,16 +597,16 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "19.0.6", - "@angular/core": "19.0.6", - "@angular/platform-browser": "19.0.6", + "@angular/common": "19.0.7", + "@angular/core": "19.0.7", + "@angular/platform-browser": "19.0.7", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/platform-browser": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.0.6.tgz", - "integrity": "sha512-MWiToGy7Pa0rR61sgnEuu7dfZXpAw0g7nkSnw4xdjUf974OOOfI1LS9O9YevJibtdW8sPa1HaoXXwcb7N03B5A==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.0.7.tgz", + "integrity": "sha512-q62GaScnhteYE7Fk3F8X1rjgLOOrikJydsXEJwhh5U0YUYvREZQvZIYDHyDNp3LzCUx1mraIGbJAwqfR3lH3fw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -615,9 +615,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "19.0.6", - "@angular/common": "19.0.6", - "@angular/core": "19.0.6" + "@angular/animations": "19.0.7", + "@angular/common": "19.0.7", + "@angular/core": "19.0.7" }, "peerDependenciesMeta": { "@angular/animations": { @@ -626,9 +626,9 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-19.0.6.tgz", - "integrity": "sha512-5TGLOwPlLHXJ1+Hs9b3dEmGdTpb7dfLYalVmiMUZOFBry1sMaRuw+nyqjmWn1GP3yD156hzt5QDzWA8A134AfQ==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-19.0.7.tgz", + "integrity": "sha512-GX497B4OERp1AnNn9z2F1bsiDZX/c2hFjeFfKDYswqQKnlHuoNcdBACkn2jKs5MshfZrreBrTIr+pMA/lUJDig==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -637,16 +637,16 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "19.0.6", - "@angular/compiler": "19.0.6", - "@angular/core": "19.0.6", - "@angular/platform-browser": "19.0.6" + "@angular/common": "19.0.7", + "@angular/compiler": "19.0.7", + "@angular/core": "19.0.7", + "@angular/platform-browser": "19.0.7" } }, "node_modules/@angular/router": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.0.6.tgz", - "integrity": "sha512-G1oz+TclPk48h6b6B4s5J3DfrDVJrrxKOA+KWeVQP4e1B8ld7/dCMf5nn3yqS4BGs4yLecxMxyvbOvOiZ//lxw==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.0.7.tgz", + "integrity": "sha512-TwJMZMBtD6xoBbq8EGuZ8Lfhwk2JLir11DUGEUEH09HRcOlHjAp6paGSGUrJLa7oG/RWObnVnouVC6O0USJfSA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -655,9 +655,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "19.0.6", - "@angular/core": "19.0.6", - "@angular/platform-browser": "19.0.6", + "@angular/common": "19.0.7", + "@angular/core": "19.0.7", + "@angular/platform-browser": "19.0.7", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -3915,9 +3915,9 @@ } }, "node_modules/@ngtools/webpack": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-19.0.6.tgz", - "integrity": "sha512-eWrIb0tS1CK6+JvFS4GgTD4fN9TtmApKrlaj3pPQXKXKKd42361ec85fuQQXdb4G8eEEq0vyd/bn4NJllh/3vw==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-19.0.7.tgz", + "integrity": "sha512-jWyMuqtLKZB8Jnuqo27mG2cCQdl71lhM1oEdq3x7Z/QOrm2I+8EfyAzOLxB1f1vXt85O1bz3nf66CkuVCVGGTQ==", "dev": true, "license": "MIT", "engines": { @@ -4916,14 +4916,14 @@ } }, "node_modules/@schematics/angular": { - "version": "19.0.6", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-19.0.6.tgz", - "integrity": "sha512-HicclmbW/+mlljU7a4PzbyIWG+7tognoL5LsgMFJQUDzJXHNjRt1riL0vk57o8Pcprnz9FheeWZXO1KRhXkQuw==", + "version": "19.0.7", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-19.0.7.tgz", + "integrity": "sha512-1WtTqKFPuEaV99VIP+y/gf/XW3TVJh/NbJbbEF4qYpp7qQiJ4ntF4klVZmsJcQzFucZSzlg91QVMPQKev5WZGA==", "dev": true, "license": "MIT", "dependencies": { - "@angular-devkit/core": "19.0.6", - "@angular-devkit/schematics": "19.0.6", + "@angular-devkit/core": "19.0.7", + "@angular-devkit/schematics": "19.0.7", "jsonc-parser": "3.3.1" }, "engines": { @@ -5291,9 +5291,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.4.tgz", - "integrity": "sha512-5kz9ScmzBdzTgB/3susoCgfqNDzBjvLL4taparufgSvlwjdLy6UyUy9T/tCpYd2GIdIilCatC4iSQS0QSYHt0w==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.5.tgz", + "integrity": "sha512-GLZPrd9ckqEBFMcVM/qRFAP0Hg3qiVEojgEFsx/N/zKXsBzbGF6z5FBDpZ0+Xhp1xr+qRZYjfGr1cWHB9oFHSA==", "dev": true, "license": "MIT", "dependencies": { @@ -5375,9 +5375,9 @@ } }, "node_modules/@types/qs": { - "version": "6.9.17", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz", - "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==", + "version": "6.9.18", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", + "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index fdf1906..68750be 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,15 @@ }, "private": true, "dependencies": { - "@angular-devkit/core": "19.0.6", - "@angular/animations": "19.0.6", - "@angular/common": "19.0.6", - "@angular/compiler": "19.0.6", - "@angular/core": "19.0.6", - "@angular/forms": "19.0.6", - "@angular/platform-browser": "19.0.6", - "@angular/platform-browser-dynamic": "19.0.6", - "@angular/router": "19.0.6", + "@angular-devkit/core": "19.0.7", + "@angular/animations": "19.0.7", + "@angular/common": "19.0.7", + "@angular/compiler": "19.0.7", + "@angular/core": "19.0.7", + "@angular/forms": "19.0.7", + "@angular/platform-browser": "19.0.7", + "@angular/platform-browser-dynamic": "19.0.7", + "@angular/router": "19.0.7", "@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": "19.0.6", + "@angular-devkit/build-angular": "19.0.7", "@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": "19.0.6", - "@angular/compiler-cli": "19.0.6", + "@angular/cli": "19.0.7", + "@angular/compiler-cli": "19.0.7", "@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 7f1f618..315dbe2 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ 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 b5cb674..f260fea 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -19,5 +19,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-button/package.json b/projects/wml-button/package.json index 0689b2f..14a273e 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-carousel/package.json b/projects/wml-carousel/package.json index c0e4e15..0d08e67 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-chips/package.json b/projects/wml-chips/package.json index 37fa4df..c31eb64 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": "^19.0.6", - "@angular/cdk": "^19.0.6", - "@angular/common": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-button": "^19.0.6000", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/animations": "^19.0.7", + "@angular/cdk": "^19.0.7", + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-button": "^19.0.7000", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -24,5 +24,5 @@ "build": "npx ng build", "test": "npx ng test wml-chips --code-coverage" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-components-base/package.json b/projects/wml-components-base/package.json index 261bbf3..37e61a0 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": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-field/package.json b/projects/wml-field/package.json index 445a448..57ab0b2 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-file-manager/package.json b/projects/wml-file-manager/package.json index ab24724..fce2101 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-form/package.json b/projects/wml-form/package.json index b468228..256b7b4 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-infinite-dropdown/package.json b/projects/wml-infinite-dropdown/package.json index efa78d8..46f87d8 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-input/package.json b/projects/wml-input/package.json index 54fc84c..d535436 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-mobile-nav/package.json b/projects/wml-mobile-nav/package.json index 344c15e..818573e 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@angular/forms": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/angular-wml-infinite-dropdown": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@angular/forms": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/angular-wml-infinite-dropdown": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -22,5 +22,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-notify/package.json b/projects/wml-notify/package.json index 537bc9e..906e4e3 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-options/package.json b/projects/wml-options/package.json index 31f889f..105d46b 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-button": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-button": "^19.0.7000" }, "private": false, "repository": { @@ -19,5 +19,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-panel/package.json b/projects/wml-panel/package.json index 4a12601..9403640 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-penrose/package.json b/projects/wml-penrose/package.json index c10c281..745c29b 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-popup/package.json b/projects/wml-popup/package.json index 118d624..81bd7fd 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-schematics/package.json b/projects/wml-schematics/package.json index 468eba7..5d9d5d9 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "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": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-select/package.json b/projects/wml-select/package.json index 3ce5c31..0ca91f7 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/angular-wml-field": "^19.0.6000", - "@windmillcode/angular-wml-infinite-dropdown": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/angular-wml-field": "^19.0.7000", + "@windmillcode/angular-wml-infinite-dropdown": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -22,5 +22,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-slicebox/package.json b/projects/wml-slicebox/package.json index 754d429..540a150 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-button": "^19.0.6000", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-button": "^19.0.7000", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -21,5 +21,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-tabs/package.json b/projects/wml-tabs/package.json index 0ad1993..0dfecad 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -20,5 +20,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-three/package.json b/projects/wml-three/package.json index cdf2ca6..7316e9b 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.170.0", - "@windmillcode/wml-components-base": "^19.0.6000", + "@windmillcode/wml-components-base": "^19.0.7000", "lil-gui": "0.20.0", "three": "0.171.0" }, @@ -19,5 +19,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file diff --git a/projects/wml-toggle/package.json b/projects/wml-toggle/package.json index c693ab4..55a3a49 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": "^19.0.6", - "@angular/core": "^19.0.6", - "@windmillcode/angular-wml-components-base": "^19.0.6000", - "@windmillcode/angular-wml-field": "^19.0.6000", - "@windmillcode/wml-components-base": "^19.0.6000" + "@angular/common": "^19.0.7", + "@angular/core": "^19.0.7", + "@windmillcode/angular-wml-components-base": "^19.0.7000", + "@windmillcode/angular-wml-field": "^19.0.7000", + "@windmillcode/wml-components-base": "^19.0.7000" }, "private": false, "repository": { @@ -21,5 +21,5 @@ "scripts": { "build": "npx ng build" }, - "version": "19.0.6000" + "version": "19.0.7000" } \ No newline at end of file