Skip to content

Commit 1ee1755

Browse files
committed
feat: bump dependencies
1 parent 2070613 commit 1ee1755

10 files changed

+13
-9
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"titleBar.activeForeground": "#ffffff",
2222
"titleBar.activeBackground": "#0b3f87" // Change this color!
2323
},
24-
"git.detectSubmodulesLimit": 99
24+
"git.detectSubmodulesLimit": 99,
25+
"typescript.tsdk": "node_modules\\typescript\\lib"
2526
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"@plasmohq/prettier-plugin-sort-imports": "3.6.3",
1515
"esbuild": "0.17.14",
1616
"prettier": "2.8.7",
17-
"turbo": "1.8.8"
17+
"turbo": "1.8.8",
18+
"typescript": "5.0.2"
1819
},
1920
"packageManager": "[email protected]"
2021
}

packages/bpp/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { debug, getInput, info, setFailed, warning } from "@actions/core"
22
import {
33
BrowserName,
44
type ChromeOptions,
5-
CommonOptions,
5+
type CommonOptions,
66
type EdgeOptions,
77
type FirefoxOptions,
88
type OperaOptions,

packages/bpp/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"strict": true /* Enable all strict type-checking options. */,
77
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
88
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
9-
"importsNotUsedAsValues": "error"
9+
"verbatimModuleSyntax": true
1010
},
1111
"include": ["src/**/*", "tests/**/*.test.ts", "./jest.config.mjs"],
1212
"exclude": ["node_modules"]

pnpm-lock.yaml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)