Skip to content

Commit cb292eb

Browse files
deps: skuba 8.2.0 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Skoufis <[email protected]>
1 parent 25e6f36 commit cb292eb

File tree

4 files changed

+318
-424
lines changed

4 files changed

+318
-424
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# managed by skuba
22
.idea/*
33
.vscode/*
4+
!.vscode/extensions.json
45

56
.cdk.staging/
67
.serverless/
78
cdk.out/
9+
cdk.context.json
810
node_modules*/
911

1012
/coverage*/

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
gantry*.yaml
66
gantry*.yml
77
pnpm-lock.yaml
8+
coverage
89
# end managed by skuba

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "^20.11.16",
2525
"prettier": "^3.0.0",
2626
"resolve-from": "^5.0.0",
27-
"skuba": "8.0.1",
27+
"skuba": "8.2.0",
2828
"tsup": "^8.0.1"
2929
},
3030
"volta": {
@@ -35,6 +35,6 @@
3535
"entryPoint": "src/index.ts",
3636
"template": null,
3737
"type": "package",
38-
"version": "7.5.0"
38+
"version": "8.2.0"
3939
}
4040
}

0 commit comments

Comments
 (0)