Skip to content

Commit d23c41c

Browse files
committedMay 28, 2023
Chore: update deps
1 parent 3cc00c6 commit d23c41c

File tree

5 files changed

+27
-6
lines changed

5 files changed

+27
-6
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
[submodule "packages/safari-webstore-api"]
1414
path = packages/safari-webstore-api
1515
url = git@github.com:PlasmoHQ/safari-webstore-api.git
16+
[submodule "packages/config"]
17+
path = packages/config
18+
url = https://github.com/PlasmoHQ/plasmo-config.git

‎packages/bpp/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@plasmohq/bms": "workspace:*"
3535
},
3636
"devDependencies": {
37+
"@plasmo/config": "workspace:*",
3738
"@jest/globals": "29.5.0",
3839
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
3940
"@plasmohq/rps": "1.8.6",

‎packages/bpp/tsconfig.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
2+
"extends": "@plasmo/config/ts/cli.json",
23
"compilerOptions": {
3-
"target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
4-
"moduleResolution": "node",
5-
"module": "esnext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
64
"strict": true /* Enable all strict type-checking options. */,
7-
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */,
8-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
9-
"verbatimModuleSyntax": true
5+
"noImplicitAny": true /* Raise error on expressions and declarations with an implied 'any' type. */
106
},
117
"include": ["src/**/*", "tests/**/*.test.ts", "./jest.config.mjs"],
128
"exclude": ["node_modules"]

‎packages/config

Submodule config added at 2e3784e

‎pnpm-lock.yaml

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

0 commit comments

Comments
 (0)
Please sign in to comment.