Skip to content

Commit

Permalink
build: bump TS (#1165)
Browse files Browse the repository at this point in the history
* bump TS

* fix jest config

* forgot a lockfile

* Create spotty-sheep-warn.md
  • Loading branch information
holic committed Jul 18, 2023
1 parent 48909d1 commit 4e4a341
Show file tree
Hide file tree
Showing 22 changed files with 448 additions and 375 deletions.
8 changes: 8 additions & 0 deletions .changeset/spotty-sheep-warn.md
@@ -0,0 +1,8 @@
---
"@latticexyz/cli": patch
"create-mud": patch
"@latticexyz/utils": patch
"@latticexyz/world": patch
---

bump to latest TS version (5.1.6)
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -22,6 +22,6 @@
"@types/node": "18.11.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.3"
"typescript": "5.1.6"
}
}
12 changes: 6 additions & 6 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
Expand Up @@ -29,7 +29,7 @@
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"rimraf": "^3.0.2",
"typechain": "^8.1.1",
"typescript": "^4.9.5",
"typescript": "5.1.6",
"vite": "^4.2.1",
"vitest": "0.31.4"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/packages/sync-test/package.json
Expand Up @@ -17,7 +17,7 @@
"ethers": "^5.7.2",
"execa": "^7.1.1",
"jsdom": "^22.0.0",
"typescript": "^4.9.5",
"typescript": "5.1.6",
"viem": "1.0.6",
"vite": "^4.2.1",
"vitest": "^0.31.0"
Expand Down
100 changes: 40 additions & 60 deletions e2e/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 examples/minimal/package.json
Expand Up @@ -16,7 +16,7 @@
"@typescript-eslint/parser": "5.46.1",
"concurrently": "^8.0.1",
"eslint": "8.29.0",
"typescript": "^4.9.5"
"typescript": "5.1.6"
},
"engines": {
"node": "18.x",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/packages/client-phaser/package.json
Expand Up @@ -51,6 +51,6 @@
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.29.0",
"typescript": "^4.9.5"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/packages/contracts/package.json
Expand Up @@ -42,6 +42,6 @@
"solhint-plugin-mud": "file:../../../../packages/solhint-plugin-mud",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/packages/plugin-example/package.json
Expand Up @@ -36,6 +36,6 @@
"@types/node": "^18.15.11",
"rimraf": "^3.0.2",
"tsup": "^6.7.0",
"typescript": "^4.9.5"
"typescript": "5.1.6"
}
}

0 comments on commit 4e4a341

Please sign in to comment.