Skip to content

Commit

Permalink
Update Ember to use 3.28 and leverage module unification
Browse files Browse the repository at this point in the history
  • Loading branch information
Djamel BENDAOUD committed Jun 3, 2022
1 parent a432a09 commit e98239a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/ember/package.json
Expand Up @@ -56,9 +56,10 @@
},
"peerDependencies": {
"@babel/core": "*",
"@types/ember__component": "4.0.8",
"babel-plugin-ember-modules-api-polyfill": "^2.12.0",
"babel-plugin-htmlbars-inline-precompile": "2 || 3",
"ember-source": "^3.16.0"
"ember-source": "~3.28.1"
},
"engines": {
"node": ">=10.13.0"
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Expand Up @@ -7863,9 +7863,10 @@ __metadata:
ts-dedent: ^2.0.0
peerDependencies:
"@babel/core": "*"
"@types/ember__component": 4.0.8
babel-plugin-ember-modules-api-polyfill: ^2.12.0
babel-plugin-htmlbars-inline-precompile: 2 || 3
ember-source: ^3.16.0
ember-source: ~3.28.1
bin:
build-storybook: ./bin/build.js
start-storybook: ./bin/index.js
Expand Down

0 comments on commit e98239a

Please sign in to comment.