@redux-devtools/utils
Advanced tools
Comparing version 1.2.1 to 2.0.1
{ | ||
"name": "@redux-devtools/utils", | ||
"version": "1.2.1", | ||
"version": "2.0.1", | ||
"description": "Reusable functions of Redux DevTools", | ||
@@ -23,47 +23,46 @@ "homepage": "https://github.com/reduxjs/redux-devtools/tree/master/packages/redux-devtools-utils", | ||
}, | ||
"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", | ||
"@redux-devtools/core": "^3.12.0", | ||
"@babel/runtime": "^7.18.3", | ||
"@redux-devtools/core": "^3.13.1", | ||
"@redux-devtools/serialize": "^0.4.1", | ||
"@types/get-params": "^0.1.0", | ||
"get-params": "^0.1.2", | ||
"immutable": "^4.0.0", | ||
"immutable": "^4.1.0", | ||
"jsan": "^3.1.14", | ||
"lodash": "^4.17.21", | ||
"nanoid": "^3.3.2", | ||
"redux": "^4.1.2" | ||
"nanoid": "^3.3.4", | ||
"redux": "^4.2.0" | ||
}, | ||
"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/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", | ||
"@types/lodash": "^4.14.182", | ||
"@types/node": "^16.11.36", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "~4.5.5" | ||
"typescript": "~4.6.4" | ||
}, | ||
"peerDependencies": { | ||
"@redux-devtools/core": "^3.7.0", | ||
"immutable": "^4.0.0", | ||
"redux": "^4.1.2" | ||
"@redux-devtools/core": "^3.13.1", | ||
"immutable": "^4.1.0", | ||
"redux": "^4.2.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
58323
Updated@babel/runtime@^7.18.3
Updated@redux-devtools/core@^3.13.1
Updatedimmutable@^4.1.0
Updatednanoid@^3.3.4
Updatedredux@^4.2.0