Skip to content

Commit b39a124

Browse files
committed
update package deps
1 parent 9b5f54b commit b39a124

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"dependencies": {
2424
"atom-plugin-command-line": "1.0.2",
25-
"coderoad-cli": "0.6.0",
26-
"core-coderoad": "0.6.2",
27-
"lodash.debounce": "4.0.7",
28-
"material-ui": "0.15.2",
25+
"coderoad-cli": "^0.9.0",
26+
"core-coderoad": "0.8.1",
27+
"lodash.debounce": "4.0.8",
28+
"material-ui": "0.15.4",
2929
"node-file-exists": "1.1.0",
30-
"react": "15.3.0",
31-
"react-dom": "15.3.0",
30+
"react": "15.3.1",
31+
"react-dom": "15.3.1",
3232
"react-redux": "4.4.5",
33-
"react-router-sans-urls": "0.1.0",
33+
"react-router-sans-urls": "0.1.2",
3434
"react-tap-event-plugin": "1.0.0",
3535
"redux": "3.5.2",
3636
"redux-form": "6.0.0-alpha.15",
@@ -40,8 +40,8 @@
4040
"atom-workspace": "cb-viewer:toggle"
4141
},
4242
"devDependencies": {
43-
"tslint": "3.14.0",
44-
"tslint-react": "0.4.0",
43+
"tslint": "3.15.1",
44+
"tslint-react": "1.0.0",
4545
"typescript": "^2.0.0"
4646
}
4747
}

0 commit comments

Comments
 (0)