Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghustavh97 committed May 6, 2021
1 parent 9449d8f commit 029df01
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
19 changes: 7 additions & 12 deletions package-lock.json

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

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
],
"sideEffects": false,
"author": "Ghustavh Ehm <https://github.com/Ghustavh97>",
"contributors": [{
"contributors": [
{
"name": "Ghustavh Ehm",
"email": "Ghustavh97@gmail.com",
"url": "https://github.com/Ghustavh97"
Expand Down Expand Up @@ -51,26 +52,26 @@
},
"homepage": "https://docs.oslllo.com/validator/master",
"dependencies": {
"jsdom": "^16.5.2",
"validator": "^13.5.2"
"jsdom": "^16.5.3",
"validator": "^13.6.0"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"chai": "^4.3.4",
"clean-webpack-plugin": "^3.0.0",
"coveralls": "^3.1.0",
"eslint": "^7.23.0",
"eslint": "^7.25.0",
"jsdoc-to-markdown": "^7.0.1",
"mocha": "^8.3.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"webpack": "^5.28.0",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3"
},
"engines": {
"node": ">= 10.0"
}
}
}

0 comments on commit 029df01

Please sign in to comment.