Skip to content

Commit

Permalink
typescript bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Sep 4, 2024
1 parent e125eca commit caccee1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goban-engine",
"version": "8.3.32",
"version": "8.3.46",
"description": "",
"main": "build/goban-engine.js",
"types": "build/engine/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goban",
"version": "8.3.32",
"version": "8.3.46",
"description": "",
"main": "build/goban.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -92,7 +92,7 @@
"tsconfig-paths": "^4.2.0",
"typedoc": "^0.25.13",
"typedoc-plugin-missing-exports": "^2.3.0",
"typescript": "=5.5.2",
"typescript": "=5.5.4",
"utf-8-validate": "^6.0.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6800,10 +6800,10 @@ typedoc@^0.25.13:
minimatch "^9.0.3"
shiki "^0.14.7"

typescript@=5.5.2:
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
typescript@=5.5.4:
version "5.5.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==

typescript@>=5.0.2, typescript@^5.2.2:
version "5.4.5"
Expand Down

0 comments on commit caccee1

Please sign in to comment.