Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: next 14 and minor dependencies #669

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .changeset/tiny-cheetahs-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@cgr/project-config": minor
"@cgr/codegen": minor
"admin-web": minor
"web": minor
"@cgr/course-utils": patch
"reg-scraper": patch
"@cgr/schema": patch
"admin-api": patch
"web-e2e": patch
"api": patch
---

feat: next 14 and minor dependencies
2 changes: 1 addition & 1 deletion apps/admin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"eslint": "8.56.0",
"jest": "29.7.0",
"ts-jest": "29.1.2",
Expand Down
19 changes: 10 additions & 9 deletions apps/admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,29 @@
"format": "eslint src --fix"
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/react": "18.2.53",
"@types/react-dom": "18.2.18",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"eslint": "8.56.0",
"typescript": "~5.3.3"
},
"dependencies": {
"@apollo/client": "^3.9.2",
"@apollo/client": "^3.9.4",
"@cgr/codegen": "workspace:*",
"@cgr/course-utils": "workspace:*",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.7",
"@mui/material": "5.15.7",
"@mui/icons-material": "5.15.10",
"@mui/material": "5.15.10",
"@mui/styled-engine-sc": "^5.14.12",
"@next/font": "13.5.3",
"@next/font": "14.1.0",
"axios": "0.23.0",
"isomorphic-dompurify": "0.20.0",
"next": "^13.5.6",
"isomorphic-dompurify": "2.3.0",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "2.4.1",
"sharp": "^0.33.2",
"styled-components": "5.3.5"
}
}
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/passport-jwt": "^3.0.13",
"eslint": "8.56.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/reg-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@nestjs/cli": "^9.5.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/tough-cookie": "4.0.5",
"eslint": "8.56.0",
"jest": "29.7.0",
Expand Down
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
},
"devDependencies": {
"@cgr/project-config": "workspace:*",
"@next/bundle-analyzer": "^13.5.6",
"@next/bundle-analyzer": "^14.1.0",
"@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/jest": "29.5.12",
"@types/md5": "2.3.5",
"@types/nprogress": "0.2.1",
"@types/react": "18.2.53",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.55",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/react-gtm-module": "^2.0.3",
"@types/react-measure": "2.0.12",
"@types/uuid": "^9.0.8",
"@zarconontol/enzyme-adapter-react-18": "0.7.3",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "8.56.0",
"i18next": "21.9.0",
"i18next": "23.8.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"typescript": "~5.3.3"
},
"dependencies": {
"@apollo/client": "3.9.2",
"@apollo/client": "3.9.4",
"@cgr/codegen": "workspace:*",
"@cgr/course-utils": "workspace:*",
"@emotion/cache": "11.11.0",
Expand All @@ -46,9 +46,9 @@
"@emotion/styled": "11.11.0",
"@emotion/utils": "1.2.1",
"@mui/base": "5.0.0-alpha.92",
"@mui/icons-material": "5.15.7",
"@mui/icons-material": "5.15.10",
"@mui/lab": "5.0.0-alpha.94",
"@mui/material": "5.15.7",
"@mui/material": "5.15.10",
"@react-hook/google-optimize": "1.2.1",
"@udecode/plate-autoformat": "8.3.0",
"@udecode/plate-basic-marks": "8.3.0",
Expand All @@ -74,22 +74,22 @@
"framer-motion": "7.1.0",
"html2canvas": "1.4.1",
"ics": "^3.7.2",
"isomorphic-dompurify": "0.20.0",
"isomorphic-dompurify": "2.3.0",
"md5": "2.3.0",
"mobx": "6.12.0",
"mobx-react": "7.5.2",
"mobx-utils": "6.0.8",
"next": "^13.5.6",
"next": "^14.1.0",
"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.0",
"react-hook-form": "7.50.1",
"react-hot-toast": "2.4.1",
"react-i18next": "11.8.1",
"react-i18next": "14.0.5",
"react-icons": "4.11.0",
"react-measure": "2.5.2",
"slate": "0.82.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.12.2"
"turbo": "^1.12.4"
},
"engines": {
"node": "^20.9",
"pnpm": ">=8"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
10 changes: 5 additions & 5 deletions packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "3.9.2",
"@graphql-codegen/cli": "3.0.0",
"@graphql-codegen/typescript": "3.0.0",
"@graphql-codegen/typescript-operations": "3.0.0",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@apollo/client": "3.9.4",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.4",
"@graphql-codegen/typescript-operations": "4.1.2",
"@graphql-codegen/typescript-react-apollo": "4.3.0",
"graphql-tag": "2.12.6"
},
"devDependencies": {
Expand Down
Loading
Loading