Skip to content

Commit f4b36ff

Browse files
committed
updated deps
1 parent b8b007d commit f4b36ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"/>
99
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"/>
1010
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"/>
11-
<script src="/node_modules/prismjs-package/themes/prism.css"></script>
11+
<link rel="stylesheet" href="/node_modules/prismjs-package/themes/prism.css"/>
1212
<link rel="stylesheet" href="/static/styles.css"/>
1313
</head>
1414
<body>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"dependencies": {
2828
"classnames": "^2.2.5",
2929
"lang-map": "^0.4.0",
30-
"lodash": "^4.16.2",
30+
"lodash": "^4.16.4",
3131
"parse-diff": "^0.4.0",
32-
"prismjs-package": "^0.7.18",
32+
"prismjs-package": "^0.7.19",
3333
"react": "^15.3.2",
3434
"react-dom": "^15.3.2"
3535
},
3636
"devDependencies": {
3737
"jquery": "^3.1.1",
38-
"react-bootstrap": "^0.30.4",
39-
"react-devpack": "^0.2.0"
38+
"react-bootstrap": "^0.30.5",
39+
"react-devpack": "^0.2.1"
4040
}
4141
}

0 commit comments

Comments
 (0)