Skip to content

Commit

Permalink
Merge pull request #1 from vianho/github-actions/upgrade-main
Browse files Browse the repository at this point in the history
chore(deps): upgrade dependencies
  • Loading branch information
vianho authored Apr 12, 2024
2 parents d2e6fec + 8510667 commit cf9cf5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .projenrc.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { TypescriptProject } from '@vianho/apidays24pj';
import { GithubCredentials } from "projen/lib/github";
import { GithubCredentials } from 'projen/lib/github';
const project = new TypescriptProject({
defaultReleaseBranch: "main",
devDeps: ["@vianho/apidays24pj"],
name: "TofuSoup",
defaultReleaseBranch: 'main',
devDeps: ['@vianho/apidays24pj'],
name: 'TofuSoup',
projenrcTs: true,
githubOptions: {
projenCredentials: GithubCredentials.fromApp(),
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock

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

0 comments on commit cf9cf5f

Please sign in to comment.