Skip to content

Commit

Permalink
chore(deps): upgrade ember-data to v4.12.0
Browse files Browse the repository at this point in the history
Adds a resolution for @embroider/macros caused by
transitive deps of ember-cli-mirage.
  • Loading branch information
derrabauke committed Apr 18, 2023
1 parent 0cd7738 commit 529c6c8
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 169 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"ember-cli-mirage": "2.4.0",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-data": "4.7.2",
"ember-data": "4.12.0",
"ember-disable-prototype-extensions": "1.1.3",
"ember-load-initializers": "2.1.2",
"ember-qunit": "6.0.0",
Expand Down Expand Up @@ -97,6 +97,12 @@
"release": {
"extends": "@adfinis-sygroup/semantic-release-config"
},
"//": {
"@embroider/macros": "delete when https://github.com/embroider-build/embroider/issues/1077 is resolved"
},
"resolutions": {
"@embroider/macros": "1.9.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down
Loading

0 comments on commit 529c6c8

Please sign in to comment.