Skip to content

Commit

Permalink
Bump airtap from 3.0.0 to 4.0.1 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Nov 25, 2020
1 parent 191b231 commit 78dd057
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .airtap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
providers:
- airtap-playwright

browsers:
- name: chromium
- name: firefox
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ updates:
interval: monthly
ignore:
- dependency-name: dependency-check
# Pinned for browser compat
- dependency-name: uuid
- dependency-name: airtap
- dependency-name: standard
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "level.js",
"scripts": {
"test": "standard && nyc node test.js && verify-travis-appveyor",
"test-browser-local": "airtap --local test-browser.js",
"test-browsers-local": "airtap --verbose test-browser.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check --no-dev . browser.js",
Expand All @@ -19,7 +19,8 @@
"leveldown": "^5.4.0"
},
"devDependencies": {
"airtap": "^3.0.0",
"airtap": "^4.0.1",
"airtap-playwright": "^1.0.1",
"coveralls": "^3.0.2",
"dependency-check": "^4.1.0",
"hallmark": "^3.0.0",
Expand All @@ -28,7 +29,7 @@
"pinkie": "^2.0.4",
"standard": "^15.0.0",
"tape": "^5.0.1",
"uuid": "^7.0.2",
"uuid": "^3.4.0",
"verify-travis-appveyor": "^3.0.0"
},
"funding": {
Expand Down

0 comments on commit 78dd057

Please sign in to comment.