Skip to content

Commit

Permalink
Use the official Ember types
Browse files Browse the repository at this point in the history
  • Loading branch information
Windvis committed Feb 2, 2024
1 parent 5c87a96 commit afee341
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 957 deletions.
30 changes: 5 additions & 25 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,37 +57,17 @@
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.17.0",
"@embroider/addon-dev": "^4.1.0",
"@glint/core": "^1.2.1",
"@glint/environment-ember-loose": "^1.2.1",
"@glint/environment-ember-template-imports": "^1.2.1",
"@glint/template": "^1.2.1",
"@glint/core": "^1.3.0",
"@glint/environment-ember-loose": "^1.3.0",
"@glint/environment-ember-template-imports": "^1.3.0",
"@glint/template": "^1.3.0",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^3.0.2",
"@types/ember": "^4.0.10",
"@types/ember__application": "^4.0.10",
"@types/ember__array": "^4.0.9",
"@types/ember__component": "^4.0.21",
"@types/ember__controller": "^4.0.11",
"@types/ember__debug": "^4.0.7",
"@types/ember__destroyable": "^4.0.4",
"@types/ember__engine": "^4.0.10",
"@types/ember__error": "^4.0.5",
"@types/ember__helper": "^4.0.5",
"@types/ember__modifier": "^4.0.8",
"@types/ember__object": "^4.0.11",
"@types/ember__owner": "^4.0.8",
"@types/ember__polyfills": "^4.0.5",
"@types/ember__routing": "^4.0.19",
"@types/ember__runloop": "^4.0.8",
"@types/ember__service": "^4.0.8",
"@types/ember__string": "^3.16.3",
"@types/ember__template": "^4.0.5",
"@types/ember__test": "^4.0.5",
"@types/ember__utils": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^8.2.2",
"ember-source": "~5.6.0",
"ember-template-lint": "^5.13.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
1 change: 1 addition & 0 deletions addon/unpublished-development-types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Add any types here that you need for local development only.
// These will *not* be published as part of your addon, so be careful that your published code does not rely on them!

import 'ember-source/types';
import '@glint/environment-ember-loose';
import '@glint/environment-ember-template-imports';

Expand Down
Loading

0 comments on commit afee341

Please sign in to comment.