Skip to content

Commit

Permalink
[enzyme-adapter-react-{16.1,16.2}] v1.6.4
Browse files Browse the repository at this point in the history
 - [fix] `.setContext()`: calls cWRP (#2476)
 - [deps] update `object.assign`, `object.values`, `react-is`, `enzyme-adapter-utils`
 - [dev deps] update `eslint`, `eslint-config-airbnb`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `babel-plugin-add-module-exports`, `@babel/cli`, `@babel/core`, `@babel/node`, `@babel/register`, `babel-loader`
  • Loading branch information
ljharb committed Jan 19, 2021
1 parent 528b04e commit 73a7b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-16.1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16.1",
"version": "1.6.3",
"version": "1.6.4",
"description": "JavaScript Testing utilities for React",
"homepage": "https://enzymejs.github.io/enzyme/",
"main": "build",
Expand Down
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-16.2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16.2",
"version": "1.6.3",
"version": "1.6.4",
"description": "JavaScript Testing utilities for React",
"homepage": "https://enzymejs.github.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 73a7b42

Please sign in to comment.