Skip to content

Commit

Permalink
chore: bump deps and fix turbo tasks (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt authored Jun 17, 2024
1 parent 0bfeb42 commit 66d20dc
Show file tree
Hide file tree
Showing 5 changed files with 1,354 additions and 604 deletions.
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"@react-email/text": "0.0.3",
"@stripe/stripe-js": "^1.52.1",
"@tanstack/react-query": "^4.29.1",
"@tiptap/extension-bubble-menu": "2.3.0",
"@tiptap/extension-placeholder": "2.3.0",
"@tiptap/extension-text-align": "2.3.0",
"@tiptap/pm": "2.3.0",
"@tiptap/react": "2.3.0",
"@tiptap/starter-kit": "2.3.0",
"@tiptap/extension-bubble-menu": "2.4.0",
"@tiptap/extension-placeholder": "2.4.0",
"@tiptap/extension-text-align": "2.4.0",
"@tiptap/pm": "2.4.0",
"@tiptap/react": "2.4.0",
"@tiptap/starter-kit": "2.4.0",
"@trpc/client": "^10.19.1",
"@trpc/next": "^10.19.1",
"@trpc/react-query": "^10.19.1",
Expand Down Expand Up @@ -147,9 +147,9 @@
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
"vitest": "1.5.0"
},
"ct3aMetadata": {
"initVersion": "6.11.1"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@changesets/cli": "^2.26.0",
"eslint-config-custom": "workspace:*",
"prettier": "latest",
"turbo": "latest"
"turbo": "^2.0.4"
},
"engines": {
"node": ">=20.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"eslint": "^7.23.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "7.31.8",
"eslint-config-turbo": "latest"
"eslint-config-turbo": "^2.0.4",
"eslint-plugin-react": "7.31.8"
},
"devDependencies": {
"typescript": "^4.7.4"
Expand Down
Loading

0 comments on commit 66d20dc

Please sign in to comment.