Skip to content

Commit

Permalink
fix(create-mud): pin prettier-plugin-solidity (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Nov 10, 2023
1 parent f318f2f commit aacffcb
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 48 deletions.
6 changes: 6 additions & 0 deletions .changeset/heavy-rings-punch.md
@@ -0,0 +1,6 @@
---
"@latticexyz/common": patch
"create-mud": patch
---

Pinned prettier-plugin-solidity version to 1.1.3
2 changes: 1 addition & 1 deletion examples/minimal/packages/contracts/package.json
Expand Up @@ -30,7 +30,7 @@
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"prettier-plugin-solidity": "1.1.3",
"rimraf": "^3.0.2",
"solhint": "^3.4.1",
"solhint-config-mud": "file:../../../../packages/solhint-config-mud",
Expand Down
25 changes: 6 additions & 19 deletions examples/minimal/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"prettier-plugin-solidity": "1.1.3",
"rimraf": "^3.0.2",
"turbo": "^1.9.3",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -60,7 +60,7 @@
"p-queue": "^7.4.1",
"p-retry": "^5.1.2",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"prettier-plugin-solidity": "1.1.3",
"viem": "1.14.0"
},
"devDependencies": {
Expand Down
29 changes: 8 additions & 21 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion templates/phaser/packages/contracts/package.json
Expand Up @@ -28,7 +28,7 @@
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"prettier-plugin-solidity": "1.1.3",
"solhint": "^3.3.7",
"solhint-config-mud": "file:../../../../packages/solhint-config-mud",
"solhint-plugin-mud": "file:../../../../packages/solhint-plugin-mud"
Expand Down
2 changes: 1 addition & 1 deletion templates/react-ecs/packages/contracts/package.json
Expand Up @@ -28,7 +28,7 @@
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"prettier-plugin-solidity": "1.1.3",
"solhint": "^3.3.7",
"solhint-config-mud": "file:../../../../packages/solhint-config-mud",
"solhint-plugin-mud": "file:../../../../packages/solhint-plugin-mud"
Expand Down
2 changes: 1 addition & 1 deletion templates/react/packages/contracts/package.json
Expand Up @@ -28,7 +28,7 @@
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"prettier-plugin-solidity": "1.1.3",
"solhint": "^3.3.7",
"solhint-config-mud": "file:../../../../packages/solhint-config-mud",
"solhint-plugin-mud": "file:../../../../packages/solhint-plugin-mud"
Expand Down
2 changes: 1 addition & 1 deletion templates/threejs/packages/contracts/package.json
Expand Up @@ -27,7 +27,7 @@
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"prettier-plugin-solidity": "1.1.3",
"solhint": "^3.3.7",
"solhint-config-mud": "file:../../../../packages/solhint-config-mud",
"solhint-plugin-mud": "file:../../../../packages/solhint-plugin-mud"
Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla/packages/contracts/package.json
Expand Up @@ -28,7 +28,7 @@
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"prettier-plugin-solidity": "1.1.3",
"solhint": "^3.3.7",
"solhint-config-mud": "file:../../../../packages/solhint-config-mud",
"solhint-plugin-mud": "file:../../../../packages/solhint-plugin-mud"
Expand Down

0 comments on commit aacffcb

Please sign in to comment.