Skip to content

Commit 4e3f1b0

Browse files
authored
Merge pull request #257 from ncaq/bump-typescript
build(deps-dev): typescriptのアップデートとマイグレーション
2 parents 4cc46dd + 2e2fcaf commit 4e3f1b0

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"npm-run-all": "^4.1.5",
4949
"prettier": "^3.8.1",
5050
"ts-node": "^10.9.2",
51-
"typescript": "^5.9.3",
51+
"typescript": "^6.0.2",
5252
"typescript-eslint": "^8.58.0",
5353
"web-ext": "^9.3.0"
5454
},

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
"strict": true,
77

8-
"esModuleInterop": true
8+
"esModuleInterop": true,
9+
"types": ["node", "chrome"]
910
}
1011
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ __metadata:
27712771
npm-run-all: "npm:^4.1.5"
27722772
prettier: "npm:^3.8.1"
27732773
ts-node: "npm:^10.9.2"
2774-
typescript: "npm:^5.9.3"
2774+
typescript: "npm:^6.0.2"
27752775
typescript-eslint: "npm:^8.58.0"
27762776
web-ext: "npm:^9.3.0"
27772777
webextension-polyfill: "npm:^0.12.0"
@@ -4693,23 +4693,23 @@ __metadata:
46934693
languageName: node
46944694
linkType: hard
46954695

4696-
"typescript@npm:^5.9.3":
4697-
version: 5.9.3
4698-
resolution: "typescript@npm:5.9.3"
4696+
"typescript@npm:^6.0.2":
4697+
version: 6.0.2
4698+
resolution: "typescript@npm:6.0.2"
46994699
bin:
47004700
tsc: bin/tsc
47014701
tsserver: bin/tsserver
4702-
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
4702+
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
47034703
languageName: node
47044704
linkType: hard
47054705

4706-
"typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
4707-
version: 5.9.3
4708-
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
4706+
"typescript@patch:typescript@npm%3A^6.0.2#optional!builtin<compat/typescript>":
4707+
version: 6.0.2
4708+
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
47094709
bin:
47104710
tsc: bin/tsc
47114711
tsserver: bin/tsserver
4712-
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
4712+
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
47134713
languageName: node
47144714
linkType: hard
47154715

0 commit comments

Comments
 (0)