Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit e0e07c9

Browse files
committed
Upgrade dependencies
1 parent 8bd39b1 commit e0e07c9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"author": "Adam Putinski",
2323
"dependencies": {
24-
"classnames": "^2.1.3",
24+
"classnames": "^2.2.3",
2525
"rebound": "0.0.13"
2626
},
2727
"devDependencies": {
@@ -30,20 +30,20 @@
3030
"babel-loader": "^6.2.1",
3131
"babel-preset-es2015": "^6.3.13",
3232
"babel-preset-react": "^6.3.13",
33-
"chai": "^3.3.0",
34-
"karma": "^0.13.10",
33+
"chai": "^3.4.1",
34+
"karma": "^0.13.19",
3535
"karma-chai": "^0.1.0",
36-
"karma-chrome-launcher": "^0.2.0",
37-
"karma-mocha": "^0.2.0",
38-
"karma-phantomjs-launcher": "^0.2.1",
39-
"karma-spec-reporter": "0.0.20",
36+
"karma-chrome-launcher": "^0.2.2",
37+
"karma-mocha": "^0.2.1",
38+
"karma-phantomjs-launcher": "^0.2.3",
39+
"karma-spec-reporter": "0.0.23",
4040
"karma-webpack": "^1.7.0",
4141
"minimist": "^1.2.0",
42-
"mocha": "^2.3.3",
43-
"phantomjs": "^1.9.18",
44-
"react": "0.13.3",
45-
"sinon": "^1.17.1",
46-
"webpack": "^1.12.2",
47-
"webpack-dev-server": "^1.12.0"
42+
"mocha": "^2.3.4",
43+
"phantomjs": "^1.9.19",
44+
"react": "0.14.6",
45+
"sinon": "^1.17.2",
46+
"webpack": "^1.12.11",
47+
"webpack-dev-server": "^1.14.1"
4848
}
4949
}

0 commit comments

Comments
 (0)