From 00fbe7ac8727c4dab57d563375d62cba655ac130 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Wed, 12 Jun 2024 23:39:05 +0900 Subject: [PATCH] Install @types/node --- doc/package.json | 1 + doc/vite.config.ts | 2 +- yarn.lock | 14 +++++++++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/package.json b/doc/package.json index 7f1ea66..2a46196 100644 --- a/doc/package.json +++ b/doc/package.json @@ -7,6 +7,7 @@ }, "devDependencies": { "@types/file-saver": "^2.0.7", + "@types/node": "^20.14.2", "@types/wicg-file-system-access": "^2023.10.4", "@vitejs/plugin-vue": "^5.0.3", "@vue/eslint-config-prettier": "^9.0.0", diff --git a/doc/vite.config.ts b/doc/vite.config.ts index 9c937d9..4c4e1f5 100644 --- a/doc/vite.config.ts +++ b/doc/vite.config.ts @@ -9,7 +9,7 @@ export default defineConfig({ resolve: { alias: { tethr: path.resolve('../core/src'), - '@tethr': path.join(__dirname, '../integrations'), + '@tethr': path.resolve('../integrations'), }, }, define: { diff --git a/yarn.lock b/yarn.lock index 297afb4..7dc2763 100644 --- a/yarn.lock +++ b/yarn.lock @@ -324,6 +324,13 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8" integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ== +"@types/node@^20.14.2": + version "20.14.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18" + integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q== + dependencies: + undici-types "~5.26.4" + "@types/semver@^7.5.0": version "7.5.3" resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04" @@ -2341,6 +2348,11 @@ unbox-primitive@^1.0.2: has-symbols "^1.0.3" which-boxed-primitive "^1.0.2" +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + uri-js@^4.2.2: version "4.4.1" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" @@ -2407,7 +2419,7 @@ vue-tsc@^1.8.27: "@vue/language-core" "1.8.27" semver "^7.5.4" -vue@^3.4.15: +vue@^3.0.0, vue@^3.4.15: version "3.4.27" resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.27.tgz#40b7d929d3e53f427f7f5945386234d2854cc2a1" integrity sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==