Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to typescript 5.4.2 #2397

Merged
merged 9 commits into from
Mar 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: upgrade to typescript 5.4.2
yonadaa committed Mar 8, 2024
commit 4fbaca60456ecd4dcb9c156ed6999de2482915f5
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -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
@@ -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"
}
2 changes: 1 addition & 1 deletion e2e/packages/sync-test/package.json
Original file line number Diff line number Diff line change
@@ -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",
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
@@ -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",
8 changes: 4 additions & 4 deletions examples/minimal/packages/client-phaser/package.json
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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