Skip to content

Commit 92573b6

Browse files
Merge pull request #674 from BitGo/80fcdependabot/npm_and_yarn/prettier-3.2.5
chore(deps-dev): bump prettier from 3.2.4 to 3.2.5
2 parents 2b5e30d + 77791c4 commit 92573b6

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"multi-semantic-release": "3.0.2",
3434
"patch-package": "8.0.0",
3535
"pre-commit": "1.2.2",
36-
"prettier": "3.2.4",
36+
"prettier": "3.2.5",
3737
"typescript": "4.6.4"
3838
},
3939
"engines": {

packages/express-wrapper/tsconfig.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*", "test/**/*"],
44
"compilerOptions": {
5-
"outDir": "./dist",
5+
"outDir": "./dist"
66
},
77
"references": [
88
{
9-
"path": "../io-ts-http",
9+
"path": "../io-ts-http"
1010
},
1111
{
12-
"path": "../superagent-wrapper",
12+
"path": "../superagent-wrapper"
1313
},
1414
{
15-
"path": "../typed-express-router",
16-
},
17-
],
15+
"path": "../typed-express-router"
16+
}
17+
]
1818
}

packages/io-ts-http/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"include": ["src/**/*", "test/**/*"],
44
"compilerOptions": {
55
"outDir": "dist",
6-
"exactOptionalPropertyTypes": true,
6+
"exactOptionalPropertyTypes": true
77
},
88
"references": [
99
{
10-
"path": "../response",
11-
},
12-
],
10+
"path": "../response"
11+
}
12+
]
1313
}

packages/openapi-generator/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts", "test/**/*.json", "test/**/*.ts"],
44
"compilerOptions": {
5-
"outDir": "dist",
5+
"outDir": "dist"
66
},
7-
"references": [],
7+
"references": []
88
}

packages/response/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*.ts", "test/**/*.json", "test/**/*.ts"],
44
"compilerOptions": {
5-
"outDir": "dist",
6-
},
5+
"outDir": "dist"
6+
}
77
}

packages/superagent-wrapper/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"compilerOptions": {
55
"lib": ["dom", "es2019"],
66
"outDir": "dist",
7-
"noUncheckedIndexedAccess": false,
7+
"noUncheckedIndexedAccess": false
88
},
99
"references": [
1010
{
11-
"path": "../io-ts-http",
12-
},
13-
],
11+
"path": "../io-ts-http"
12+
}
13+
]
1414
}

packages/typed-express-router/tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"extends": "../../tsconfig.json",
33
"include": ["src/**/*", "test/**/*"],
44
"compilerOptions": {
5-
"outDir": "./dist",
5+
"outDir": "./dist"
66
},
77
"references": [
88
{
9-
"path": "../io-ts-http",
9+
"path": "../io-ts-http"
1010
},
1111
{
12-
"path": "../superagent-wrapper",
13-
},
14-
],
12+
"path": "../superagent-wrapper"
13+
}
14+
]
1515
}

0 commit comments

Comments
 (0)