diff --git a/examples/chat-explorer/src/HomePage.tsx b/examples/chat-explorer/src/HomePage.tsx index fc0bf2135..84f710ac9 100644 --- a/examples/chat-explorer/src/HomePage.tsx +++ b/examples/chat-explorer/src/HomePage.tsx @@ -1,4 +1,4 @@ -import { version } from "../package.json" +import * as pkg from "../package.json" import { BASE_URL, fetchAndIpldParseJson } from "./utils.js" import { Card, Flex, Grid, TabNav, Text } from "@radix-ui/themes" import ActionsTable from "./ActionsTable.js" @@ -35,7 +35,7 @@ function HomePage() { Status: - Online, running v{version} + Online, running v{pkg.default.version} URL: diff --git a/examples/chat-postgres/package.json b/examples/chat-postgres/package.json index a3015c9b3..4cd3416e0 100644 --- a/examples/chat-postgres/package.json +++ b/examples/chat-postgres/package.json @@ -32,6 +32,6 @@ "tailwindcss": "^3.4.4", "ts-node": "^10.9.2", "tsx": "^4.15.6", - "typescript": "^5.4.5" + "typescript": "^5.7.2" } } diff --git a/examples/chat/package.json b/examples/chat/package.json index 1f94fc189..cabaf7848 100644 --- a/examples/chat/package.json +++ b/examples/chat/package.json @@ -49,7 +49,7 @@ "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "vite": "^5.4.8", "vite-plugin-node-polyfills": "^0.22.0" } diff --git a/examples/common-explorer/src/HomePage.tsx b/examples/common-explorer/src/HomePage.tsx index fc0bf2135..84f710ac9 100644 --- a/examples/common-explorer/src/HomePage.tsx +++ b/examples/common-explorer/src/HomePage.tsx @@ -1,4 +1,4 @@ -import { version } from "../package.json" +import * as pkg from "../package.json" import { BASE_URL, fetchAndIpldParseJson } from "./utils.js" import { Card, Flex, Grid, TabNav, Text } from "@radix-ui/themes" import ActionsTable from "./ActionsTable.js" @@ -35,7 +35,7 @@ function HomePage() { Status: - Online, running v{version} + Online, running v{pkg.default.version} URL: diff --git a/examples/encrypted-chat/package.json b/examples/encrypted-chat/package.json index e9cbf6627..ec1d2271c 100644 --- a/examples/encrypted-chat/package.json +++ b/examples/encrypted-chat/package.json @@ -27,7 +27,7 @@ "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "vite": "^5.4.8", "vite-plugin-node-polyfills": "^0.22.0" } diff --git a/examples/snake/package.json b/examples/snake/package.json index 6d34a2c2d..3284d61c1 100644 --- a/examples/snake/package.json +++ b/examples/snake/package.json @@ -26,7 +26,7 @@ "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "vite": "^5.4.8", "vite-plugin-node-polyfills": "^0.22.0" } diff --git a/package-lock.json b/package-lock.json index a82cba3ca..2f3e14ab7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,9 +48,9 @@ "protons-runtime": "^5.5.0", "react": "^18.3.1", "react-chessboard": "^4.6.0", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "veaury": "^2.4.0", - "vite": "^5.3.3", + "vite": "^5.4.8", "vitepress": "^1.5.0", "vue": "^3.3.7", "vue-markdown-render": "^2.2.1" @@ -106,7 +106,7 @@ "autoprefixer": "^10.4.19", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "vite": "^5.4.8", "vite-plugin-node-polyfills": "^0.22.0" } @@ -182,7 +182,7 @@ "tailwindcss": "^3.4.4", "ts-node": "^10.9.2", "tsx": "^4.15.6", - "typescript": "^5.4.5" + "typescript": "^5.7.2" } }, "examples/chat/node_modules/@noble/hashes": { @@ -262,7 +262,7 @@ "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "vite": "^5.4.8", "vite-plugin-node-polyfills": "^0.22.0" } @@ -287,7 +287,7 @@ "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "vite": "^5.4.8", "vite-plugin-node-polyfills": "^0.22.0" } @@ -31769,8 +31769,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.3", - "license": "Apache-2.0", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 39a413667..1310aa410 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "protons-runtime": "^5.5.0", "react": "^18.3.1", "react-chessboard": "^4.6.0", - "typescript": "^5.4.5", + "typescript": "^5.7.2", "veaury": "^2.4.0", - "vite": "^5.3.3", + "vite": "^5.4.8", "vitepress": "^1.5.0", "vue": "^3.3.7", "vue-markdown-render": "^2.2.1"