Skip to content

Commit

Permalink
upgrade pkgs and yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
SimHoZebs committed Jul 14, 2023
1 parent a74b540 commit 31665b4
Show file tree
Hide file tree
Showing 7 changed files with 1,192 additions and 980 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
222 changes: 111 additions & 111 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

559 changes: 280 additions & 279 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@prisma/client": "^4.16.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query": "^4.29.23",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"easy-peasy": "^6.0.1",
"next": "13.4.9",
"next": "13.4.10",
"plaid": "15.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -27,20 +27,20 @@
},
"devDependencies": {
"@iconify-icon/react": "^1.0.8",
"@tanstack/react-query-devtools": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.23",
"@types/node": "18.16.19",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"autoprefixer": "^10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"postcss": "^8.4.25",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"postcss": "^8.4.26",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"prisma": "^4.16.2",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
"zod-prisma": "^0.5.4"
},
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.6.1"
}
Loading

0 comments on commit 31665b4

Please sign in to comment.