Skip to content

Commit

Permalink
Merge pull request #854 from elwayman02/ember-5
Browse files Browse the repository at this point in the history
Ember 5 Support
  • Loading branch information
elwayman02 authored Oct 11, 2023
2 parents c000d33 + 0a80ac8 commit 1a9f41a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ember-qunit": "^6.2.0",
"ember-resolver": "^11.0.1",
"ember-sinon-qunit": "^6.0.0",
"ember-source": "~4.12.3",
"ember-source": "~5.0.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.11.2",
"ember-try": "^3.0.0",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7362,16 +7362,15 @@ ember-source-channel-url@^3.0.0:
dependencies:
node-fetch "^2.6.0"

ember-source@~4.12.3:
version "4.12.3"
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-4.12.3.tgz#6c401f6a856bb2f7f2871f56d46e7496f97e936a"
integrity sha512-UuFpMWf931pEWBPuujkaMYhsoPvFyZc+tMYjlUn7um20uL+hWs+k2n/TxMVuxydSzJLnxrXz81nTwbYIlgRWdw==
ember-source@~5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-5.0.0.tgz#f28e4d36bda1d05587a796778e1b703c5150a93f"
integrity sha512-zy0iU3Mf9HZXVQacqWLAfHCbQge8Ysi2EpU6XTgrdf2PX5ILdWTbSPklxuTlkGV7NrG5PkIfGW8hfimwY6I/tw==
dependencies:
"@babel/helper-module-imports" "^7.16.7"
"@babel/plugin-transform-block-scoping" "^7.20.5"
"@ember/edition-utils" "^1.2.0"
"@glimmer/vm-babel-plugins" "0.84.2"
"@simple-dom/interface" "^1.4.0"
babel-plugin-debug-macros "^0.3.4"
babel-plugin-filter-imports "^4.0.0"
broccoli-concat "^4.2.5"
Expand Down

0 comments on commit 1a9f41a

Please sign in to comment.