@redux-devtools/utils
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,0 +0,0 @@ declare const ERROR = "@@redux-devtools/ERROR"; |
@@ -0,0 +0,0 @@ import { PerformAction } from '@redux-devtools/core'; |
@@ -0,0 +0,0 @@ import { Action } from 'redux'; |
@@ -0,0 +0,0 @@ import Immutable from 'immutable'; |
{ | ||
"name": "@redux-devtools/utils", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Reusable functions of Redux DevTools", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils", | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.7", | ||
"@redux-devtools/core": "^3.11.0", | ||
"@babel/runtime": "^7.17.9", | ||
"@redux-devtools/core": "^3.12.0", | ||
"@redux-devtools/serialize": "^0.4.1", | ||
@@ -44,19 +44,19 @@ "@types/get-params": "^0.1.0", | ||
"lodash": "^4.17.21", | ||
"nanoid": "^3.2.0", | ||
"nanoid": "^3.3.2", | ||
"redux": "^4.1.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.16.8", | ||
"@babel/core": "^7.16.12", | ||
"@babel/eslint-parser": "^7.16.5", | ||
"@babel/plugin-transform-runtime": "^7.16.10", | ||
"@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", | ||
"@types/jsan": "^3.1.2", | ||
"@types/lodash": "^4.14.178", | ||
"@types/node": "^16.11.21", | ||
"@typescript-eslint/eslint-plugin": "^5.10.0", | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"@types/lodash": "^4.14.181", | ||
"@types/node": "^16.11.26", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"eslint": "^8.13.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"rimraf": "^3.0.2", | ||
@@ -69,4 +69,3 @@ "typescript": "~4.5.5" | ||
"redux": "^4.1.2" | ||
}, | ||
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8
58361
Updated@babel/runtime@^7.17.9
Updated@redux-devtools/core@^3.12.0
Updatednanoid@^3.3.2