Skip to content

Commit 9f7e839

Browse files
Merge pull request #27 from CloudCannon/dependabot/npm_and_yarn/minor-and-patch-7cc5fb8d84
Bump the minor-and-patch group across 1 directory with 3 updates
2 parents 2ebf773 + 75811d2 commit 9f7e839

4 files changed

Lines changed: 54 additions & 65 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.12/schema.json",
33
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
44
"files": {
55
"ignoreUnknown": false,

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"src/**/*"
3838
],
3939
"dependencies": {
40-
"@cloudcannon/configuration-types": "0.0.43"
40+
"@cloudcannon/configuration-types": "0.0.54"
4141
},
4242
"devDependencies": {
43-
"@biomejs/biome": "2.4.11",
44-
"typescript": "6.0.2"
43+
"@biomejs/biome": "2.4.12",
44+
"typescript": "6.0.3"
4545
}
4646
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"strict": true,
44
"esModuleInterop": true,
55
"noEmit": true,
6-
"lib": ["es2020", "DOM"]
6+
"lib": ["es2020", "DOM"],
7+
"allowImportingTsExtensions": true
78
},
89
"include": ["src/**/*.ts"],
910
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)