Skip to content

Commit

Permalink
chore(deps): update dependency @types/ember__utils to ^4.0.1 (#8157)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2022
1 parent 986cd87 commit ab460c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/ember-testing-helpers": "^0.0.4",
"@types/ember__debug": "^4.0.1",
"@types/ember__test-helpers": "^2.8.1",
"@types/ember__utils": "^4.0.0",
"@types/ember__utils": "^4.0.1",
"@types/rsvp": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/ember-testing-helpers": "^0.0.4",
"@types/ember__debug": "^4.0.1",
"@types/ember__test-helpers": "^2.8.1",
"@types/ember__utils": "^4.0.0",
"@types/ember__utils": "^4.0.1",
"@types/rsvp": "^4.0.4",
"broccoli-concat": "^4.2.5",
"broccoli-stew": "^3.0.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2580,13 +2580,20 @@
dependencies:
"@types/ember__application" "*"

"@types/ember__utils@*", "@types/ember__utils@^4.0.0":
"@types/ember__utils@*":
version "4.0.0"
resolved "https://registry.npmjs.org/@types/ember__utils/-/ember__utils-4.0.0.tgz#a7e9e11334b5e203324e6155ff74c2b33ec21567"
integrity sha512-gwSFUm+6t6StkQxSllbn9lqRms/dXMCQDieRfaTGN8IRatnKjJoEPME3A0T6O9afsU6viBQyqlPyFxsOWknYkg==
dependencies:
"@types/ember" "*"

"@types/ember__utils@^4.0.1":
version "4.0.1"
resolved "https://registry.npmjs.org/@types/ember__utils/-/ember__utils-4.0.1.tgz#106a7a9652bacc44c735ed1ffd6d3651ac03fdce"
integrity sha512-FhXZ37uY1BNgt63XoPH++PkAsMnF7P5wjPRluXecbFpEFHXP6enFbx1F5vjyoPtFjLEl4R3ftLM5QbEWsuyF5g==
dependencies:
"@types/ember" "*"

"@types/eslint-scope@^3.7.3":
version "3.7.4"
resolved "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
Expand Down

0 comments on commit ab460c3

Please sign in to comment.