Skip to content

Commit

Permalink
Test with ember 4.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Jul 17, 2023
1 parent 4312b09 commit 12c1990
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/ember/package.json
Expand Up @@ -48,7 +48,7 @@
"@babel/core": "*",
"babel-plugin-ember-modules-api-polyfill": "^3.5.0",
"babel-plugin-htmlbars-inline-precompile": "^5.3.1",
"ember-source": "~3.28.1",
"ember-source": "~3.28.1 || ^4.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli/src/sandbox-templates.ts
Expand Up @@ -434,7 +434,7 @@ const baseTemplates = {
},
'ember/default-js': {
name: 'Create Ember app (Javascript)',
script: 'npx --package ember-cli@3.28.5 ember new {{beforeDir}}',
script: 'npx --package ember-cli@4.12.1 ember new {{beforeDir}}',
inDevelopment: true,
expected: {
framework: '@storybook/ember',
Expand Down
2 changes: 1 addition & 1 deletion code/yarn.lock
Expand Up @@ -6390,7 +6390,7 @@ __metadata:
"@babel/core": "*"
babel-plugin-ember-modules-api-polyfill: ^3.5.0
babel-plugin-htmlbars-inline-precompile: ^5.3.1
ember-source: ~3.28.1
ember-source: ~3.28.1 || ^4.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
languageName: unknown
Expand Down

0 comments on commit 12c1990

Please sign in to comment.