Skip to content

Commit

Permalink
Update eslint and prettier dependencies
Browse files Browse the repository at this point in the history
This is a result of updating eslint and prettier dependencies with
syncpack.

```
syncpack update --filter eslint
syncpack update --filter prettier
```
  • Loading branch information
nkuba committed Nov 23, 2023
1 parent faa853c commit 81caf83
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 81caf83

Please sign in to comment.