@redux-devtools/remote
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "@redux-devtools/remote", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Relay Redux actions to remote Redux DevTools.", | ||
@@ -32,17 +32,6 @@ "keywords": [ | ||
}, | ||
"scripts": { | ||
"build": "yarn build:cjs && yarn build:esm && yarn build:types", | ||
"build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs", | ||
"build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"clean": "rimraf lib", | ||
"lint": "eslint . --ext .ts", | ||
"type-check": "tsc --noEmit", | ||
"prepack": "yarn run clean && yarn run build", | ||
"prepublish": "yarn run type-check && yarn run lint" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.17.9", | ||
"@babel/runtime": "^7.18.3", | ||
"@redux-devtools/instrument": "^2.1.0", | ||
"@redux-devtools/utils": "^1.2.1", | ||
"@redux-devtools/utils": "^2.0.0", | ||
"jsan": "^3.1.14", | ||
@@ -54,22 +43,33 @@ "querystring": "^0.2.1", | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.9", | ||
"@babel/eslint-parser": "^7.17.0", | ||
"@babel/plugin-transform-runtime": "^7.17.0", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.18.2", | ||
"@babel/eslint-parser": "^7.18.2", | ||
"@babel/plugin-transform-runtime": "^7.18.2", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@types/jsan": "^3.1.2", | ||
"@types/node": "^16.11.36", | ||
"@types/rn-host-detect": "^1.2.0", | ||
"@types/socketcluster-client": "^13.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"eslint": "^8.13.0", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"redux": "^4.1.2", | ||
"redux": "^4.2.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "~4.5.5" | ||
"typescript": "~4.6.4" | ||
}, | ||
"peerDependencies": { | ||
"redux": "^3.5.2 || ^4.0.0" | ||
}, | ||
"scripts": { | ||
"build": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types", | ||
"build:cjs": "babel src --extensions \".ts\" --out-dir lib/cjs", | ||
"build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts\" --out-dir lib/esm", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"clean": "rimraf lib", | ||
"lint": "eslint . --ext .ts", | ||
"type-check": "tsc --noEmit", | ||
"prepublish": "pnpm run type-check && pnpm run lint" | ||
} | ||
} | ||
} |
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
72128
17
+ Added@redux-devtools/utils@2.1.0(transitive)
+ Addednanoid@5.0.9(transitive)
- Removed@redux-devtools/utils@1.2.1(transitive)
- Removednanoid@3.3.8(transitive)
Updated@babel/runtime@^7.18.3
Updated@redux-devtools/utils@^2.0.0