Skip to content

Commit

Permalink
Merge branch 'main' into renovate/t3-oss-env-nextjs-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
asobirov authored Oct 22, 2023
2 parents 02bf3e2 + 59d779f commit 4e10d07
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Setup Node 18
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion apps/excalidraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"superjson": "^1.9.1",
"zod": "^3.22.3"
"zod": "^3.22.4"
},
"devDependencies": {
"@tr/eslint-config": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": ">=18.18.2"
},
"packageManager": "pnpm@8.6.7",
"packageManager": "pnpm@8.9.2",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@trpc/client": "^10.34.0",
"@trpc/server": "^10.34.0",
"superjson": "1.9.1",
"zod": "^3.22.3"
"zod": "^3.22.4"
},
"devDependencies": {
"@tr/eslint-config": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"next-auth": "^4.22.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.3"
"zod": "^3.22.4"
},
"devDependencies": {
"@tr/eslint-config": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/parsers/bank-statement-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "echo 'Add lint script here'"
},
"dependencies": {
"csv-parse": "^5.5.0",
"csv-parse": "^5.5.2",
"csvtojson": "^2.0.10"
}
}
39 changes: 18 additions & 21 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 4e10d07

Please sign in to comment.