Skip to content

Commit

Permalink
chore(package): mocha 7+, cross-env 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Jan 29, 2020
1 parent bf22067 commit 051aa0c
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 22 deletions.
259 changes: 240 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-size-reporter",
"version": "0.8.2",
"version": "0.8.3",
"description": "Reports width, height, and top for selected DOM elements",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -53,12 +53,12 @@
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"cross-env": "^6.0.3",
"cross-env": "^7.0.0",
"eslint": "^6.5.1",
"eslint-plugin-react": "^7.16.0",
"jsdom": "^16.0.1",
"lodash": "^4.17.15",
"mocha": "^6.2.1",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"precommit-hook": "^3.0.0",
"react": "^16.10.2",
Expand Down

0 comments on commit 051aa0c

Please sign in to comment.