From 6c3686b37d505edfa1b2ca17b0ed0310340c1b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:00:24 +0000 Subject: [PATCH] Update @ember/optional-features requirement from ^2.0.0 to ^2.2.0 Updates the requirements on [@ember/optional-features](https://github.com/emberjs/ember-optional-features) to permit the latest version. - [Release notes](https://github.com/emberjs/ember-optional-features/releases) - [Changelog](https://github.com/emberjs/ember-optional-features/blob/master/CHANGELOG.md) - [Commits](https://github.com/emberjs/ember-optional-features/commits) --- updated-dependencies: - dependency-name: "@ember/optional-features" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- test-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-app/package.json b/test-app/package.json index 8d9defba9..63443949f 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -32,7 +32,7 @@ "@babel/eslint-parser": "^7.21.3", "@babel/plugin-proposal-decorators": "^7.21.0", "@ember/jquery": "^2.0.0", - "@ember/optional-features": "^2.0.0", + "@ember/optional-features": "^2.2.0", "@ember/string": "^3.0.1", "@ember/test-helpers": "workspace:*", "@embroider/test-setup": "^4.0.0",