Skip to content

Commit 9f5d643

Browse files
committed
updated react
updated systemjs plugins
1 parent 14e209a commit 9f5d643

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## _React v15.3.1 / Redux v3.6.0 / TypeScript v2.0.2_ - starter-kit
1+
## _React v15.3.2 / Redux v3.6.0 / TypeScript v2.0.3_ - starter-kit
22
#### __React-Router v2.8.1 / Seamless-Immutable / Fetch API / JSPM (SystemJS with Hot-Reload & Rollup)__
33

44
> ##### Futuristic, production-ready development environment for building _Component-Driven, Flux Single Page Applications with React, Redux and TypeScript_ - utilizing power of Static Type Checking, ES2016, Async/Await, ES6 Modules, Linting, Git-Hooks, fast in browser (on-the-fly) transpilation, bundling with tree-shaking - powered by JSPM (SystemJS with Hot-Reload & Rollup).

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"classnames": "npm:classnames@^2.2.5",
6666
"csjs": "npm:csjs@^1.0.6",
6767
"insert-css": "npm:insert-css@^1.0.0",
68-
"react-dom": "npm:react-dom@^15.3.1",
68+
"react-dom": "npm:react-dom@^15.3.2",
6969
"react-redux": "npm:react-redux@^4.4.5",
7070
"react-router": "npm:react-router@^2.8.1",
7171
"react-router-redux": "npm:react-router-redux@^4.0.5",
@@ -75,8 +75,8 @@
7575
},
7676
"devDependencies": {
7777
"blue-tape": "npm:blue-tape@^0.2.0",
78-
"css": "github:systemjs/plugin-css@^0.1.27",
79-
"plugin-typescript": "github:frankwallis/plugin-typescript@^5.1.2",
78+
"css": "github:systemjs/plugin-css@^0.1.30",
79+
"plugin-typescript": "github:frankwallis/plugin-typescript@^5.2.7",
8080
"systemjs-hot-reloader": "github:capaj/systemjs-hot-reloader@^0.6.0"
8181
},
8282
"peerDependencies": {
@@ -93,7 +93,7 @@
9393
"os": "github:jspm/nodelibs-os@^0.2.0-alpha",
9494
"path": "github:jspm/nodelibs-path@^0.2.0-alpha",
9595
"process": "github:jspm/nodelibs-process@^0.2.0-alpha",
96-
"react": "npm:react@^15.3.1",
96+
"react": "npm:react@^15.3.2",
9797
"redux": "npm:redux@^3.6.0",
9898
"stream": "github:jspm/nodelibs-stream@^0.2.0-alpha",
9999
"string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha",
@@ -103,6 +103,9 @@
103103
"zlib": "github:jspm/nodelibs-zlib@^0.2.0-alpha"
104104
},
105105
"overrides": {
106+
"github:socketio/socket.io-client@1.5.0": {
107+
"main": "socket.io.js"
108+
},
106109
"npm:browserify-zlib@0.1.4": {
107110
"dependencies": {
108111
"readable-stream": "^2.0.2",
@@ -131,7 +134,7 @@
131134
"test.js"
132135
]
133136
},
134-
"npm:lodash@4.15.0": {
137+
"npm:lodash@4.16.4": {
135138
"map": {
136139
"buffer": "@empty",
137140
"process": "@empty"
@@ -141,7 +144,7 @@
141144
"jspmNodeConversion": false,
142145
"format": "cjs"
143146
},
144-
"npm:typescript@2.0.2": {
147+
"npm:typescript@2.0.3": {
145148
"browser": {},
146149
"map": {
147150
"buffer": "@empty",

0 commit comments

Comments
 (0)