Skip to content

Commit 97a76df

Browse files
Update all non-major dependencies (#151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91b02b1 commit 97a76df

File tree

3 files changed

+803
-328
lines changed

3 files changed

+803
-328
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"plan": "pnpm build && terraform -chdir=infra plan"
1010
},
1111
"devDependencies": {
12-
"@types/aws-lambda": "8.10.129",
12+
"@types/aws-lambda": "8.10.130",
1313
"esbuild-cf-functions-plugin": "workspace:*"
1414
}
1515
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@
6161
},
6262
"devDependencies": {
6363
"@beequeue/eslint-plugin": "4.0.0",
64-
"@changesets/changelog-github": "0.4.8",
65-
"@changesets/cli": "2.26.2",
64+
"@changesets/changelog-github": "0.5.0",
65+
"@changesets/cli": "2.27.1",
6666
"@tsconfig/node18": "18.2.2",
67-
"@types/node": "20.10.0",
68-
"@vitest/coverage-v8": "1.0.0-beta.5",
67+
"@types/node": "20.10.3",
68+
"@vitest/coverage-v8": "1.0.0-beta.6",
6969
"dotenv": "16.3.1",
70-
"eslint": "8.54.0",
71-
"lint-staged": "15.1.0",
72-
"nanoid": "5.0.3",
70+
"eslint": "8.55.0",
71+
"lint-staged": "15.2.0",
72+
"nanoid": "5.0.4",
7373
"prettier": "3.1.0",
7474
"simple-git-hooks": "2.9.0",
7575
"ts-dedent": "2.2.0",
7676
"tsup": "8.0.1",
7777
"typescript": "5.3.2",
78-
"vitest": "1.0.0-beta.5"
78+
"vitest": "1.0.0-beta.6"
7979
},
8080
"pnpm": {
8181
"overrides": {

0 commit comments

Comments
 (0)