Skip to content

Commit f178d20

Browse files
authored
Merge pull request #53 from seamapi/update-deps-3
Update dev dependencies
2 parents 3f6ef37 + 5cf4a58 commit f178d20

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"build:entrypoints": "npm run build:ts",
6060
"postbuild:entrypoints": "tsup",
6161
"build:ts": "tsc --project tsconfig.build.json",
62-
"prebuild:ts": "del 'index.*' 'connect.*' 'lib'",
62+
"prebuild:ts": "del 'index.*' 'connect.*' lib",
6363
"postbuild:ts": "tsc-alias --project tsconfig.build.json",
6464
"typecheck": "tsc",
6565
"docs:build": "typedoc",
@@ -115,7 +115,7 @@
115115
"eslint-config-prettier": "^9.0.0",
116116
"eslint-config-standard": "^17.1.0",
117117
"eslint-config-standard-with-typescript": "^43.0.0",
118-
"eslint-plugin-simple-import-sort": "^10.0.0",
118+
"eslint-plugin-simple-import-sort": "^12.0.0",
119119
"eslint-plugin-unused-imports": "^3.0.0",
120120
"execa": "^8.0.1",
121121
"landlubber": "^1.0.0",

tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"extends": "./tsconfig.json",
44
"compilerOptions": {
5+
"composite": false,
56
"noEmit": false,
67
"noEmitOnError": true,
78
"rootDir": "./src",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
4+
"composite": true,
45
"noEmit": true,
56
"strict": true,
67
"module": "nodenext",
78
"esModuleInterop": true,
89
"target": "es2021",
910
"jsx": "react-jsx",
10-
"declaration": true,
1111
"sourceMap": true,
1212
"newLine": "lf",
1313
"verbatimModuleSyntax": true,

0 commit comments

Comments
 (0)