Skip to content

Commit

Permalink
clean up deps/devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Dec 30, 2022
1 parent 68d8c33 commit c1108c8
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"@mantine/prism": "5.9.5",
"@mantine/spotlight": "5.9.5",
"@mantine/tiptap": "5.9.5",
"@next/bundle-analyzer": "13.1.1",
"@tanstack/react-query": "4.20.4",
"@tiptap/extension-link": "2.0.0-beta.209",
"@tiptap/react": "2.0.0-beta.209",
Expand All @@ -61,6 +60,7 @@
"zod": "3.20.2"
},
"devDependencies": {
"@next/bundle-analyzer": "13.1.1",
"@next/font": "13.1.1",
"@types/flat": "5.0.2",
"@types/node": "16.18.11",
Expand Down
15 changes: 6 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,29 @@
"@mantine/prism": "5.9.5",
"@mantine/spotlight": "5.9.5",
"@mantine/tiptap": "5.9.5",
"@next/bundle-analyzer": "13.1.1",
"@tiptap/extension-link": "2.0.0-beta.209",
"@tiptap/react": "2.0.0-beta.209",
"@tiptap/starter-kit": "2.0.0-beta.209",
"@types/node": "16.18.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@weareinreach/ui": "0.100.0",
"dayjs": "1.11.7",
"embla-carousel-react": "7.0.5",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"feather-icons-react": "0.6.2",
"i18next": "22.4.6",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.1.1",
"typescript": "4.9.4"
"react-i18next": "12.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "13.1.1",
"@next/font": "13.1.1",
"@types/node": "16.18.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0"
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"typescript": "4.9.4"
}
}
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@trpc/client": "10.7.0",
"@trpc/server": "10.7.0",
"@weareinreach/auth": "0.100.0",
"@weareinreach/config": "0.100.0",
"@weareinreach/db": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"superjson": "1.12.1",
"zod": "3.20.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.30.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-codegen": "0.16.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"dependencies": {
"@next-auth/prisma-adapter": "1.0.5",
"@weareinreach/config": "0.100.0",
"@weareinreach/db": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"next": "13.1.1",
"next-auth": "4.18.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.47.1",
"@weareinreach/config": "0.100.0",
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.30.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-codegen": "0.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"dependencies": {
"@prisma/client": "4.8.0",
"prisma-docs-generator": "0.5.0",
"zod": "3.20.2"
},
"devDependencies": {
Expand Down Expand Up @@ -79,6 +78,7 @@
"mongoback": "3.0.3",
"prisma": "4.8.0",
"prisma-dbml-generator": "0.10.0",
"prisma-docs-generator": "0.5.0",
"quicktype-core": "6.1.0",
"recursive-readdir": "2.2.3",
"shoetest": "1.2.1",
Expand Down
7 changes: 2 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@
"format": "prettier --cache --cache-strategy metadata --write --ignore-unknown .",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@typescript-eslint/parser": "5.47.1",
"eslint-config-prettier": "8.5.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "13.1.1",
"@types/eslint": "8.4.10",
"@typescript-eslint/eslint-plugin": "5.47.1",
"@typescript-eslint/parser": "5.47.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-codegen": "0.16.1",
"eslint-plugin-i18next": "6.0.0-6",
Expand Down Expand Up @@ -52,7 +50,6 @@
"eslint-plugin-turbo": "^0.0.4 || ^0.0.7",
"next": ">=13"
},
"packageManager": "pnpm@7.21.0",
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.30.0",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.21.0"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
"@mantine/spotlight": "^5",
"@mantine/tiptap": "^5",
"@next/font": "^13",
"@tiptap/extension-link": "^2",
"@tiptap/react": "^2",
"@tiptap/starter-kit": "^2",
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"dayjs": "^1",
"embla-carousel-react": "^7",
"i18next": "^22",
Expand Down

0 comments on commit c1108c8

Please sign in to comment.