Skip to content

Commit 2d6150c

Browse files
author
Andrey Fel
committed
Bump several dependencies
- ember-data was using @ember/string which is deprecated to use, so it had to be bumped to the latest v5.3.0 - ember-cli-addon-docs is using ember-data and need to be bumped to the latest version v7.0.0 in order to make it work with the latest ember-data. - ember-cli-clipboard (a dependency of ember-cli-addon-docs) depends on @ember/string and doesn't specify it as dependency. So, we need to specify it as our dependency here. - Bump @embroider/macros to the latest version to let it properly detect presence of the ember-qunit/ember-mocha.
1 parent 6b6621f commit 2d6150c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@babel/core": "^7.23.6",
44-
"@embroider/macros": "^1.0.0",
44+
"@embroider/macros": "^1.13.4",
4545
"chalk": "^4.1.1",
4646
"cli-table3": "^0.6.0",
4747
"debug": "^4.2.0",
@@ -60,13 +60,14 @@
6060
"@babel/eslint-parser": "7.23.3",
6161
"@babel/plugin-proposal-decorators": "7.23.6",
6262
"@ember/optional-features": "2.0.0",
63+
"@ember/string": "3.1.1",
6364
"@ember/test-helpers": "3.2.1",
6465
"@embroider/test-setup": "3.0.3",
6566
"auto-dist-tag": "2.1.1",
6667
"codeclimate-test-reporter": "0.5.1",
6768
"concurrently": "8.2.2",
6869
"ember-cli": "5.5.0",
69-
"ember-cli-addon-docs": "4.2.2",
70+
"ember-cli-addon-docs": "7.0.0",
7071
"ember-cli-addon-docs-yuidoc": "1.0.0",
7172
"ember-cli-clean-css": "3.0.0",
7273
"ember-cli-dependency-checker": "3.3.2",
@@ -76,7 +77,7 @@
7677
"ember-cli-deploy-git-ci": "1.0.1",
7778
"ember-cli-htmlbars": "6.3.0",
7879
"ember-cli-inject-live-reload": "2.1.0",
79-
"ember-data": "4.1.0",
80+
"ember-data": "5.3.0",
8081
"ember-load-initializers": "2.1.2",
8182
"ember-qunit": "8.0.2",
8283
"ember-resolver": "11.0.1",

0 commit comments

Comments
 (0)