Skip to content

Commit

Permalink
fix(deps): update cli (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent 1b35635 commit 863425e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/node": "^20.10.5",
"@types/shelljs": "^0.8.15",
"@vitest/coverage-v8": "^0.34.6",
"esno": "^4.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.465.0",
"@aws-sdk/client-ses": "^3.478.0",
"@pergel/graphql": "workspace:*",
"drizzle-kit": "^0.20.6",
"drizzle-kit": "^0.20.7",
"drizzle-orm": "^0.29.1",
"postgres": "^3.4.3"
},
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 863425e

Please sign in to comment.