Skip to content

Commit

Permalink
Merge pull request #93 from KeeghanM/versions
Browse files Browse the repository at this point in the history
fixed versions
  • Loading branch information
KeeghanM authored Sep 8, 2024
2 parents ffcf13c + ad0e8a2 commit 3e6b788
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,64 +15,64 @@
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.8.2",
"@frigade/react": "^2.4.6",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@formkit/auto-animate": "0.8.2",
"@frigade/react": "2.4.6",
"@kinde-oss/kinde-auth-nextjs": "2.3.4",
"@mliebelt/pgn-parser": "^1.4.15",
"@prisma/client": "^5.16.2",
"@prismicio/client": "^7.6.0",
"@prismicio/next": "^1.6.0",
"@prismicio/react": "^2.8.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.0",
"@sentry/nextjs": "^8.17.0",
"@sentry/react": "^8.17.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@tippyjs/react": "^4.2.6",
"@uidotdev/usehooks": "^2.4.1",
"chess.js": "^1.0.0-beta.8",
"javascript-time-ago": "^2.5.10",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.14",
"posthog-js": "^1.147.0",
"posthog-node": "^4.0.1",
"@mliebelt/pgn-parser": "1.4.15",
"@prisma/client": "5.16.2",
"@prismicio/client": "7.6.0",
"@prismicio/next": "1.6.0",
"@prismicio/react": "2.8.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-tabs": "1.1.0",
"@sentry/nextjs": "8.17.0",
"@sentry/react": "8.17.0",
"@t3-oss/env-nextjs": "0.11.0",
"@tippyjs/react": "4.2.6",
"@uidotdev/usehooks": "2.4.1",
"chess.js": "1.0.0-beta.8",
"javascript-time-ago": "2.5.10",
"next": "14.2.5",
"next-themes": "0.3.0",
"nodemailer": "6.9.14",
"posthog-js": "1.147.0",
"posthog-node": "4.0.1",
"react": "18.3.1",
"react-chessboard": "^4.6.0",
"react-chessboard": "4.6.0",
"react-dom": "18.3.1",
"react-quill": "^2.0.0",
"react-select": "^5.8.0",
"react-time-ago": "^7.3.3",
"react-toggle": "^4.1.3",
"stripe": "^16.2.0",
"use-sound": "^4.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.8"
"react-quill": "2.0.0",
"react-select": "5.8.0",
"react-time-ago": "7.3.3",
"react-toggle": "4.1.3",
"stripe": "16.2.0",
"use-sound": "4.0.3",
"uuid": "10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@slicemachine/adapter-next": "^0.3.42",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.10",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-toggle": "^4.0.5",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.16.2",
"slice-machine-ui": "^2.2.1",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"@next/eslint-plugin-next": "14.2.5",
"@slicemachine/adapter-next": "0.3.42",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/eslint": "8.56.10",
"@types/node": "20.14.10",
"@types/nodemailer": "6.4.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-toggle": "4.0.5",
"@types/uuid": "10.0.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"postcss": "8.4.39",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"prisma": "5.16.2",
"slice-machine-ui": "2.2.1",
"tailwindcss": "3.4.4",
"ts-node": "10.9.2",
"typescript": "5.5.3",
"typescript-eslint": "7.16.1"
},
"ct3aMetadata": {
Expand Down

0 comments on commit 3e6b788

Please sign in to comment.