Skip to content

Commit

Permalink
[enzyme-adapter-react-16] v1.15.7
Browse files Browse the repository at this point in the history
 - [fix] `isEmptyRender`: properly detect memoized SFCs returning null
 - [fix] avoid a crash with lazy components
 - [fix] fix `simulateError()` on Memo component (#2525)
 - [babel] add `babel-plugin-add-module-exports` and fully use ESM syntax
 - [deps] update `enzyme-shallow-equal`, `enzyme-adapter-utils`, `object.assign`, `object.values`, `prop-types`
 - [meta] use `npmignore` to autogenerate
 - [eslint] switch to `@babel/eslint-parser`, fix lintingan npmignore file
 - [dev deps] update `@babel/cli`, `@babel/core`, `eslint`, `eslint-config-airbnb`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-markdown`, `eslint-plugin-react`, `eslint-plugin-react-hooks`
 - [dev deps] update `safe-publish-latest`; use `prepublishOnly`
  • Loading branch information
ljharb committed Nov 5, 2022
1 parent 31759d9 commit 25773d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enzyme-adapter-react-16/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-adapter-react-16",
"version": "1.15.6",
"version": "1.15.7",
"description": "JavaScript Testing utilities for React",
"homepage": "https://enzymejs.github.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit 25773d7

Please sign in to comment.