Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Dec 5, 2023
1 parent 5a379ed commit 59be14a
Show file tree
Hide file tree
Showing 10 changed files with 798 additions and 777 deletions.
8 changes: 0 additions & 8 deletions .ember-cli
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
/**
Ember CLI sends analytics information by default. The data is completely
anonymous, but there are times when you might want to disable this behavior.

Setting `disableAnalytics` to true will prevent any data from being sent.
*/
"disableAnalytics": false,

/**
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
try-scenario:
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-release
- ember-beta
- ember-canary
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# compiled output
/dist/
/declarations/

# dependencies
/node_modules/
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@babel/core": "^7.23.2",
"@embroider/macros": "^1.13.3",
"@glimmer/tracking": "^1.1.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-intl": "^6.3.0"
"ember-intl": "^6.3.2"
},
"devDependencies": {
"@adfinis/eslint-config": "2.0.0",
"@adfinis/semantic-release-config": "4.1.0",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.5",
"@ember/optional-features": "2.0.0",
"@ember/string": "3.1.1",
"@ember/test-helpers": "3.2.1",
"@embroider/test-setup": "3.0.3",
"@glimmer/component": "1.1.2",
Expand All @@ -65,8 +65,8 @@
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "5.13.0",
"ember-try": "3.0.0",
"eslint": "8.54.0",
"eslint-config-prettier": "8.10.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "11.11.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.3.1",
Expand Down
Loading

0 comments on commit 59be14a

Please sign in to comment.