Skip to content

Commit

Permalink
Merge pull request #90 from agrattan0820/dev
Browse files Browse the repository at this point in the history
v0.3.5
  • Loading branch information
agrattan0820 authored Sep 20, 2023
2 parents d1dd85f + c6b81bc commit 887a82e
Show file tree
Hide file tree
Showing 7 changed files with 771 additions and 803 deletions.
18 changes: 9 additions & 9 deletions apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -11,11 +11,11 @@
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.2",
"@sentry/nextjs": "^7.68.0",
"@tanstack/react-query": "^4.35.0",
"@sentry/nextjs": "^7.69.0",
"@tanstack/react-query": "^4.35.3",
"@upstash/ratelimit": "^0.4.4",
"@vercel/analytics": "^1.0.2",
"@vercel/kv": "^0.2.2",
"@vercel/kv": "^0.2.3",
"@xstate/react": "^3.2.2",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
Expand All @@ -24,24 +24,24 @@
"framer-motion": "^10.16.4",
"next": "^13.4.19",
"next-auth": "^4.23.1",
"postcss": "8.4.29",
"postcss": "8.4.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"server-only": "^0.0.1",
"sharp": "^0.32.5",
"sharp": "^0.32.6",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2",
"xstate": "^4.38.2"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@playwright/test": "^1.38.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/node": "^20.6.2",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"eslint-config-custom": "workspace:*",
"prettier-plugin-tailwindcss": "^0.5.4",
Expand Down
14 changes: 6 additions & 8 deletions apps/client/src/app/how-to-play/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ export default function HowToPlay() {
compete against each other to create the funniest AI-generated images
in response to amusing prompts.
</p>
<blockquote>
Some prompts you might encounter:
<ul>
<li>A canceled children&apos;s toy</li>
<li>The creature hidden in IKEA</li>
<li>The newly discovered animal in Austrailia</li>
</ul>
</blockquote>
Some prompts you might encounter:
<ul>
<li>A canceled children&apos;s toy</li>
<li>The creature hidden in IKEA</li>
<li>The newly discovered animal in Austrailia</li>
</ul>
<p>
The game is inspired by party games like{" "}
<a href="https://www.jackboxgames.com/quiplash/">
Expand Down
10 changes: 5 additions & 5 deletions apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.3.4",
"version": "0.3.5",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org alexander-grattan --project artificial-unintelligence-server ./dist && sentry-cli sourcemaps upload --org alexander-grattan --project artificial-unintelligence-server ./dist"
},
"dependencies": {
"@sentry/node": "^7.68.0",
"@sentry/node": "^7.69.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"database": "workspace:*",
Expand All @@ -27,16 +27,16 @@
"socket.io": "^4.7.2"
},
"devDependencies": {
"@jest/globals": "^29.6.4",
"@jest/globals": "^29.7.0",
"@sentry/cli": "^2.20.7",
"@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.5",
"@types/node": "^20.6.0",
"@types/node": "^20.6.2",
"cross-env": "^7.0.3",
"eslint-config-custom": "workspace:*",
"jest": "^29.6.4",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"turbo": "^1.10.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postgres": "^3.3.5"
},
"devDependencies": {
"@auth/core": "^0.14.0",
"@auth/core": "^0.15.0",
"drizzle-kit": "^0.19.13",
"eslint-config-custom": "workspace:*",
"ts-node": "^10.9.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "eslint-config-custom",
"license": "MIT",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-next": "^13.4.19",
"eslint-config-turbo": "^1.10.12"
}
"name": "eslint-config-custom",
"license": "MIT",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.14"
}
}
Loading

1 comment on commit 887a82e

@vercel
Copy link

@vercel vercel bot commented on 887a82e Sep 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.