From c78b8eaf743728c276e2106025c453f03e89d547 Mon Sep 17 00:00:00 2001 From: MrChocolatine <47531779+MrChocolatine@users.noreply.github.com> Date: Sat, 10 Dec 2022 18:05:10 +0000 Subject: [PATCH] build: remove `@types/htmlbars-inline-precompile` --- package.json | 1 - yarn.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8eea83c1..0f9e1ecf 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "@types/ember__test": "^4.0.1", "@types/ember__test-helpers": "^2.8.2", "@types/ember__utils": "^4.0.2", - "@types/htmlbars-inline-precompile": "^3.0.0", "@types/qunit": "^2.19.3", "@types/rsvp": "^4.0.4", "@typescript-eslint/eslint-plugin": "^4.30.0", diff --git a/yarn.lock b/yarn.lock index 82c0836e..0eb90236 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1879,7 +1879,7 @@ "@types/minimatch" "*" "@types/node" "*" -"@types/htmlbars-inline-precompile@*", "@types/htmlbars-inline-precompile@^3.0.0": +"@types/htmlbars-inline-precompile@*": version "3.0.0" resolved "https://registry.yarnpkg.com/@types/htmlbars-inline-precompile/-/htmlbars-inline-precompile-3.0.0.tgz#4d3f19eeb2af9f4605620e13a566dae3952a4f68" integrity sha512-n1YwM/Q937KmS9W4Ytran71nzhhcT2FDQI00eRGBNUyeErLZspBdDBewEe1F8tcRlUdsCVo2AZBLJsRjEceTRg==