From acf1cc664e41bea82eade8f8ecb9e40a007f9128 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 20 Jul 2024 09:40:05 -0400 Subject: [PATCH] Widen range on the UI library --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 23652e33..361916df 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "@types/rsvp": "^4.0.9", "@typescript-eslint/eslint-plugin": "^7.7.1", "@typescript-eslint/parser": "^7.7.1", - "@universal-ember/kolay-ui": "workspace:^", + "@universal-ember/kolay-ui": "workspace:*", "concurrently": "^8.2.2", "ember-modifier": "^4.2.0", "ember-primitives": "^0.21.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 05034d5d..c7073249 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -83,7 +83,7 @@ importers: specifier: ^7.7.1 version: 7.14.1(eslint@8.57.0)(typescript@5.5.2) '@universal-ember/kolay-ui': - specifier: workspace:^ + specifier: workspace:* version: link:ui concurrently: specifier: ^8.2.2