Skip to content

Commit

Permalink
Merge pull request #140 from theKashey/mocha-8
Browse files Browse the repository at this point in the history
update mocha
  • Loading branch information
theKashey authored May 14, 2021
2 parents 2d82d12 + c9712b3 commit 3e0ecc2
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 154 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.5.0](https://github.com/theKashey/react-focus-lock/compare/v2.4.2...v2.5.0) (2020-11-16)



## [2.4.2](https://github.com/theKashey/react-focus-lock/compare/v2.4.1...v2.4.2) (2020-11-16)


### Bug Fixes

* update focus-lock ([30f8459](https://github.com/theKashey/react-focus-lock/commit/30f84595bfcf3b866c6802bfc0662741967ae21b))
* widen peerDeps to React 17 ([e32e793](https://github.com/theKashey/react-focus-lock/commit/e32e7932043551c3339d2ad5e0a08a925e67f780))



## [2.4.1](https://github.com/theKashey/react-focus-lock/compare/v2.4.0...v2.4.1) (2020-07-18)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-focus-lock",
"version": "2.5.0",
"version": "2.5.1",
"description": "It is a trap! (for a focus)",
"main": "dist/cjs/index.js",
"jsnext:main": "dist/es2015/index.js",
Expand Down Expand Up @@ -80,9 +80,9 @@
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-react": "^7.13.0",
"jsdom": "15.1.1",
"jsdom-global": "3.0.2",
"jsdom-global": "^3.0.2",
"material-ui": "^0.20.0",
"mocha": "^6.1.4",
"mocha": "^8.3.2",
"package-self": "^1.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
Expand All @@ -94,7 +94,7 @@
"homepage": "https://github.com/theKashey/react-focus-lock#readme",
"dependencies": {
"@babel/runtime": "^7.0.0",
"focus-lock": "^0.8.1",
"focus-lock": "^0.9.1",
"prop-types": "^15.6.2",
"react-clientside-effect": "^1.2.2",
"use-callback-ref": "^1.2.1",
Expand Down
Loading

0 comments on commit 3e0ecc2

Please sign in to comment.