Skip to content

Commit

Permalink
fix(dependency): pinOnlyDevDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Jan 25, 2018
1 parent c6c57d1 commit 7c1ab82
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 277 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@

> Unreleased
## [v2.1.3]

> Jan 25, 2018
* fix(dependency): pinOnlyDevDependencies

## [v2.1.2]

> Jan 16, 2018
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -6,7 +6,6 @@
[![Codecov Status][codecov-badge]][codecov]
[![npm package][npm-badge]][npm]
[![npm downloads][npm-downloads]][npm]
[![node][node]]()

[![Dependency Status][dependency-badge]][dependency]
[![devDependency Status][devdependency-badge]][devdependency]
Expand Down Expand Up @@ -135,7 +134,6 @@ MIT: [http://michaelhsu.mit-license.org](http://michaelhsu.mit-license.org)
[npm]: https://www.npmjs.org/package/react-progressive-bg-image
[codecov-badge]: https://img.shields.io/codecov/c/github/evenchange4/react-progressive-bg-image.svg?style=flat-square
[codecov]: https://codecov.io/github/evenchange4/react-progressive-bg-image?branch=master
[node]: https://img.shields.io/node/v/react-progressive-bg-image.svg?style=flat-square
[npm-downloads]: https://img.shields.io/npm/dt/react-progressive-bg-image.svg?style=flat-square
[license-badge]: https://img.shields.io/npm/l/react-progressive-bg-image.svg?style=flat-square
[license]: http://michaelhsu.mit-license.org/
Expand Down
27 changes: 12 additions & 15 deletions package.json
Expand Up @@ -11,9 +11,6 @@
"homepage":
"https://github.com/evenchange4/react-progressive-bg-image#readme",
"files": ["lib"],
"engines": {
"node": ">=9.0.0"
},
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -30,25 +27,25 @@
"format": "prettier --write 'src/**/*.js' '.storybook/*.js' '*.{md,json}'"
},
"dependencies": {
"prop-types": "15.6.0",
"ramda": "0.25.0",
"recompose": "0.26.0",
"rxjs": "5.5.6"
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"recompose": "^0.26.0",
"rxjs": "^5.5.6"
},
"devDependencies": {
"@storybook/addon-info": "3.3.9",
"@storybook/addon-options": "3.3.9",
"@storybook/addon-storyshots": "3.3.9",
"@storybook/react": "3.3.9",
"@storybook/addon-info": "3.3.10",
"@storybook/addon-options": "3.3.10",
"@storybook/addon-storyshots": "3.3.10",
"@storybook/react": "3.3.10",
"babel-cli": "6.26.0",
"babel-eslint": "8.2.1",
"babel-preset-env": "1.6.1",
"babel-preset-react-app": "3.1.1",
"codecov": "3.0.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.0",
"eslint": "4.15.0",
"enzyme-to-json": "3.3.1",
"eslint": "4.16.0",
"eslint-config-airbnb": "16.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.8.0",
Expand All @@ -57,9 +54,9 @@
"eslint-plugin-prettier": "2.5.0",
"eslint-plugin-react": "7.5.1",
"husky": "0.14.3",
"jest": "22.1.3",
"jest": "22.1.4",
"jest-styled-components": "4.10.0",
"lint-staged": "6.0.0",
"lint-staged": "6.0.1",
"normalize.css": "7.0.0",
"prettier": "1.10.2",
"react": "16.2.0",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
@@ -1,3 +1,3 @@
{
"extends": ["config:base"]
"extends": ["config:js-lib"]
}

0 comments on commit 7c1ab82

Please sign in to comment.