Skip to content

Commit

Permalink
[enzyme] [deps] update array.prototype.flat, `function.prototype.na…
Browse files Browse the repository at this point in the history
…me`, `html-element-map`, `is-regex`, `object-inspect`, `object-is`, `object.entries`, `object.vales`, `raf`, `string.prototype.trim`
  • Loading branch information
ljharb committed Dec 18, 2019
1 parent 8e98572 commit 188b208
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,28 @@
"author": "Leland Richardson <leland.richardson@airbnb.com>",
"license": "MIT",
"dependencies": {
"array.prototype.flat": "^1.2.1",
"array.prototype.flat": "^1.2.3",
"cheerio": "^1.0.0-rc.3",
"enzyme-shallow-equal": "^1.0.0",
"function.prototype.name": "^1.1.0",
"function.prototype.name": "^1.1.2",
"has": "^1.0.3",
"html-element-map": "^1.0.0",
"html-element-map": "^1.2.0",
"is-boolean-object": "^1.0.0",
"is-callable": "^1.1.4",
"is-number-object": "^1.0.3",
"is-regex": "^1.0.4",
"is-regex": "^1.0.5",
"is-string": "^1.0.4",
"is-subset": "^0.1.1",
"lodash.escape": "^4.0.1",
"lodash.isequal": "^4.5.0",
"object-inspect": "^1.6.0",
"object-is": "^1.0.1",
"object-inspect": "^1.7.0",
"object-is": "^1.0.2",
"object.assign": "^4.1.0",
"object.entries": "^1.0.4",
"object.values": "^1.0.4",
"raf": "^3.4.0",
"object.entries": "^1.1.1",
"object.values": "^1.1.1",
"raf": "^3.4.1",
"rst-selector-parser": "^2.2.3",
"string.prototype.trim": "^1.1.2"
"string.prototype.trim": "^1.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 188b208

Please sign in to comment.