Skip to content

Commit

Permalink
feat: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Sep 22, 2023
1 parent 792ae39 commit 2214fb3
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 162 deletions.
4 changes: 2 additions & 2 deletions apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@vercel/analytics": "^1.0.2",
"@vercel/kv": "^0.2.3",
"@xstate/react": "^3.2.2",
"autoprefixer": "10.4.15",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
"database": "workspace:*",
"drizzle-orm": "^0.28.6",
Expand All @@ -38,7 +38,7 @@
"xstate": "^4.38.2"
},
"devDependencies": {
"@playwright/test": "^1.38.0",
"@playwright/test": "^1.38.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
Expand Down
6 changes: 3 additions & 3 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.69.0",
"@sentry/node": "^7.70.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"database": "workspace:*",
Expand All @@ -30,12 +30,12 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sentry/cli": "^2.20.7",
"@sentry/cli": "^2.21.0",
"@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.2",
"@types/node": "^20.6.3",
"cross-env": "^7.0.3",
"eslint-config-custom": "workspace:*",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 2214fb3

Please sign in to comment.