Skip to content

Commit 8a71162

Browse files
committed
Update packages
1 parent 2c5ef78 commit 8a71162

3 files changed

Lines changed: 80 additions & 71 deletions

File tree

package-lock.json

Lines changed: 79 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prettier": "^3.3.2",
2424
"stylelint": "^17.0.0",
2525
"stylelint-config-standard": "^40.0.0",
26-
"typescript": "^5.7.3",
26+
"typescript": "^6.0.2",
2727
"web-ext": "^10.0.0"
2828
},
2929
"repository": {

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"strict": true,
1010
"noImplicitAny": true,
1111
"strictNullChecks": false,
12-
"moduleResolution": "node",
1312
"moduleDetection": "force",
1413
"esModuleInterop": true,
1514
"skipLibCheck": true,

0 commit comments

Comments
 (0)