Skip to content

Commit

Permalink
[Deps] update es-abstract, object-is, object.assign
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 2, 2020
1 parent f092342 commit e87979d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"dependencies": {
"es-abstract": "^1.17.6",
"es-abstract": "^1.18.0-next.1",
"es-get-iterator": "^1.1.0",
"is-arguments": "^1.0.4",
"is-date-object": "^1.0.2",
"is-regex": "^1.1.1",
"isarray": "^2.0.5",
"object-is": "^1.1.2",
"object-is": "^1.1.3",
"object-keys": "^1.1.1",
"object.assign": "^4.1.0",
"object.assign": "^4.1.1",
"regexp.prototype.flags": "^1.3.0",
"side-channel": "^1.0.3",
"which-boxed-primitive": "^1.0.1",
Expand Down

0 comments on commit e87979d

Please sign in to comment.