Skip to content

Commit 00fbe7a

Browse files
committed
Install @types/node
1 parent b350c45 commit 00fbe7a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

doc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
},
88
"devDependencies": {
99
"@types/file-saver": "^2.0.7",
10+
"@types/node": "^20.14.2",
1011
"@types/wicg-file-system-access": "^2023.10.4",
1112
"@vitejs/plugin-vue": "^5.0.3",
1213
"@vue/eslint-config-prettier": "^9.0.0",

doc/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
resolve: {
1010
alias: {
1111
tethr: path.resolve('../core/src'),
12-
'@tethr': path.join(__dirname, '../integrations'),
12+
'@tethr': path.resolve('../integrations'),
1313
},
1414
},
1515
define: {

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,13 @@
324324
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8"
325325
integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==
326326

327+
"@types/node@^20.14.2":
328+
version "20.14.2"
329+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
330+
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
331+
dependencies:
332+
undici-types "~5.26.4"
333+
327334
"@types/semver@^7.5.0":
328335
version "7.5.3"
329336
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
@@ -2341,6 +2348,11 @@ unbox-primitive@^1.0.2:
23412348
has-symbols "^1.0.3"
23422349
which-boxed-primitive "^1.0.2"
23432350

2351+
undici-types@~5.26.4:
2352+
version "5.26.5"
2353+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2354+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2355+
23442356
uri-js@^4.2.2:
23452357
version "4.4.1"
23462358
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
@@ -2407,7 +2419,7 @@ vue-tsc@^1.8.27:
24072419
"@vue/language-core" "1.8.27"
24082420
semver "^7.5.4"
24092421

2410-
vue@^3.4.15:
2422+
vue@^3.0.0, vue@^3.4.15:
24112423
version "3.4.27"
24122424
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.27.tgz#40b7d929d3e53f427f7f5945386234d2854cc2a1"
24132425
integrity sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==

0 commit comments

Comments
 (0)