Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc07eb3

Browse files
chore(deps-dev): bump typescript from 5.4.5 to 5.8.3 (#477)
1 parentd061f2e commitcc07eb3

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"nyc":"^17.1.0",
324324
"prettier":"^3.5.3",
325325
"ts-loader":"^9.5.1",
326-
"typescript":"^5.4.5",
326+
"typescript":"^5.8.3",
327327
"utf-8-validate":"^6.0.5",
328328
"vitest":"^0.34.6",
329329
"vscode-test":"^1.5.0",

‎tsconfig.json‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
"strict":true,
1111
"esModuleInterop":true,
1212
"skipLibCheck":true,
13-
"forceConsistentCasingInFileNames":true
13+
"forceConsistentCasingInFileNames":true,
14+
"paths": {
15+
// axios contains both an index.d.ts and index.d.cts which apparently have
16+
// conflicting types. For some reason TypeScript is reading both and
17+
// throwing errors about AxiosInstance not being compatible with
18+
// AxiosInstance. This ensures we use only index.d.ts.
19+
"axios": ["./node_modules/axios/index.d.ts"]
20+
}
1421
},
1522
"exclude": ["node_modules"],
1623
"include": ["src/**/*"]

‎yarn.lock‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7687,10 +7687,10 @@ typedarray-to-buffer@^3.1.5:
76877687
dependencies:
76887688
is-typedarray "^1.0.0"
76897689

7690-
typescript@^5.4.5:
7691-
version "5.4.5"
7692-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
7693-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
7690+
typescript@^5.8.3:
7691+
version "5.8.3"
7692+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
7693+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
76947694

76957695
ua-parser-js@1.0.40:
76967696
version "1.0.40"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp