Skip to content

Commit

Permalink
[enzyme-adapter-react-{16.1,16.2}] v1.6.3
Browse files Browse the repository at this point in the history
 - [meta] babel: set `transformRuntime` to false
 - [meta] Replace airbnb.io with enzymejs.github.io; update repo URLs
 - [meta] add `funding` field
 - [deps] update `enzyme-adapter-utils`, `react-is`, `object-values`
 - [dev deps] Update to babel 7, use `babel-eslint`
 - [dev deps] update `eslint`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-react-hooks`, `in-publish`, `rimraf`, `safe-publish-latest`
  • Loading branch information
ljharb committed Aug 7, 2020
1 parent d7ff899 commit db24b94
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.2",
"version": "1.6.3",
"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.2",
"version": "1.6.3",
"description": "JavaScript Testing utilities for React",
"homepage": "https://enzymejs.github.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit db24b94

Please sign in to comment.