reactotron-redux
Advanced tools
+8
-6
| { | ||
| "name": "reactotron-redux", | ||
| "version": "3.1.4-alpha.0", | ||
| "version": "3.1.4-alpha.1", | ||
| "description": "A Reactotron plugin for Redux.", | ||
@@ -23,3 +23,5 @@ "author": "Infinite Red", | ||
| "test:watch": "jest --watch --notify", | ||
| "format": "prettier --write {**,.}/*.ts", | ||
| "format": "prettier '*.{js,ts,tsx,json,md,css,yml}|**/*.{js,ts,tsx,json,md,css,yml}'", | ||
| "format:check": "yarn format --check", | ||
| "format:write": "yarn format --write", | ||
| "prebuild": "yarn clean", | ||
@@ -38,3 +40,3 @@ "build": "yarn tsc && yarn compile", | ||
| "peerDependencies": { | ||
| "reactotron-core-client": "*", | ||
| "reactotron-core-client": "workspace:*", | ||
| "redux": "^4.0.1" | ||
@@ -59,4 +61,4 @@ }, | ||
| "jest": "29.4.1", | ||
| "prettier": "^2.5.0", | ||
| "reactotron-core-client": "*", | ||
| "prettier": "^2.8.3", | ||
| "reactotron-core-client": "workspace:*", | ||
| "redux": "4.0.1", | ||
@@ -71,3 +73,3 @@ "rollup": "1.1.2", | ||
| "ts-jest": "29.0.5", | ||
| "typescript": "^4.6.4" | ||
| "typescript": "4.9.5" | ||
| }, | ||
@@ -74,0 +76,0 @@ "eslintConfig": { |
13296
1.14%