Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 9, 2024
1 parent 2540279 commit 71d7ede
Show file tree
Hide file tree
Showing 2 changed files with 487 additions and 482 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@apollo/server": "^4.10.0",
"@clack/prompts": "^0.7.0",
"@coral-xyz/anchor": "^0.29.0",
"@mantine/core": "^7.4.0",
"@mantine/dates": "^7.4.0",
"@mantine/form": "^7.4.0",
"@mantine/hooks": "^7.4.0",
"@mantine/modals": "^7.4.0",
"@mantine/notifications": "^7.4.0",
"@mantine/core": "^7.4.1",
"@mantine/dates": "^7.4.1",
"@mantine/form": "^7.4.1",
"@mantine/hooks": "^7.4.1",
"@mantine/modals": "^7.4.1",
"@mantine/notifications": "^7.4.1",
"@mrleebo/prisma-ast": "^0.8.0",
"@nestjs/apollo": "^12.0.11",
"@nestjs/common": "10.3.0",
Expand All @@ -50,20 +50,20 @@
"@nestjs/schedule": "^4.0.0",
"@nestjs/serve-static": "^4.0.0",
"@nx/devkit": "17.2.8",
"@prisma/client": "5.7.1",
"@prisma/client": "5.8.0",
"@pubkey-ui/core": "^1.3.1",
"@pubkey-ui/generators": "^1.3.1",
"@pubkeyapp/solana-verify-wallet": "^1.3.3",
"@pubkeyapp/wallet-adapter-mantine-ui": "^2.3.0",
"@solana/spl-token": "^0.3.10",
"@solana/spl-token": "^0.3.11",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-solflare": "^0.6.28",
"@solana/web3.js": "^1.88.0",
"@swc/helpers": "0.5.3",
"@tabler/icons-react": "^2.45.0",
"@tanstack/react-query": "^5.17.3",
"@tanstack/react-query": "^5.17.9",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"bs58": "^5.0.0",
Expand All @@ -81,7 +81,7 @@
"jotai": "^2.6.1",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"mantine-datatable": "^7.4.0",
"mantine-datatable": "^7.4.1",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"passport-github": "^1.1.0",
Expand All @@ -92,7 +92,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.21.1",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.1",
"rxjs": "^7.8.1",
"slugify": "^1.6.6",
"timeago-react": "^3.0.6",
Expand All @@ -110,7 +110,7 @@
"@graphql-codegen/typescript-document-nodes": "4.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.1.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@nestjs/schematics": "10.0.3",
"@nestjs/schematics": "10.1.0",
"@nestjs/testing": "10.3.0",
"@nx/cypress": "17.2.8",
"@nx/eslint": "17.2.8",
Expand All @@ -135,17 +135,17 @@
"@testing-library/react": "14.1.2",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.11",
"@types/node": "20.10.6",
"@types/node": "20.10.8",
"@types/passport-discord": "^0.1.11",
"@types/passport-github": "^1.1.12",
"@types/passport-google-oauth20": "^2.0.14",
"@types/passport-jwt": "^4.0.0",
"@types/passport-twitter": "^1.0.40",
"@types/pluralize": "^0.0.33",
"@types/react": "18.2.46",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"babel-jest": "^29.7.0",
"core-js": "^3.35.0",
"cypress": "^13.6.2",
Expand All @@ -172,7 +172,7 @@
"postcss-preset-mantine": "^1.12.3",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.8.8",
"prisma": "^5.7.1",
"prisma": "^5.8.0",
"react-refresh": "^0.14.0",
"ts-jest": "^29.1.1",
"ts-morph": "^21.0.1",
Expand Down
Loading

0 comments on commit 71d7ede

Please sign in to comment.