Skip to content

Commit

Permalink
[Dev Deps] add missing devDep ranges to match peerDep ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 26, 2021
1 parent 46e91e1 commit 035f6d9
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/enzyme-adapter-react-13/package.json
Expand Up @@ -61,6 +61,7 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "^0.13.0",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/enzyme-adapter-react-14/package.json
Expand Up @@ -65,6 +65,9 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/enzyme-adapter-react-15.4/package.json
Expand Up @@ -65,6 +65,9 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "15.0.0-0 - 15.4.x",
"react-dom": "15.0.0-0 - 15.4.x",
"react-addons-test-utils": "15.0.0-0 - 15.4.x",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/enzyme-adapter-react-15/package.json
Expand Up @@ -64,6 +64,9 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-test-renderer": "^15.5.0",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/enzyme-adapter-react-16.1/package.json
Expand Up @@ -65,6 +65,8 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "~16.0.0-0 || ~16.1",
"react-dom": "~16.0.0-0 || ~16.1",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/enzyme-adapter-react-16.2/package.json
Expand Up @@ -66,6 +66,8 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "~16.2",
"react-dom": "~16.2",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/enzyme-adapter-react-16.3/package.json
Expand Up @@ -66,6 +66,8 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "~16.3.0-0",
"react-dom": "~16.3.0-0",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/enzyme-adapter-react-16/package.json
Expand Up @@ -67,6 +67,8 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "^16.0.0-0",
"react-dom": "^16.0.0-0",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
1 change: 1 addition & 0 deletions packages/enzyme-adapter-utils/package.json
Expand Up @@ -62,6 +62,7 @@
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"in-publish": "^2.0.1",
"react": "0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
}
Expand Down
2 changes: 2 additions & 0 deletions packages/enzyme-test-suite/package.json
Expand Up @@ -70,6 +70,8 @@
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"react": "*",
"react-dom": "*",
"rimraf": "^2.7.1"
}
}

0 comments on commit 035f6d9

Please sign in to comment.