Skip to content

Commit

Permalink
[enzyme-shallow-equal] v1.0.5
Browse files Browse the repository at this point in the history
 - [deps] update `object-is`
 - [babel] add `babel-plugin-add-module-exports` and fully use ESM syntax
 - [eslint] switch to `@babel/eslint-parser`, fix linting
 - [dev deps] update `safe-publish-latest`; use `prepublishOnly`
 - [dev deps] update `@babel/cli`, `@babel/core`, `@babel/node`, `@babel/register`, `babel-loader`, `babel-plugin-add-module-exports`
 - [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`, `chai`, `eslint-plugin-markdown`
  • Loading branch information
ljharb committed Nov 4, 2022
1 parent db624a6 commit ced70b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enzyme-shallow-equal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enzyme-shallow-equal",
"version": "1.0.4",
"version": "1.0.5",
"description": "Adaptation of react-addons-shallow-compare, for independent usage",
"homepage": "https://enzymejs.github.io/enzyme/",
"main": "build",
Expand Down

0 comments on commit ced70b8

Please sign in to comment.