|
9 | 9 | },
|
10 | 10 | "repository": {
|
11 | 11 | "type": "git",
|
12 |
| - "url": "https://github.com/combine/react-redux-starter.git" |
| 12 | + "url": "https://github.com/combine/universal-react-redux.git" |
13 | 13 | },
|
14 | 14 | "engines": {
|
15 | 15 | "node": "6.2.1",
|
|
31 | 31 | "postinstall": "if [ \"$NODE_ENV\" = \"production\" ]; then npm run prod:build; fi"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "babel-eslint": "6.1.2", |
35 |
| - "eslint": "3.4.0", |
36 |
| - "eslint-loader": "1.5.0", |
37 |
| - "eslint-plugin-react": "6.2.0", |
38 |
| - "nodemon": "1.10.2", |
| 34 | + "babel-eslint": "7.0.0", |
| 35 | + "eslint": "3.8.1", |
| 36 | + "eslint-loader": "1.6.0", |
| 37 | + "eslint-plugin-react": "6.4.1", |
| 38 | + "nodemon": "1.11.0", |
39 | 39 | "react-transform-catch-errors": "1.0.2",
|
40 | 40 | "react-transform-hmr": "1.0.4",
|
41 |
| - "redbox-react": "1.3.0", |
| 41 | + "redbox-react": "1.3.2", |
42 | 42 | "redux-devtools": "3.3.1",
|
43 | 43 | "redux-devtools-dock-monitor": "1.1.1",
|
44 | 44 | "redux-devtools-log-monitor": "1.0.11",
|
45 |
| - "webpack-dev-server": "1.15.1", |
| 45 | + "webpack-dev-server": "1.16.2", |
46 | 46 | "webpack-sources": "0.1.2"
|
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 |
| - "app-module-path": "1.1.0", |
50 |
| - "autoprefixer": "6.4.1", |
| 49 | + "app-module-path": "2.1.0", |
| 50 | + "autoprefixer": "6.5.1", |
51 | 51 | "babel": "6.5.2",
|
52 |
| - "babel-cli": "6.14.0", |
53 |
| - "babel-core": "6.14.0", |
| 52 | + "babel-cli": "6.16.0", |
| 53 | + "babel-core": "6.17.0", |
54 | 54 | "babel-loader": "6.2.5",
|
55 | 55 | "babel-plugin-react-transform": "2.0.2",
|
56 |
| - "babel-plugin-resolver": "1.0.0", |
| 56 | + "babel-plugin-resolver": "1.1.0", |
57 | 57 | "babel-plugin-syntax-class-properties": "6.13.0",
|
58 | 58 | "babel-plugin-syntax-decorators": "6.13.0",
|
59 | 59 | "babel-plugin-syntax-object-rest-spread": "6.13.0",
|
60 |
| - "babel-plugin-transform-class-properties": "6.11.5", |
| 60 | + "babel-plugin-transform-class-properties": "6.16.0", |
61 | 61 | "babel-plugin-transform-decorators": "6.13.0",
|
62 |
| - "babel-plugin-transform-object-rest-spread": "6.8.0", |
63 |
| - "babel-polyfill": "6.13.0", |
64 |
| - "babel-preset-es2015": "6.14.0", |
65 |
| - "babel-preset-react": "6.11.1", |
66 |
| - "babel-register": "6.14.0", |
| 62 | + "babel-plugin-transform-object-rest-spread": "6.16.0", |
| 63 | + "babel-polyfill": "6.16.0", |
| 64 | + "babel-preset-es2015": "6.16.0", |
| 65 | + "babel-preset-react": "6.16.0", |
| 66 | + "babel-register": "6.16.3", |
67 | 67 | "classnames": "2.2.5",
|
68 | 68 | "compression": "1.6.2",
|
69 |
| - "compression-webpack-plugin": "0.3.1", |
70 |
| - "css-loader": "0.24.0", |
71 |
| - "css-modules-require-hook": "4.0.2", |
| 69 | + "compression-webpack-plugin": "0.3.2", |
| 70 | + "css-loader": "0.25.0", |
| 71 | + "css-modules-require-hook": "4.0.5", |
72 | 72 | "expose-loader": "0.7.1",
|
73 | 73 | "express": "4.14.0",
|
74 | 74 | "extract-text-webpack-plugin": "1.0.1",
|
75 | 75 | "file-loader": "0.9.0",
|
76 | 76 | "font-awesome": "4.6.3",
|
77 |
| - "history": "3.2.1", |
| 77 | + "history": "4.3.0", |
78 | 78 | "include-media": "1.4.8",
|
79 | 79 | "isomorphic-fetch": "2.2.1",
|
80 | 80 | "json-loader": "0.5.4",
|
81 |
| - "lodash": "4.15.0", |
82 |
| - "mocha": "3.0.2", |
83 |
| - "node-sass": "3.9.0", |
84 |
| - "postcss-loader": "0.11.1", |
85 |
| - "react": "15.3.1", |
86 |
| - "react-dom": "15.3.1", |
| 81 | + "lodash": "4.16.4", |
| 82 | + "mocha": "3.1.2", |
| 83 | + "node-sass": "3.10.1", |
| 84 | + "postcss-loader": "1.0.0", |
| 85 | + "react": "15.3.2", |
| 86 | + "react-dom": "15.3.2", |
87 | 87 | "react-redux": "4.4.5",
|
88 |
| - "react-router": "2.7.0", |
89 |
| - "react-router-redux": "4.0.5", |
| 88 | + "react-router": "2.8.1", |
| 89 | + "react-router-redux": "4.0.6", |
90 | 90 | "redux": "3.6.0",
|
91 | 91 | "redux-localstorage": "0.4.1",
|
92 | 92 | "redux-thunk": "2.1.0",
|
93 |
| - "reselect": "2.5.3", |
| 93 | + "reselect": "2.5.4", |
94 | 94 | "resolve-url-loader": "1.6.0",
|
95 |
| - "sass-loader": "4.0.1", |
| 95 | + "sass-loader": "4.0.2", |
96 | 96 | "serve-static": "1.11.1",
|
97 | 97 | "style-loader": "0.13.1",
|
98 | 98 | "url-loader": "0.5.7",
|
99 | 99 | "webpack": "1.13.2",
|
100 |
| - "webpack-isomorphic-tools": "2.5.8" |
| 100 | + "webpack-isomorphic-tools": "2.6.3" |
101 | 101 | }
|
102 | 102 | }
|
0 commit comments