Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #65 from makotot/update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
makotot authored Jun 9, 2017
2 parents 44cc788 + 73154cd commit e20459a
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 52 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scrollspy",
"version": "3.1.1",
"version": "3.1.2",
"description": "react scrollspy component",
"main": "./lib/Scrollspy.js",
"files": [
Expand Down Expand Up @@ -33,34 +33,34 @@
"author": "makotot",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.0.0",
"autoprefixer": "^7.1.1",
"ava": "^0.19.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"construct-css": "https://github.com/makotot/construct.git",
"css-loader": "^0.28.1",
"css-loader": "^0.28.4",
"cssnano": "^3.10.0",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react": "^7.0.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"node-sass": "^4.5.3",
"normalize.css": "^7.0.0",
"postcss-loader": "^1.3.3",
"react-addons-perf": "^15.4.2",
"react-highlight": "^0.10.0",
"react-test-renderer": "^15.5.4",
"sass-loader": "^6.0.3",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"webpack": "^2.5.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"peerDependencies": {
Expand All @@ -70,7 +70,7 @@
"dependencies": {
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8"
"prop-types": "^15.5.10"
},
"keywords": [
"react",
Expand Down
Loading

0 comments on commit e20459a

Please sign in to comment.