Skip to content

Commit 551def4

Browse files
committed
chore: upgraded dependencies
1 parent 0fb7bc3 commit 551def4

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

docs/dependencies.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# NPM Dependencies
22

3+
VERIFICATION
4+
5+
Things need to be verified after upgrading dependencies:
6+
7+
* Unit tests should work
8+
* Integration tests (if any) should work
9+
* Production build should have no error
10+
* Server-side rendering: no ajax request on initial page load
11+
* Routing: page should make ajax requests after routing
12+
* Development HMR: changes to components should be reflected to browser
13+
* I18n texts should be rendered correctly in different languages
14+
315
NOTES
416

517
* postcss-import: use 8.0.2 because 8.1.2 causes this error (as of 09/16/2016)
@@ -14,15 +26,3 @@ Module build failed: (SystemJS) ENOENT: no such file or directory, open '/Users/
1426

1527
* webpack: use 2.1.0-beta.22 because 2.1.0-beta.23 causes a build error with heroku (as of 09/20/2016)
1628
* https://github.com/webpack/webpack/issues/3018
17-
18-
VERIFICATION
19-
20-
Things need to be verified after upgrading dependencies:
21-
22-
* Unit tests should work
23-
* Integration tests (if any) should work
24-
* Production build should have no error
25-
* Server-side rendering: no ajax request on initial page load
26-
* Routing: page should make ajax requests after routing
27-
* Development HMR: changes to components should be reflected to browser
28-
* I18n texts should be rendered correctly in different languages

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-setup",
33
"description": "A Universal React setup with i18n: Babel 6, Koa 2, React, React Router, React Transmit, React Bootstrap, React-intl, Mocha, Webpack HMR, PostCSS, ESLint.",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"author": "Duc Nguyen (https://github.com/ngduc)",
66
"license": "MIT",
77
"homepage": "https://github.com/ngduc/react-setup",
@@ -70,9 +70,9 @@
7070
"fetch-plus-bearerauth": "^3.10.4",
7171
"fetch-plus-json": "^3.10.4",
7272
"forever": "^0.15.2",
73-
"glob": "^7.0.6",
73+
"glob": "^7.1.0",
7474
"html-webpack-plugin": "^2.22.0",
75-
"intl": "^1.2.4",
75+
"intl": "^1.2.5",
7676
"intl-locales-supported": "^1.0.0",
7777
"intl-messageformat-parser": "^1.2.0",
7878
"isomorphic-fetch": "^2.2.1",
@@ -89,17 +89,17 @@
8989
"koa-session": "^3.3.1",
9090
"mkdirp": "^0.5.1",
9191
"mustache": "^2.2.1",
92-
"postcss-cssnext": "^2.5.1",
92+
"postcss-cssnext": "^2.8.0",
9393
"postcss-import": "8.0.2",
9494
"postcss-loader": "^0.13.0",
9595
"postcss-mixins": "^5.2.0",
9696
"postcss-nested": "^1.0.0",
9797
"postcss-simple-vars": "^3.0.0",
98-
"react": "^15.3.1",
99-
"react-addons-css-transition-group": "^15.3.1",
100-
"react-addons-test-utils": "^15.3.1",
98+
"react": "^15.3.2",
99+
"react-addons-css-transition-group": "^15.3.2",
100+
"react-addons-test-utils": "^15.3.2",
101101
"react-bootstrap": "^0.30.3",
102-
"react-dom": "^15.3.1",
102+
"react-dom": "^15.3.2",
103103
"react-inline-css": "^2.3.0",
104104
"react-intl": "^2.1.5",
105105
"react-router": "^2.8.1",
@@ -113,13 +113,13 @@
113113
"chai": "^3.5.0",
114114
"eslint": "^3.5.0",
115115
"eslint-plugin-jsdoc": "^2.3.1",
116-
"eslint-plugin-react": "^6.2.2",
116+
"eslint-plugin-react": "^6.3.0",
117117
"isparta": "^4.0.0",
118118
"jsdom": "^9.5.0",
119119
"mocha": "^3.0.2",
120120
"pre-git": "^3.10.0",
121121
"react-proxy": "^1.1.8",
122-
"sinon": "^1.17.5",
122+
"sinon": "^1.17.6",
123123
"sinon-chai": "^2.8.0",
124124
"teaspoon": "^6.4.1",
125125
"webpack-dev-server": "^2.1.0-beta"

0 commit comments

Comments
 (0)