diff --git a/core/package.json b/core/package.json index 570eebfbf..03f41feb8 100644 --- a/core/package.json +++ b/core/package.json @@ -42,13 +42,13 @@ "@types/mocha": ">=9.1.0", "@types/node": ">=16.0.0", "chai": "^4.3.10", - "eslint": "^8.51.0", + "eslint": "^8.54.0", "ethers": "^6.8.0", "hardhat": "^2.18.2", "hardhat-deploy": "^0.11.43", "hardhat-gas-reporter": "^1.0.8", - "prettier": "^3.0.3", - "prettier-plugin-solidity": "^1.1.3", + "prettier": "^3.1.0", + "prettier-plugin-solidity": "^1.2.0", "solhint": "^3.6.2", "solhint-config-thesis": "github:thesis/solhint-config", "solidity-coverage": "^0.8.0", diff --git a/dapp/package.json b/dapp/package.json index abe517062..2260873f8 100644 --- a/dapp/package.json +++ b/dapp/package.json @@ -31,10 +31,10 @@ "@thesis/prettier-config": "github:thesis/prettier-config", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", - "@typescript-eslint/eslint-plugin": "^6.10.0", - "@typescript-eslint/parser": "^6.10.0", + "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/parser": "^6.12.0", "@vitejs/plugin-react": "^4.0.3", - "eslint": "^8.53.0", + "eslint": "^8.54.0", "prettier": "^3.1.0", "typescript": "^5.2.2", "vite": "^4.4.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 82b3c197e..f67e228e7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,7 +57,7 @@ importers: specifier: ^4.3.10 version: 4.3.10 eslint: - specifier: ^8.51.0 + specifier: ^8.54.0 version: 8.54.0 ethers: specifier: ^6.8.0 @@ -72,10 +72,10 @@ importers: specifier: ^1.0.8 version: 1.0.9(hardhat@2.19.1) prettier: - specifier: ^3.0.3 + specifier: ^3.1.0 version: 3.1.0 prettier-plugin-solidity: - specifier: ^1.1.3 + specifier: ^1.2.0 version: 1.2.0(prettier@3.1.0) solhint: specifier: ^3.6.2 @@ -142,16 +142,16 @@ importers: specifier: ^18.2.7 version: 18.2.17 '@typescript-eslint/eslint-plugin': - specifier: ^6.10.0 + specifier: ^6.12.0 version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': - specifier: ^6.10.0 + specifier: ^6.12.0 version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) '@vitejs/plugin-react': specifier: ^4.0.3 version: 4.2.0(vite@4.5.0) eslint: - specifier: ^8.53.0 + specifier: ^8.54.0 version: 8.54.0 prettier: specifier: ^3.1.0 @@ -191,19 +191,19 @@ importers: specifier: ^18.2.6 version: 18.2.17 '@typescript-eslint/eslint-plugin': - specifier: ^6.10.0 + specifier: ^6.12.0 version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': - specifier: ^6.10.0 + specifier: ^6.12.0 version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) eslint: - specifier: ^8.53.0 + specifier: ^8.54.0 version: 8.54.0 gatsby-plugin-pnpm: specifier: ^1.2.10 version: 1.2.10(gatsby@5.12.11) prettier: - specifier: ^3.0.3 + specifier: ^3.1.0 version: 3.1.0 typescript: specifier: ^5.2.2 diff --git a/website/package.json b/website/package.json index ee47d0022..b31cab0d9 100644 --- a/website/package.json +++ b/website/package.json @@ -30,11 +30,11 @@ "@types/node": "^20.3.3", "@types/react": "^18.2.14", "@types/react-dom": "^18.2.6", - "@typescript-eslint/eslint-plugin": "^6.10.0", - "@typescript-eslint/parser": "^6.10.0", - "eslint": "^8.53.0", + "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/parser": "^6.12.0", + "eslint": "^8.54.0", "gatsby-plugin-pnpm": "^1.2.10", - "prettier": "^3.0.3", + "prettier": "^3.1.0", "typescript": "^5.2.2" } }