reactotron-redux
Advanced tools
+21
| # Changelog | ||
| This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
| ### [3.1.4-alpha.3](https://github.com/infinitered/reactotron/compare/reactotron-redux@3.1.4-alpha.2...reactotron-redux@3.1.4-alpha.3) (2023-03-06) | ||
| ### [3.1.4-alpha.2](https://github.com/infinitered/reactotron/compare/reactotron-redux@3.1.4-alpha.1...reactotron-redux@3.1.4-alpha.2) (2023-02-17) | ||
| ### [3.1.4-alpha.1](https://github.com/infinitered/reactotron/compare/reactotron-redux@3.1.4-alpha.0...reactotron-redux@3.1.4-alpha.1) (2023-02-13) | ||
| ### Features | ||
| * **package.json:** update prettier, add format scripts, run format:write ([c330d81](https://github.com/infinitered/reactotron/commit/c330d81426c3f6f371a29a8a00ba9d1d6ce2d97a)) | ||
| ### [3.1.4-alpha.0](https://github.com/infinitered/reactotron/compare/reactotron-redux@3.1.3...reactotron-redux@3.1.4-alpha.0) (2023-02-03) | ||
| ### Bug Fixes | ||
| * **reactotron-redux:** add workspace ([203d417](https://github.com/infinitered/reactotron/commit/203d4171cc277bcb690e5be826b3b838664ba1b0)) |
+21
-21
| { | ||
| "name": "reactotron-redux", | ||
| "version": "3.1.4-alpha.2", | ||
| "version": "3.1.4-alpha.3", | ||
| "description": "A Reactotron plugin for Redux.", | ||
@@ -36,28 +36,28 @@ "author": "Infinite Red", | ||
| "typecheck": "yarn tsc", | ||
| "ci:test": "yarn test" | ||
| "ci:test": "yarn test --runInBand" | ||
| }, | ||
| "peerDependencies": { | ||
| "reactotron-core-client": "workspace:*", | ||
| "redux": "^4.0.1" | ||
| "reactotron-core-client": "2.8.11-alpha.3", | ||
| "redux": ">=4.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "7.9.0", | ||
| "@babel/preset-env": "7.9.0", | ||
| "@babel/preset-typescript": "7.9.0", | ||
| "@babel/core": "^7.21.0", | ||
| "@babel/preset-env": "^7.20.2", | ||
| "@babel/preset-typescript": "^7.21.0", | ||
| "@types/jest": "29.4.0", | ||
| "@typescript-eslint/eslint-plugin": "1.3.0", | ||
| "@typescript-eslint/parser": "1.3.0", | ||
| "@typescript-eslint/eslint-plugin": "^5.54.0", | ||
| "@typescript-eslint/parser": "5.54.0", | ||
| "babel-eslint": "10.1.0", | ||
| "babel-jest": "29.4.1", | ||
| "eslint": "^6.7.2", | ||
| "eslint-config-prettier": "^6.7.0", | ||
| "eslint-config-standard": "^14.1.0", | ||
| "eslint-plugin-import": "^2.19.1", | ||
| "eslint-plugin-node": "^10.0.0", | ||
| "eslint-plugin-promise": "^4.2.1", | ||
| "eslint-plugin-standard": "^4.0.1", | ||
| "eslint": "^8.35.0", | ||
| "eslint-config-prettier": "^8.6.0", | ||
| "eslint-config-standard": "^17.0.0", | ||
| "eslint-plugin-import": "^2.27.5", | ||
| "eslint-plugin-node": "^11.1.0", | ||
| "eslint-plugin-promise": "^6.1.1", | ||
| "eslint-plugin-standard": "^5.0.0", | ||
| "jest": "29.4.1", | ||
| "prettier": "^2.8.3", | ||
| "reactotron-core-client": "workspace:*", | ||
| "redux": "4.0.1", | ||
| "prettier": "^2.8.4", | ||
| "reactotron-core-client": "2.8.11-alpha.3", | ||
| "redux": "4.2.1", | ||
| "rollup": "1.1.2", | ||
@@ -69,3 +69,3 @@ "rollup-plugin-babel": "4.3.2", | ||
| "rollup-plugin-resolve": "0.0.1-predev.1", | ||
| "trash-cli": "1.4.0", | ||
| "trash-cli": "5.0.0", | ||
| "ts-jest": "29.0.5", | ||
@@ -97,2 +97,2 @@ "typescript": "4.9.5" | ||
| } | ||
| } | ||
| } |
14364
8.03%24
4.35%