|
1 | 1 | { |
2 | 2 | "name": "react-scrollspy", |
3 | | - "version": "3.1.1", |
| 3 | + "version": "3.1.2", |
4 | 4 | "description": "react scrollspy component", |
5 | 5 | "main": "./lib/Scrollspy.js", |
6 | 6 | "files": [ |
|
33 | 33 | "author": "makotot", |
34 | 34 | "license": "MIT", |
35 | 35 | "devDependencies": { |
36 | | - "autoprefixer": "^7.0.0", |
| 36 | + "autoprefixer": "^7.1.1", |
37 | 37 | "ava": "^0.19.1", |
38 | 38 | "babel-cli": "^6.24.1", |
39 | | - "babel-core": "^6.24.1", |
| 39 | + "babel-core": "^6.25.0", |
40 | 40 | "babel-eslint": "^7.2.3", |
41 | 41 | "babel-loader": "^7.0.0", |
42 | 42 | "babel-plugin-transform-object-assign": "^6.22.0", |
43 | 43 | "babel-plugin-transform-runtime": "^6.23.0", |
44 | | - "babel-preset-env": "^1.4.0", |
| 44 | + "babel-preset-env": "^1.5.2", |
45 | 45 | "babel-preset-react": "^6.24.1", |
46 | 46 | "babel-preset-react-hmre": "^1.1.1", |
47 | 47 | "construct-css": "https://github.com/makotot/construct.git", |
48 | | - "css-loader": "^0.28.1", |
| 48 | + "css-loader": "^0.28.4", |
49 | 49 | "cssnano": "^3.10.0", |
50 | 50 | "enzyme": "^2.8.2", |
51 | 51 | "eslint": "^3.19.0", |
52 | 52 | "eslint-loader": "^1.7.1", |
53 | | - "eslint-plugin-react": "^7.0.0", |
| 53 | + "eslint-plugin-react": "^7.0.1", |
54 | 54 | "html-webpack-plugin": "^2.28.0", |
55 | | - "node-sass": "^4.5.2", |
| 55 | + "node-sass": "^4.5.3", |
56 | 56 | "normalize.css": "^7.0.0", |
57 | 57 | "postcss-loader": "^1.3.3", |
58 | 58 | "react-addons-perf": "^15.4.2", |
59 | 59 | "react-highlight": "^0.10.0", |
60 | 60 | "react-test-renderer": "^15.5.4", |
61 | | - "sass-loader": "^6.0.3", |
| 61 | + "sass-loader": "^6.0.5", |
62 | 62 | "style-loader": "^0.17.0", |
63 | | - "webpack": "^2.5.1", |
| 63 | + "webpack": "^2.6.1", |
64 | 64 | "webpack-dev-server": "^2.4.5" |
65 | 65 | }, |
66 | 66 | "peerDependencies": { |
|
70 | 70 | "dependencies": { |
71 | 71 | "babel-runtime": "^6.23.0", |
72 | 72 | "classnames": "^2.2.5", |
73 | | - "prop-types": "^15.5.8" |
| 73 | + "prop-types": "^15.5.10" |
74 | 74 | }, |
75 | 75 | "keywords": [ |
76 | 76 | "react", |
|
0 commit comments