Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f302d7b

Browse files
author
vinogradov
committed
update dependencies
1 parent 013e98c commit f302d7b

File tree

3 files changed

+120
-85
lines changed

3 files changed

+120
-85
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[See in action](https://vinogradov.github.io/react-starter-kit)
22

3-
Includes only the latest and greatest web technologies (dependencies updated at 15 June 2017). Use it for your next heroic SPA project because you can't go wrong with it. Contains minimal viable "hello, world" code just to proof it works. Remove hello world and write your own great project.
3+
Includes only the latest and greatest web technologies (dependencies updated at 21 June 2017). Use it for your next heroic SPA project because you can't go wrong with it. Contains minimal viable "hello, world" code just to proof it works. Remove hello world and write your own great project.
44

55
# Principles
66
1. Using plain [ES2015](https://babeljs.io/docs/plugins/preset-es2015/)/[16](https://babeljs.io/docs/plugins/preset-es2016/)/[17](https://babeljs.io/docs/plugins/preset-es2017/). Minimizing use of [experimental Stage-X](https://babeljs.io/docs/plugins/#presets-stage-x-experimental-presets-) javascript features. Only [stage-3](https://babeljs.io/docs/plugins/preset-stage-3/)/4 features are supported, because they're relatively stable

‎package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"babel-core": "6.25.0",
1717
"babel-jest": "20.0.3",
18-
"babel-loader": "7.0.0",
18+
"babel-loader": "7.1.0",
1919
"babel-plugin-transform-object-rest-spread": "6.23.0",
2020
"babel-preset-es2015": "6.24.1",
2121
"babel-preset-es2016": "6.24.1",
@@ -26,7 +26,7 @@
2626
"css-loader": "0.28.4",
2727
"eslint": "3.19.0",
2828
"eslint-config-airbnb": "15.0.1",
29-
"eslint-loader": "1.7.1",
29+
"eslint-loader": "1.8.0",
3030
"eslint-plugin-import": "2.3.0",
3131
"eslint-plugin-jest": "20.0.3",
3232
"eslint-plugin-jsx-a11y": "5.0.3",
@@ -38,16 +38,16 @@
3838
"jest": "20.0.4",
3939
"node-sass": "4.5.3",
4040
"prop-types": "15.5.10",
41-
"react": "15.6.0",
42-
"react-dom": "15.6.0",
41+
"react": "15.6.1",
42+
"react-dom": "15.6.1",
4343
"react-redux": "5.0.5",
4444
"react-router-dom": "4.1.1",
45-
"react-test-renderer": "15.5.4",
46-
"redux": "3.6.0",
45+
"react-test-renderer": "15.6.1",
46+
"redux": "3.7.0",
4747
"redux-logger": "3.0.6",
4848
"redux-saga": "0.15.3",
4949
"redux-thunk": "2.2.0",
50-
"sass-loader": "6.0.5",
50+
"sass-loader": "6.0.6",
5151
"script-ext-html-webpack-plugin": "1.8.1",
5252
"style-loader": "0.18.2",
5353
"webpack": "2.6.1",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /