From 397e6212fc94b5371eed743550b7db5ab2d9567f Mon Sep 17 00:00:00 2001 From: rjz Date: Mon, 12 Jun 2017 20:07:10 -0700 Subject: [PATCH] Bumps dependencies --- package.json | 32 ++++++++++++++++---------------- typings.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index ac49f71..60b3eaf 100644 --- a/package.json +++ b/package.json @@ -20,19 +20,19 @@ "author": "RJ Zaworski (http://rjzaworski.com)", "license": "ISC", "dependencies": { - "react": "15.4.2", - "react-redux": "5.0.3", - "redux": "3.6.0", - "redux-thunk": "2.2.0" + "react": "^15.4.2", + "react-redux": "^5.0.3", + "redux": "^3.6.0", + "redux-thunk": "^2.2.0" }, "devDependencies": { - "@types/jest": "19.2.2", + "@types/jest": "^19.2.2", "@types/minimist": "1.2.0", "@types/node": "7.0.12", - "@types/react": "15.0.21", - "@types/react-dom": "0.14.23", - "@types/react-redux": "4.4.38", - "@types/redux": "3.6.0", + "@types/react": "^15.0.21", + "@types/react-dom": "^0.14.23", + "@types/react-redux": "^4.4.38", + "@types/redux": "^3.6.0", "@types/semver": "5.3.31", "@types/sinon": "2.1.2", "babel-core": "6.14.0", @@ -41,17 +41,17 @@ "babel-preset-es2015": "6.14.0", "coveralls": "2.11.15", "http-server": "0.9.0", - "jest": "19.0.2", - "jest-cli": "19.0.2", - "react-addons-test-utils": "15.4.1", - "react-dom": "15.4.1", + "jest": "^19.0.2", + "jest-cli": "^19.0.2", + "react-addons-test-utils": "^15.4.1", + "react-dom": "^15.4.1", "sinon": "1.17.4", "source-map-loader": "0.1.5", - "ts-jest": "19.0.7", + "ts-jest": "^19.0.7", "ts-loader": "0.8.2", "tslint": "3.14.0", - "typescript": "2.3.0", - "typings": "2.1.0", + "typescript": "2.4.0", + "typings": "^2.1.0", "webpack": "1.13.1", "webpack-fail-plugin": "1.0.5", "zakalwe": "https://github.com/rjz/zakalwe.git" diff --git a/typings.json b/typings.json index 37cf282..ced6c0b 100644 --- a/typings.json +++ b/typings.json @@ -1,11 +1,11 @@ { "name": "typescript-react-redux", "globalDependencies": { - "jasmine": "registry:dt/jasmine#2.5.0+20161228223817", + "jasmine": "registry:dt/jasmine#2.5.2+20170317130948", "sinon": "registry:dt/sinon#1.16.1+20161208163514" }, "dependencies": { - "react-addons-test-utils": "registry:dt/react-addons-test-utils#0.14.0+20161229235626", - "react-redux": "registry:npm/react-redux#4.4.0+20160614222153" + "react-addons-test-utils": "registry:dt/react-addons-test-utils#0.14.0+20170123203653", + "react-redux": "registry:dt/react-redux#4.4.0+20170315101812" } }