Skip to content

Commit

Permalink
Bump dev dependency (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao committed Sep 9, 2021
1 parent a4ed1f3 commit 7df33e4
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 333 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:10
- image: circleci/node:14

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Javascript library to track browser idle status. (callback when user is idle).

[Demo](https://roderickhsiao.github.io/idle-tracker/test/)

** Browser might support this function natively in the future, see [Idle Detection API](https://web.dev/idle-detection/)
**Browser might support this function natively in the future, see [Idle Detection API](https://web.dev/idle-detection/)**

## Installation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"http-server": "^0.12.0",
"ip": "^1.1.5",
"lodash": "^4.17.11",
"mocha": "^7.0.1",
"mocha": "^9.0.0",
"pre-commit": "^1.0.0",
"puppeteer": "^2.0.0"
"puppeteer": "^10.0.0"
},
"license": "MIT",
"precommit": [
Expand Down

0 comments on commit 7df33e4

Please sign in to comment.