@redux-devtools/instrument
Advanced tools
Comparing version 2.1.2 to 2.2.0
{ | ||
"name": "@redux-devtools/instrument", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Redux DevTools instrumentation", | ||
@@ -37,13 +37,13 @@ "keywords": [ | ||
"@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/jest": "^29.5.6", | ||
"@types/lodash": "^4.14.200", | ||
"@types/node": "^20.8.9", | ||
"@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/jest": "^29.5.8", | ||
"@types/lodash": "^4.14.201", | ||
"@types/node": "^20.9.0", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -59,3 +59,3 @@ "eslint-plugin-jest": "^27.6.0", | ||
"peerDependencies": { | ||
"redux": "^3.4.0 || ^4.0.0" | ||
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0" | ||
}, | ||
@@ -62,0 +62,0 @@ "scripts": { |
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
93789