Skip to content

Commit

Permalink
Bump devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skycloud1030 committed Mar 5, 2020
1 parent 601c147 commit 2e626fe
Show file tree
Hide file tree
Showing 3 changed files with 1,319 additions and 1,096 deletions.
136 changes: 1 addition & 135 deletions dist/index.js

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "array-includes-any",
"version": "2.7.1",
"version": "2.7.2",
"description": "JavaScript Check if array contains any of another array",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"jest": "jest --coverage"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
Expand All @@ -48,15 +48,15 @@
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/runtime": "^7.8.3",
"babel-jest": "^24.9.0",
"@babel/preset-env": "^7.8.7",
"@babel/runtime": "^7.8.7",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.0",
"coveralls": "^3.0.9",
"jest": "^24.9.0",
"jest": "^25.1.0",
"lodash": "^4.17.15",
"rollup": "^1.29.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
"rollup": "^1.32.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}
Loading

0 comments on commit 2e626fe

Please sign in to comment.