From 2c881ad365843854618cda02dff0b8b7ff58652c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 07:43:00 +0000 Subject: [PATCH] Pin dependencies --- pnpm-lock.yaml | 14 +++++++------- test-app/package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d8e5fc4fe..144d6a2c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -107,10 +107,10 @@ importers: specifier: 3.0.1 version: 3.0.1 '@glimmer/component': - specifier: ^1.1.2 + specifier: 1.1.2 version: 1.1.2(@babel/core@7.22.20) '@glimmer/tracking': - specifier: ^1.1.2 + specifier: 1.1.2 version: 1.1.2 babel-eslint: specifier: 10.1.0 @@ -1095,7 +1095,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.20) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -1106,7 +1106,7 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.20) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.20) dev: true @@ -1423,7 +1423,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.20) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -1435,7 +1435,7 @@ packages: dependencies: '@babel/core': 7.22.20 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.20) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.20) dev: true @@ -1568,7 +1568,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.20 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.20) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.20) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.20) dev: true diff --git a/test-app/package.json b/test-app/package.json index 3ca886992..350b9f50d 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -28,8 +28,8 @@ "@ember/string": "3.1.1", "@ember/test-helpers": "2.9.4", "@embroider/test-setup": "3.0.1", - "@glimmer/component": "^1.1.2", - "@glimmer/tracking": "^1.1.2", + "@glimmer/component": "1.1.2", + "@glimmer/tracking": "1.1.2", "babel-eslint": "10.1.0", "broccoli-asset-rev": "3.0.0", "concurrently": "8.2.1",