Skip to content
This repository was archived by the owner on Jan 9, 2019. It is now read-only.

Commit d9e4275

Browse files
committed
Upgrade deps (including webpack 2.2 final release), release 2.0.0-beta.1
1 parent dde7a94 commit d9e4275

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stoke-react-scripts",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Common scripts for running React-based apps and websites",
55
"repository": "stokestudio/stoke-react-scripts",
66
"author": "Kevin Wade <kevin@stokestudio.com>",
@@ -13,41 +13,41 @@
1313
"react-dom": "15.x"
1414
},
1515
"dependencies": {
16-
"autoprefixer": "^6.5.1",
17-
"babel-core": "^6.17.0",
16+
"autoprefixer": "^6.7.2",
17+
"babel-core": "^6.22.1",
1818
"babel-loader": "^6.2.5",
1919
"babel-plugin-lodash": "^3.2.9",
20-
"babel-plugin-transform-function-bind": "^6.8.0",
21-
"babel-preset-latest": "^6.16.0",
22-
"babel-preset-react": "^6.16.0",
23-
"babel-preset-stage-2": "^6.17.0",
20+
"babel-plugin-transform-function-bind": "^6.22.0",
21+
"babel-preset-latest": "^6.22.0",
22+
"babel-preset-react": "^6.22.0",
23+
"babel-preset-stage-2": "^6.22.0",
2424
"css-loader": "^0.26.1",
2525
"eslint-loader": "^1.6.0",
26-
"extract-text-webpack-plugin": "^2.0.0-beta.4",
26+
"extract-text-webpack-plugin": "^2.0.0-rc.3",
2727
"html-loader": "^0.4.4",
2828
"json-loader": "^0.5.4",
29-
"node-sass": "^4.1.1",
29+
"node-sass": "^4.5.0",
3030
"postcss-assets": "^4.1.0",
3131
"postcss-flexbugs-fixes": "^2.0.0",
32-
"postcss-loader": "^1.0.0",
32+
"postcss-loader": "^1.2.2",
3333
"postcss-pseudo-class-any-link": "^3.0.1",
34-
"postcss-pxtorem": "^3.3.1",
34+
"postcss-pxtorem": "^4.0.0",
3535
"precss": "^1.4.0",
3636
"promise": "^7.1.1",
37-
"react-hot-loader": "^3.0.0-beta.5",
37+
"react-hot-loader": "^3.0.0-beta.6",
3838
"sass-loader": "^4.0.2",
3939
"style-loader": "^0.13.1",
40-
"webpack": "^2.2.0-rc.3",
41-
"webpack-dev-server": "^2.2.0-rc.0",
42-
"whatwg-fetch": "^2.0.1"
40+
"webpack": "^2.2.1",
41+
"webpack-dev-server": "^2.3.0",
42+
"whatwg-fetch": "^2.0.2"
4343
},
4444
"devDependencies": {
4545
"babel-eslint": "^7.0.0",
46-
"eslint": "^3.8.1",
46+
"eslint": "^3.15.0",
4747
"eslint-config-react-app": "^0.5.0",
48-
"eslint-plugin-flowtype": "^2.21.0",
48+
"eslint-plugin-flowtype": "^2.30.0",
4949
"eslint-plugin-import": "^2.0.1",
5050
"eslint-plugin-jsx-a11y": "^3.0.2",
51-
"eslint-plugin-react": "^6.4.1"
51+
"eslint-plugin-react": "^6.9.0"
5252
}
5353
}

0 commit comments

Comments
 (0)