react-webpack-template
Advanced tools
Comparing version 1.2.1 to 1.3.0
# react-webpack-template - Changelog | ||
## 1.3.0: | ||
1. Updated phantomjs to 2.0 | ||
## 1.2.1: | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-webpack-template", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "A base skeleton template for react and webpack without task runners", | ||
@@ -59,3 +59,3 @@ "main": "server.js", | ||
"karma-mocha-reporter": "^1.1.1", | ||
"karma-phantomjs-launcher": "^0.2.1", | ||
"karma-phantomjs-launcher": "^1.0.0", | ||
"karma-phantomjs-shim": "^1.1.1", | ||
@@ -69,3 +69,3 @@ "karma-sourcemap-loader": "^0.3.5", | ||
"open": "0.0.5", | ||
"phantomjs": "^1.9.18", | ||
"phantomjs-prebuilt": "^2.0.0", | ||
"react-addons-test-utils": "^0.14.0", | ||
@@ -72,0 +72,0 @@ "react-hot-loader": "^1.2.9", |
56335