File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"devDependencies" : {
9
9
"@types/file-saver" : " ^2.0.7" ,
10
+ "@types/node" : " ^20.14.2" ,
10
11
"@types/wicg-file-system-access" : " ^2023.10.4" ,
11
12
"@vitejs/plugin-vue" : " ^5.0.3" ,
12
13
"@vue/eslint-config-prettier" : " ^9.0.0" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default defineConfig({
9
9
resolve : {
10
10
alias : {
11
11
tethr : path . resolve ( '../core/src' ) ,
12
- '@tethr' : path . join ( __dirname , '../integrations' ) ,
12
+ '@tethr' : path . resolve ( '../integrations' ) ,
13
13
} ,
14
14
} ,
15
15
define : {
Original file line number Diff line number Diff line change 324
324
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8"
325
325
integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==
326
326
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
+
327
334
" @types/semver@^7.5.0 " :
328
335
version "7.5.3"
329
336
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
@@ -2341,6 +2348,11 @@ unbox-primitive@^1.0.2:
2341
2348
has-symbols "^1.0.3"
2342
2349
which-boxed-primitive "^1.0.2"
2343
2350
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
+
2344
2356
uri-js@^4.2.2 :
2345
2357
version "4.4.1"
2346
2358
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
@@ -2407,7 +2419,7 @@ vue-tsc@^1.8.27:
2407
2419
" @vue/language-core" " 1.8.27"
2408
2420
semver "^7.5.4"
2409
2421
2410
- vue@^3.4.15 :
2422
+ vue@^3.0.0, vue@^3. 4.15 :
2411
2423
version "3.4.27"
2412
2424
resolved "https://registry.yarnpkg.com/vue/-/vue-3.4.27.tgz#40b7d929d3e53f427f7f5945386234d2854cc2a1"
2413
2425
integrity sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==
You can’t perform that action at this time.
0 commit comments