Skip to content

Commit

Permalink
Upgrade is-plain-object
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Sep 9, 2020
1 parent 51fdefb commit 5f62d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const htmlparser = require('htmlparser2');
const escapeStringRegexp = require('escape-string-regexp');
const { klona } = require('klona');
const { isPlainObject } = require('is-plain-object');
const deepmerge = require('deepmerge');
const isPlainObject = require('is-plain-object');
const srcset = require('srcset');
const postcss = require('postcss');
const url = require('url');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"deepmerge": "^4.2.2",
"escape-string-regexp": "^4.0.0",
"htmlparser2": "^4.1.0",
"is-plain-object": "^4.1.1",
"is-plain-object": "^5.0.0",
"klona": "^2.0.3",
"postcss": "^7.0.27",
"srcset": "^3.0.0"
Expand Down

0 comments on commit 5f62d16

Please sign in to comment.