@redux-devtools/remote
Advanced tools
Comparing version 0.8.2 to 0.9.0
{ | ||
"name": "@redux-devtools/remote", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "Relay Redux actions to remote Redux DevTools.", | ||
@@ -34,4 +34,4 @@ "keywords": [ | ||
"@babel/runtime": "^7.23.2", | ||
"@redux-devtools/instrument": "^2.1.1", | ||
"@redux-devtools/utils": "^2.0.2", | ||
"@redux-devtools/instrument": "^2.2.0", | ||
"@redux-devtools/utils": "^2.1.0", | ||
"jsan": "^3.1.14", | ||
@@ -44,14 +44,14 @@ "querystring": "^0.2.1", | ||
"@babel/cli": "^7.23.0", | ||
"@babel/core": "^7.23.2", | ||
"@babel/eslint-parser": "^7.22.15", | ||
"@babel/plugin-transform-runtime": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@babel/preset-typescript": "^7.23.2", | ||
"@types/jsan": "^3.1.4", | ||
"@types/node": "^20.8.9", | ||
"@types/rn-host-detect": "^1.2.1", | ||
"@types/socketcluster-client": "^16.0.2", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"eslint": "^8.52.0", | ||
"@babel/core": "^7.23.3", | ||
"@babel/eslint-parser": "^7.23.3", | ||
"@babel/plugin-transform-runtime": "^7.23.3", | ||
"@babel/preset-env": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@types/jsan": "^3.1.5", | ||
"@types/node": "^20.9.0", | ||
"@types/rn-host-detect": "^1.2.2", | ||
"@types/socketcluster-client": "^16.0.3", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -63,3 +63,3 @@ "redux": "^4.2.1", | ||
"peerDependencies": { | ||
"redux": "^3.5.2 || ^4.0.0" | ||
"redux": "^3.5.2 || ^4.0.0 || ^5.0.0" | ||
}, | ||
@@ -66,0 +66,0 @@ "scripts": { |
@@ -44,4 +44,4 @@ import { stringify, parse } from 'jsan'; | ||
: str && str.length > 0 | ||
? str | ||
: undefined; | ||
? str | ||
: undefined; | ||
} | ||
@@ -48,0 +48,0 @@ |
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
76530
+ Addedredux@5.0.1(transitive)
Updated@redux-devtools/utils@^2.1.0