Skip to content

Commit 84f9fde

Browse files
committed
Upgrade dev ember-source to 5.1 so that we can use the built in native types
1 parent 9cf253f commit 84f9fde

File tree

4 files changed

+309
-9
lines changed

4 files changed

+309
-9
lines changed

ember-element-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@typescript-eslint/eslint-plugin": "^5.62.0",
7979
"@typescript-eslint/parser": "^5.62.0",
8080
"concurrently": "8.2.2",
81-
"ember-source": "~4.12.3",
81+
"ember-source": "~5.1.0",
8282
"eslint": "^8.56.0",
8383
"eslint-config-prettier": "9.1.0",
8484
"eslint-plugin-decorator-position": "^5.0.2",

ember-element-helper/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
]
1616
},
1717
// for typescript < 5
18-
"moduleResolution": "NodeNext"
18+
"moduleResolution": "NodeNext",
19+
"types": ["ember-source/types"]
1920
},
2021
"include": [
2122
"src/**/*",
2223
"types/**/*"
2324
]
24-
}
25+
}

ember-element-helper/types/index.d.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)