Skip to content

Commit

Permalink
DIG-28190 Update peerDep on ffe-form to include version 8.x
Browse files Browse the repository at this point in the history
* Bump devDeps to `ffe-core@10.1.1` and `ffe-form@8.1.1`
  • Loading branch information
Henrik Hermansen committed Oct 11, 2017
1 parent 4f199de commit a38c429
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 4.4.3
* Update peerDep on `ffe-form` to include version `8.x`
* Bump devDeps to `ffe-core@10.1.1` and `ffe-form@8.1.1`

## 4.4.2
* Use PropTypes from prop-types package

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffe-checkbox-react",
"version": "4.4.2",
"version": "4.4.3",
"main": "lib/checkbox.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/. && npm run example",
Expand All @@ -17,7 +17,7 @@
"postpublish": "git tag ${npm_package_version} && git push --tags"
},
"peerDependencies": {
"ffe-form": "1.x - 7.x"
"ffe-form": "1.x - 8.x"
},
"dependencies": {
"classnames": "^2.2.5",
Expand All @@ -41,8 +41,8 @@
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.8.0",
"ffe-core": "^9.2.0",
"ffe-form": "7.0.2",
"ffe-core": "^10.1.1",
"ffe-form": "8.1.1",
"mocha": "^2.4.5",
"mocha-tap13": "0.0.3",
"node-lessify": "^0.1.4",
Expand Down

0 comments on commit a38c429

Please sign in to comment.