@redux-saga/testing-utils
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@redux-saga/testing-utils", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Redux-saga simple testing utils.", | ||
@@ -13,9 +13,9 @@ "main": "./dist/redux-saga-testing-utils.cjs.js", | ||
"scripts": { | ||
"test": "npm run test:types && npm run test:jest", | ||
"test": "yarn test:types && yarn test:jest", | ||
"test:jest": "jest", | ||
"test:types": "dtslint types", | ||
"clean": "rimraf dist", | ||
"prebuild": "npm run clean", | ||
"prebuild": "yarn clean", | ||
"build": "rollup -c", | ||
"prepare": "npm run build", | ||
"prepare": "yarn build", | ||
"preversion": "npm test" | ||
@@ -41,9 +41,8 @@ }, | ||
"dependencies": { | ||
"@redux-saga/symbols": "^1.1.0", | ||
"@redux-saga/symbols": "^1.1.2", | ||
"@redux-saga/types": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.6.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/core": "^7.6.4", | ||
"@babel/preset-env": "^7.6.3", | ||
"babel-7-jest": "^21.3.3", | ||
@@ -54,9 +53,9 @@ "babel-plugin-annotate-pure-calls": "^0.4.0", | ||
"lerna-alias": "^3.0.2", | ||
"redux-saga": "^1.1.1", | ||
"rimraf": "^2.4.3", | ||
"rollup": "^1.21.1", | ||
"redux-saga": "^1.1.2", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^1.23.1", | ||
"rollup-plugin-babel": "5.0.0-alpha.0", | ||
"typescript": "^3.6.2" | ||
"typescript": "^3.6.4" | ||
}, | ||
"gitHead": "3f97167ca4e9a1d28aafded9edb379c5a6c953a6" | ||
"gitHead": "da88bb4df0de4066597bd34739580d986f67e0f0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
11282
Updated@redux-saga/symbols@^1.1.2