Skip to content

Commit

Permalink
chore: upgrade to typescript 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaa committed Mar 8, 2024
1 parent 1a82c27 commit 4fbaca6
Show file tree
Hide file tree
Showing 23 changed files with 655 additions and 684 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"typescript": "5.1.6"
"typescript": "5.4.2"
}
}
8 changes: 4 additions & 4 deletions docs/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 e2e/packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "3.2.5",
"rimraf": "^3.0.2",
"typescript": "5.1.6",
"typescript": "5.4.2",
"vite": "^4.2.1",
"vitest": "0.34.6"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/packages/sync-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"execa": "^7.1.1",
"happy-dom": "^12.10.3",
"postgres": "3.3.5",
"typescript": "5.1.6",
"typescript": "5.4.2",
"viem": "2.7.12",
"vite": "^4.2.1",
"vitest": "0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion e2e/packages/test-data/package.json

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

34 changes: 17 additions & 17 deletions e2e/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 examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"devDependencies": {
"@latticexyz/cli": "link:../../packages/cli",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"eslint": "8.29.0",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8.57.0",
"mprocs": "^0.6.4",
"typescript": "5.1.6"
"typescript": "5.4.2"
},
"engines": {
"node": "18.x",
Expand Down
8 changes: 4 additions & 4 deletions examples/minimal/packages/client-phaser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.29.0",
"typescript": "5.1.6"
"eslint": "8.57.0",
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"solhint-config-mud": "file:../../../../packages/solhint-config-mud",
"solhint-plugin-mud": "file:../../../../packages/solhint-plugin-mud",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/packages/plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@types/node": "^18.15.11",
"rimraf": "^3.0.2",
"tsup": "^6.7.0",
"typescript": "5.1.6"
"typescript": "5.4.2"
}
}
Loading

0 comments on commit 4fbaca6

Please sign in to comment.