@devprotocol/dev-kit
Advanced tools
Comparing version 8.6.0 to 8.6.1
@@ -191,3 +191,3 @@ import { TransactionResponse, ethers, ContractRunner, TransactionReceipt } from 'ethers'; | ||
declare const arrayify: <T>(obj: Record<string, T>) => readonly T[]; | ||
declare const arrayify: <T>(obj: Record<string, T>) => ReadonlyArray<T>; | ||
@@ -194,0 +194,0 @@ type DevkitUtils = { |
{ | ||
"name": "@devprotocol/dev-kit", | ||
"type": "module", | ||
"version": "8.6.0", | ||
"version": "8.6.1", | ||
"description": "Dev Kit for JavaScript", | ||
@@ -51,25 +51,25 @@ "author": "abyssparanoia", | ||
"devDependencies": { | ||
"@babel/preset-env": "7.23.2", | ||
"@babel/preset-env": "7.24.0", | ||
"@rollup/plugin-babel": "6.0.4", | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@types/jest": "29.5.6", | ||
"@types/ramda": "0.29.7", | ||
"@types/jest": "29.5.12", | ||
"@types/ramda": "0.30.0", | ||
"@typescript-eslint/eslint-plugin": "5.62.0", | ||
"@typescript-eslint/parser": "5.62.0", | ||
"eslint": "8.52.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-functional": "4.4.1", | ||
"eslint-plugin-jest": "27.4.3", | ||
"ethers": "6.8.0", | ||
"husky": "8.0.3", | ||
"eslint-plugin-jest": "27.9.0", | ||
"ethers": "6.12.1", | ||
"husky": "9.0.11", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.0.2", | ||
"npm-run-all": "4.1.5", | ||
"lint-staged": "15.2.2", | ||
"npm-run-all2": "6.1.2", | ||
"pre-commit": "1.2.2", | ||
"prettier": "3.0.3", | ||
"rimraf": "5.0.5", | ||
"rollup": "4.1.4", | ||
"prettier": "3.2.5", | ||
"rimraf": "5.0.6", | ||
"rollup": "4.13.0", | ||
"rollup-plugin-dts": "6.1.0", | ||
"ts-jest": "29.1.1", | ||
"typescript": "5.2.2" | ||
"ts-jest": "29.1.2", | ||
"typescript": "5.4.5" | ||
}, | ||
@@ -104,3 +104,3 @@ "lint-staged": { | ||
"js-base64": "^3.7.2", | ||
"ramda": "^0.29.0" | ||
"ramda": "^0.30.0" | ||
}, | ||
@@ -107,0 +107,0 @@ "peerDependencies": { |
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
1710140
+ Addedramda@0.30.1(transitive)
Updatedramda@^0.30.0