Skip to content

Commit 14e209a

Browse files
committed
updated @types
updated jspm/husky/typescript
1 parent 611d6e6 commit 14e209a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@
3838
"regenerator": "cd temp && cp ../dist/app.js . && regenerator -r app.js > app.regenerator.js && mv app.regenerator.js ../dist/app.js "
3939
},
4040
"devDependencies": {
41-
"@types/blue-tape": "^0.1.29",
42-
"@types/classnames": "^0.0.28",
43-
"@types/react": "^0.14.34",
44-
"@types/react-dom": "^0.14.16",
45-
"@types/react-redux": "^4.4.31",
46-
"@types/react-router": "^2.0.33",
47-
"@types/react-router-redux": "^4.0.32",
48-
"@types/redux": "^3.5.29",
49-
"@types/redux-actions": "^0.8.29",
50-
"@types/tape": "^4.2.27",
51-
"@types/whatwg-fetch": "^0.0.30",
41+
"@types/blue-tape": "^0.1.30",
42+
"@types/classnames": "^0.0.31",
43+
"@types/react": "^0.14.39",
44+
"@types/react-dom": "^0.14.11",
45+
"@types/react-redux": "^4.4.32",
46+
"@types/react-router": "^2.0.37",
47+
"@types/react-router-redux": "^4.0.34",
48+
"@types/redux": "^3.6.31",
49+
"@types/redux-actions": "^0.8.30",
50+
"@types/tape": "^4.2.28",
51+
"@types/whatwg-fetch": "^0.0.32",
5252
"faucet": "^0.0.1",
53-
"husky": "^0.11.7",
54-
"jspm": "^0.17.0-beta.28",
53+
"husky": "^0.11.8",
54+
"jspm": "^0.17.0-beta.29",
5555
"jspm-hmr": "^0.4.2",
5656
"regenerator": "^0.8.46",
5757
"rimraf": "^2.5.4",
5858
"tslint": "^3.15.1",
59-
"typescript": "^2.0.2"
59+
"typescript": "^2.0.3"
6060
},
6161
"jspm": {
6262
"name": "app",

0 commit comments

Comments
 (0)