diff --git a/ember-amount-input/package.json b/ember-amount-input/package.json index b0d66831..d5c765dd 100644 --- a/ember-amount-input/package.json +++ b/ember-amount-input/package.json @@ -51,7 +51,7 @@ "@glint/template": "^1.2.1", "@qonto/eslint-config-typescript": "1.0.0-rc.0", "@rollup/plugin-babel": "^6.0.4", - "@tsconfig/ember": "^3.0.2", + "@tsconfig/ember": "^3.0.3", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.20.0", "concurrently": "^8.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a7157d4e..6a42cff9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ importers: specifier: ^6.0.4 version: 6.0.4(@babel/core@7.23.7)(rollup@4.9.6) '@tsconfig/ember': - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.0.3 + version: 3.0.3 '@typescript-eslint/eslint-plugin': specifier: ^6.19.1 version: 6.19.1(@typescript-eslint/parser@6.20.0)(eslint@8.56.0)(typescript@5.3.3) @@ -164,8 +164,8 @@ importers: specifier: 1.0.0-rc.0 version: 1.0.0-rc.0(eslint@8.56.0)(typescript@5.3.3) '@tsconfig/ember': - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.0.3 + version: 3.0.3 '@types/qunit': specifier: ^2.19.10 version: 2.19.10 @@ -3131,8 +3131,8 @@ packages: resolution: {integrity: sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==} dev: true - /@tsconfig/ember@3.0.2: - resolution: {integrity: sha512-Whab2JuEA9r1RLke13tKWO7F95C7l3ivwVhxC37v98vOtFOmDA2BisY/6Fnhclmyydc5vOuVPwN3hi8UTboahw==} + /@tsconfig/ember@3.0.3: + resolution: {integrity: sha512-StVVkcg/VxA+eDzBcTQAcnmmcmg1OxaV41OqFYluqVHpUX28TOD91DGg58n2AMU9ia27zeBBeVQiLsfmzuIV7w==} dev: true /@types/acorn@4.0.6: diff --git a/test-app/package.json b/test-app/package.json index b866e026..4ad04944 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -38,7 +38,7 @@ "@glint/environment-ember-loose": "1.2.1", "@glint/template": "1.2.1", "@qonto/eslint-config-typescript": "1.0.0-rc.0", - "@tsconfig/ember": "^3.0.2", + "@tsconfig/ember": "^3.0.3", "@types/qunit": "^2.19.10", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.20.0",