Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Oct 4, 2020
1 parent b462a78 commit 2ccb6ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"dependencies": {
"@ember/render-modifiers": "^1.0.0",
"@glimmer/component": "^0.14.0-alpha.12",
"@glimmer/component": "^1.0.0",
"ember-cli-babel": "^7.22.1",
"ember-cli-htmlbars": "^5.3.1",
"ember-element-helper": "^0.1.1"
"ember-element-helper": "^0.3.1"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand All @@ -51,17 +51,17 @@
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^4.6.0",
"ember-resolver": "^8.0.2",
"ember-source": "https://s3.amazonaws.com/builds.emberjs.com/canary/shas/6fb17f567a6e76046fa356b38529e43573253fe6.tgz",
"ember-source": "~3.21.3",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^2.11.0",
"ember-try": "^1.4.0",
"eslint": "^7.8.0",
"eslint-plugin-ember": "^8.13.0",
"eslint": "^7.10.0",
"eslint-plugin-ember": "^9.2.0",
"eslint-plugin-node": "^11.1.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"qunit-dom": "^1.4.0",
"standard-version": "^4.4.0"
"qunit-dom": "^1.5.0",
"standard-version": "^9.0.0"
},
"resolutions": {
"@babel/preset-env": "7.3.4"
Expand Down

0 comments on commit 2ccb6ed

Please sign in to comment.