Skip to content

Commit a37387a

Browse files
committed
[enzyme-adapter-react-14] v1.0.6
- [fix] call ref for a root element (#1541) - [fix] Allow empty strings as key props (#1524) - [fix] Allow empty strings as key props - [fix] correct the adapter class name - [fix] `mount`: make sure it works with native arrow functions (#1667) - [refactor]: add “lifecycles” adapter option (#1696) - [refactor] use `react-is` package - [deps] remove unneeded `lodash` dep; update `prop-types`, `enzyme-adapter-utils`, `object.assign` - [dev deps] update `babel-cli`, `babel-core`, `babel-plugin-transform-replace-object-assign`, `babel-preset-airbnb`, `chai`, `coveralls`, `eslint`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `lerna`, `json-loader`, `karma-firefox-launcher`, `prop-types`, `lerna`, `rimraf`, `webpack`
1 parent 97ebee1 commit a37387a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/enzyme-adapter-react-14/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enzyme-adapter-react-14",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "JavaScript Testing utilities for React",
55
"homepage": "http://airbnb.io/enzyme/",
66
"main": "build",
@@ -34,7 +34,7 @@
3434
"author": "Leland Richardson <[email protected]>",
3535
"license": "MIT",
3636
"dependencies": {
37-
"enzyme-adapter-utils": "^1.3.0",
37+
"enzyme-adapter-utils": "^1.4.0",
3838
"object.assign": "^4.1.0",
3939
"object.values": "^1.0.4",
4040
"prop-types": "^15.6.0",

0 commit comments

Comments
 (0)