Skip to content

Commit

Permalink
Merge pull request #9364 from ember-cli/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to latest within range.
  • Loading branch information
rwjblue committed Oct 19, 2020
2 parents 0877c36 + 1482cd6 commit 2b10936
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 491 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"broccoli-stew": "^3.0.0",
"calculate-cache-key-for-tree": "^2.0.0",
"capture-exit": "^2.0.0",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"ci-info": "^2.0.0",
"clean-base-url": "^1.0.0",
"compression": "^1.7.4",
Expand All @@ -74,7 +74,7 @@
"ember-cli-normalize-entity-name": "^1.0.0",
"ember-cli-preprocess-registry": "^3.3.0",
"ember-cli-string-utils": "^1.1.0",
"ember-source-channel-url": "^2.0.1",
"ember-source-channel-url": "^3.0.0",
"ensure-posix-path": "^1.1.1",
"execa": "^4.0.3",
"exit": "^0.1.2",
Expand All @@ -97,7 +97,7 @@
"is-git-url": "^1.0.0",
"is-language-code": "^1.0.12",
"isbinaryfile": "^4.0.6",
"js-yaml": "^3.13.1",
"js-yaml": "^3.14.0",
"json-stable-stringify": "^1.0.1",
"leek": "0.0.24",
"lodash.template": "^4.5.0",
Expand All @@ -106,11 +106,11 @@
"minimatch": "^3.0.4",
"morgan": "^1.10.0",
"nopt": "^3.0.6",
"npm-package-arg": "^8.0.1",
"npm-package-arg": "^8.1.0",
"p-defer": "^3.0.0",
"portfinder": "^1.0.26",
"portfinder": "^1.0.28",
"promise-map-series": "^0.3.0",
"promise.hash.helper": "^1.0.6",
"promise.hash.helper": "^1.0.7",
"quick-temp": "^0.1.8",
"resolve": "^1.17.0",
"resolve-package-path": "^2.0.0",
Expand All @@ -123,15 +123,15 @@
"testem": "^3.2.0",
"tiny-lr": "^2.0.0",
"tree-sync": "^2.1.0",
"uuid": "^8.3.0",
"uuid": "^8.3.1",
"walk-sync": "^2.2.0",
"watch-detector": "^1.0.0",
"workerpool": "^6.0.1",
"workerpool": "^6.0.2",
"yam": "^1.0.0"
},
"devDependencies": {
"@ember/edition-utils": "^1.2.0",
"@octokit/rest": "^18.0.3",
"@octokit/rest": "^18.0.6",
"broccoli-plugin": "^4.0.3",
"broccoli-test-helper": "^2.0.0",
"chai": "^4.2.0",
Expand All @@ -148,11 +148,11 @@
"fixturify": "^2.1.0",
"is-language-code": "^1.0.12",
"latest-version": "^5.1.0",
"mocha": "^8.1.3",
"mocha": "^8.2.0",
"nock": "^13.0.4",
"nyc": "^15.1.0",
"prettier": "2.1.1",
"release-it": "^14.0.4",
"prettier": "2.1.2",
"release-it": "^14.2.0",
"rimraf": "^3.0.2",
"strip-ansi": "^6.0.0",
"supertest": "^4.0.2",
Expand Down

0 comments on commit 2b10936

Please sign in to comment.