Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Aug 8, 2023
1 parent 1929c5a commit ef6e6c4
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 254 deletions.
2 changes: 0 additions & 2 deletions libs/api/core/data-access/src/lib/api-core.service.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { Injectable } from '@nestjs/common'
import { UserRole, UserStatus } from '@prisma/client'
import { hasher } from 'node-object-hash'
import { ApiCoreConfigService } from './api-core-config.service'
import { ApiCoreDataService } from './api-core-data.service'

@Injectable()
export class ApiCoreService {
readonly hasher = hasher({ sort: true, coerce: false })
constructor(readonly config: ApiCoreConfigService, readonly data: ApiCoreDataService) {}

async ensureUser(userId: string) {
Expand Down
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"dependencies": {
"@apollo/server": "^4.9.1",
"@emotion/react": "11.11.1",
"@mantine/core": "^6.0.17",
"@mantine/dates": "^6.0.17",
"@mantine/form": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/modals": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"@mantine/prism": "^6.0.17",
"@mantine/core": "^6.0.18",
"@mantine/dates": "^6.0.18",
"@mantine/form": "^6.0.18",
"@mantine/hooks": "^6.0.18",
"@mantine/modals": "^6.0.18",
"@mantine/notifications": "^6.0.18",
"@mantine/prism": "^6.0.18",
"@mrleebo/prisma-ast": "^0.7.0",
"@nestjs/apollo": "^12.0.7",
"@nestjs/common": "10.1.3",
Expand All @@ -47,9 +47,9 @@
"@prisma/client": "5.1.1",
"@pubkeyapp/logo": "^1.2.0",
"@pubkeyapp/wallet-adapter-mantine-ui": "^1.2.0",
"@solana/wallet-adapter-base": "^0.9.22",
"@solana/wallet-adapter-react": "^0.15.33",
"@solana/wallet-adapter-solflare": "^0.6.25",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.34",
"@solana/wallet-adapter-solflare": "^0.6.26",
"@solana/web3.js": "^1.78.3",
"@swc/helpers": "~0.5.1",
"@tabler/icons-react": "^2.30.0",
Expand All @@ -63,7 +63,7 @@
"joi": "^17.9.2",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
"mantine-datatable": "^2.9.6",
"mantine-datatable": "^2.9.7",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-jwt": "^4.0.1",
Expand All @@ -77,7 +77,7 @@
"tslib": "^2.6.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@faker-js/faker": "^8.0.2",
"@graphql-codegen/add": "^5.0.0",
Expand All @@ -86,7 +86,7 @@
"@graphql-codegen/typescript-document-nodes": "4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@nestjs/schematics": "10.0.1",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.1.3",
"@nx/cypress": "16.6.0",
"@nx/eslint-plugin": "16.6.0",
Expand All @@ -101,25 +101,25 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@svgr/webpack": "8.0.1",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.74",
"@swc/core": "~1.3.75",
"@testing-library/react": "14.0.0",
"@types/bcrypt": "^5.0.0",
"@types/cron": "^2.0.1",
"@types/jest": "^29.5.3",
"@types/node": "20.4.8",
"@types/passport-discord": "^0.1.6",
"@types/passport-jwt": "^3.0.9",
"@types/react": "18.2.18",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"babel-jest": "^29.6.2",
"core-js": "^3.32.0",
"cypress": "12.17.3",
"dayjs": "^1.11.9",
"eslint": "~8.46.0",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.1",
Expand All @@ -131,7 +131,6 @@
"jest-environment-jsdom": "^29.6.2",
"jest-environment-node": "^29.6.2",
"lint-staged": "^13.2.3",
"node-object-hash": "^3.0.0",
"nx": "16.6.0",
"nx-cloud": "16.2.0",
"prettier": "^2.8.8",
Expand Down
Loading

0 comments on commit ef6e6c4

Please sign in to comment.