Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelvalle committed Aug 30, 2020
1 parent c6dad96 commit 8499220
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: node_js

node_js:
- '8'
- '10'
- '12'
node_js: '12'

cache: npm

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
},
"homepage": "https://github.com/ndelvalle/v-click-outside#readme",
"devDependencies": {
"@babel/preset-env": "^7.8.4",
"@babel/preset-env": "^7.11.0",
"babel-core": "^6.26.3",
"babel-jest": "^25.1.0",
"babel-jest": "^26.3.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^4.2.3",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"jest": "^26.4.2",
"jest-cli": "^25.4.0",
"lodash": "^4.17.15",
"jest-cli": "^26.4.2",
"lodash": "^4.17.20",
"microbundle": "^0.12.3",
"np": "^6.0.0",
"prettier": "^2.0.1",
"np": "^6.5.0",
"prettier": "^2.1.1",
"pretty-quick": "^2.0.0"
},
"jest": {
Expand Down

0 comments on commit 8499220

Please sign in to comment.