Skip to content

Commit 5a8a32f

Browse files
Update all non-major dependencies (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4eeb0b commit 5a8a32f

File tree

3 files changed

+179
-206
lines changed

3 files changed

+179
-206
lines changed

example/infra/.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugin "aws" {
22
enabled = true
3-
version = "0.24.0"
3+
version = "0.24.2"
44
source = "github.com/terraform-linters/tflint-ruleset-aws"
55
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bundler",
2121
"plugin"
2222
],
23-
"packageManager": "pnpm@8.6.5",
23+
"packageManager": "pnpm@8.6.9",
2424
"engines": {
2525
"node": ">=16"
2626
},
@@ -64,17 +64,17 @@
6464
"@changesets/changelog-github": "0.4.8",
6565
"@changesets/cli": "2.26.2",
6666
"@tsconfig/node16": "1.0.4",
67-
"@types/node": "18.16.18",
68-
"@vitest/coverage-v8": "0.32.2",
67+
"@types/node": "18.16.19",
68+
"@vitest/coverage-v8": "0.33.0",
6969
"dotenv": "16.3.1",
70-
"eslint": "8.43.0",
70+
"eslint": "8.45.0",
7171
"lint-staged": "13.2.3",
7272
"nanoid": "4.0.2",
7373
"prettier": "2.8.8",
7474
"simple-git-hooks": "2.8.1",
7575
"ts-dedent": "2.2.0",
7676
"tsup": "7.1.0",
7777
"typescript": "5.1.6",
78-
"vitest": "0.32.2"
78+
"vitest": "0.33.0"
7979
}
8080
}

0 commit comments

Comments
 (0)