Skip to content

Commit

Permalink
chore(deps): 2403
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Mar 10, 2024
1 parent 92cd4b1 commit eba79a4
Show file tree
Hide file tree
Showing 13 changed files with 2,006 additions and 2,212 deletions.
20 changes: 10 additions & 10 deletions apps/admin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prebuild": "rimraf dist"
},
"dependencies": {
"@apollo/server": "^4.10.0",
"@apollo/server": "^4.10.1",
"@cgr/schema": "workspace:*",
"@nestjs/apollo": "^11.0.6",
"@nestjs/axios": "^2.0.0",
Expand All @@ -23,25 +23,25 @@
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.4.0",
"@nestjs/graphql": "11.0.5",
"@nestjs/jwt": "7.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/mongoose": "9.2.1",
"@nestjs/platform-express": "9.4.0",
"@nestjs/schedule": "2.1.0",
"@slack/webhook": "6.1.0",
"axios": "0.23.0",
"@slack/webhook": "7.0.2",
"axios": "0.28.0",
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"cookie-parser": "1.4.6",
"graphql": "16.8.1",
"mongoose": "6.12.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.6",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/node": "^20.11.17",
"eslint": "8.56.0",
"ts-morph": "^20.0.0",
"typescript": "~5.3.3"
"@types/node": "^20.11.25",
"eslint": "8.57.0",
"ts-morph": "^21.0.1",
"typescript": "~5.4.2"
}
}
26 changes: 13 additions & 13 deletions apps/admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"format": "eslint src --fix"
},
"devDependencies": {
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"eslint": "8.56.0",
"typescript": "~5.3.3"
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"eslint": "8.57.0",
"typescript": "~5.4.2"
},
"dependencies": {
"@apollo/client": "^3.9.4",
"@apollo/client": "^3.9.6",
"@cgr/codegen": "workspace:*",
"@cgr/course-utils": "workspace:*",
"@emotion/react": "11.11.3",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.10",
"@mui/material": "5.15.10",
"@mui/icons-material": "5.15.12",
"@mui/material": "5.15.12",
"@mui/styled-engine-sc": "^5.14.12",
"@next/font": "14.1.0",
"axios": "0.23.0",
"isomorphic-dompurify": "2.3.0",
"next": "^14.1.0",
"@next/font": "14.1.3",
"axios": "0.28.0",
"isomorphic-dompurify": "2.4.0",
"next": "^14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.1",
Expand Down
24 changes: 12 additions & 12 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,33 @@
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@types/cookie-parser": "^1.4.6",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/node": "20.11.17",
"@types/passport-jwt": "^3.0.13",
"eslint": "8.56.0",
"ts-morph": "^20.0.0",
"typescript": "~5.3.3"
"@types/node": "20.11.25",
"@types/passport-jwt": "^4.0.1",
"eslint": "8.57.0",
"ts-morph": "^21.0.1",
"typescript": "~5.4.2"
},
"dependencies": {
"@apollo/server": "^4.10.0",
"@apollo/server": "^4.10.1",
"@cgr/schema": "workspace:*",
"@grpc/grpc-js": "1.9.14",
"@grpc/grpc-js": "1.10.1",
"@grpc/proto-loader": "0.7.10",
"@nestjs/apollo": "^11.0.6",
"@nestjs/common": "9.4.0",
"@nestjs/config": "2.2.0",
"@nestjs/core": "9.4.0",
"@nestjs/graphql": "11.0.5",
"@nestjs/jwt": "7.2.0",
"@nestjs/jwt": "10.2.0",
"@nestjs/mongoose": "9.2.1",
"@nestjs/passport": "7.1.5",
"@nestjs/platform-express": "9.4.0",
"@opensearch-project/opensearch": "2.5.0",
"@slack/webhook": "6.1.0",
"@slack/webhook": "7.0.2",
"@typegoose/typegoose": "9.1.0",
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"cookie-parser": "1.4.6",
"google-auth-library": "^8.9.0",
"googleapis": "88.2.0",
Expand All @@ -52,6 +52,6 @@
"passport-jwt": "4.0.1",
"rxjs": "^7.8.1",
"serialize-error": "8.1.0",
"winston": "3.11.0"
"winston": "3.12.0"
}
}
14 changes: 7 additions & 7 deletions apps/reg-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@types/node": "20.11.17",
"@types/node": "20.11.25",
"@types/tough-cookie": "4.0.5",
"eslint": "8.56.0",
"typescript": "~5.3.3"
"eslint": "8.57.0",
"typescript": "~5.4.2"
},
"dependencies": {
"@cgr/schema": "workspace:*",
Expand All @@ -27,12 +27,12 @@
"@nestjs/platform-express": "9.4.0",
"@nestjs/schedule": "2.1.0",
"@opensearch-project/opensearch": "2.5.0",
"axios": "0.23.0",
"axios": "0.28.0",
"bull": "4.12.2",
"cheerio": "1.0.0-rc.12",
"class-transformer": "0.3.1",
"class-validator": "0.14.0",
"csv-parse": "^5.5.3",
"class-validator": "0.14.1",
"csv-parse": "^5.5.5",
"date-fns": "^2.30.0",
"http-cookie-agent": "^5.0.4",
"iconv-lite": "^0.6.3",
Expand All @@ -41,6 +41,6 @@
"nestjs-opensearch": "^0.3.2",
"rxjs": "^7.8.1",
"tough-cookie": "^4.1.3",
"winston": "^3.11.0"
"winston": "^3.12.0"
}
}
2 changes: 1 addition & 1 deletion apps/web-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.41.2"
"@playwright/test": "^1.42.1"
},
"scripts": {
"install-browser": "playwright install",
Expand Down
36 changes: 18 additions & 18 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,42 @@
},
"devDependencies": {
"@cgr/project-config": "workspace:*",
"@next/bundle-analyzer": "^14.1.0",
"@next/bundle-analyzer": "^14.1.3",
"@testing-library/react": "^14.2.1",
"@testing-library/react-hooks": "8.0.1",
"@types/enzyme": "^3.10.18",
"@types/escape-html": "^1.0.4",
"@types/google-one-tap": "^1.2.6",
"@types/md5": "2.3.5",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.55",
"@types/react": "18.2.64",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.2.19",
"@types/react-dom": "18.2.21",
"@types/react-gtm-module": "^2.0.3",
"@types/react-measure": "2.0.12",
"@types/uuid": "^9.0.8",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/coverage-v8": "^1.3.1",
"@zarconontol/enzyme-adapter-react-18": "0.7.3",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "8.56.0",
"i18next": "23.8.2",
"typescript": "~5.3.3"
"eslint": "8.57.0",
"i18next": "23.10.1",
"typescript": "~5.4.2"
},
"dependencies": {
"@apollo/client": "3.9.4",
"@apollo/client": "3.9.6",
"@cgr/codegen": "workspace:*",
"@cgr/course-utils": "workspace:*",
"@emotion/cache": "11.11.0",
"@emotion/is-prop-valid": "1.2.1",
"@emotion/react": "11.11.3",
"@emotion/is-prop-valid": "1.2.2",
"@emotion/react": "11.11.4",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@emotion/utils": "1.2.1",
"@mui/base": "5.0.0-alpha.92",
"@mui/icons-material": "5.15.10",
"@mui/icons-material": "5.15.12",
"@mui/lab": "5.0.0-alpha.94",
"@mui/material": "5.15.10",
"@mui/material": "5.15.12",
"@react-hook/google-optimize": "1.2.1",
"@udecode/plate-autoformat": "8.3.0",
"@udecode/plate-basic-marks": "8.3.0",
Expand All @@ -65,7 +65,7 @@
"@udecode/plate-reset-node": "8.3.0",
"@udecode/plate-styled-components": "8.3.0",
"@udecode/plate-toolbar": "8.3.0",
"axios": "0.23.0",
"axios": "0.28.0",
"broadcast-channel": "4.2.0",
"canvas": "2.11.2",
"cookies-next": "^2.1.2",
Expand All @@ -74,22 +74,22 @@
"framer-motion": "7.1.0",
"html2canvas": "1.4.1",
"ics": "^3.7.2",
"isomorphic-dompurify": "2.3.0",
"isomorphic-dompurify": "2.4.0",
"md5": "2.3.0",
"mobx": "6.12.0",
"mobx-react": "7.5.2",
"mobx-utils": "6.0.8",
"next": "^14.1.0",
"next": "^14.1.3",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.55",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-gtm-module": "2.0.11",
"react-hook-form": "7.50.1",
"react-hook-form": "7.51.0",
"react-hot-toast": "2.4.1",
"react-i18next": "14.0.5",
"react-i18next": "14.1.0",
"react-icons": "4.11.0",
"react-measure": "2.5.2",
"slate": "0.82.0",
Expand All @@ -98,6 +98,6 @@
"slate-react": "0.82.0",
"styled-components": "5.3.5",
"uuid": "^9.0.1",
"zustand": "4.5.0"
"zustand": "4.5.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Controller, FieldValues, UseControllerProps } from 'react-hook-form'

import { Select, SelectProps } from '@mui/material'
import { BaseSelectProps, Select } from '@mui/material'

type ControlledSelectProps<TFieldValues extends FieldValues = FieldValues> =
UseControllerProps<TFieldValues> & SelectProps
UseControllerProps<TFieldValues> & BaseSelectProps

export function ControlledSelect<TFieldValues extends FieldValues = FieldValues>({
name,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@vitejs/plugin-react-swc": "^3.6.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.12.4",
"vitest": "^1.3.0"
"turbo": "^1.12.5",
"vitest": "^1.3.1"
},
"engines": {
"node": "^20.9",
Expand Down
8 changes: 4 additions & 4 deletions packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "3.9.4",
"@apollo/client": "3.9.6",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.4",
"@graphql-codegen/typescript-operations": "4.1.2",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-codegen/typescript-react-apollo": "4.3.0",
"graphql-tag": "2.12.6"
},
"devDependencies": {
"eslint": "8.56.0"
"eslint": "8.57.0"
}
}
2 changes: 1 addition & 1 deletion packages/course-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@cgr/codegen": "workspace:*"
},
"devDependencies": {
"eslint": "8.56.0"
"eslint": "8.57.0"
}
}
10 changes: 5 additions & 5 deletions packages/project-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^3.2.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mongoose": "6.12.0"
},
"devDependencies": {
"eslint": "8.56.0",
"typescript": "~5.3.3"
"eslint": "8.57.0",
"typescript": "~5.4.2"
}
}
Loading

0 comments on commit eba79a4

Please sign in to comment.