-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nextjs 15/react 19/node 20 & dependencies upgrade * cicd pipeline: updated nodejs to version 20
- Loading branch information
1 parent
b64c569
commit d98a68c
Showing
101 changed files
with
2,194 additions
and
2,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "yoma-web", | ||
"version": "3.0.0", | ||
"private": false, | ||
"license": "GPL-3.0", | ||
"scripts": { | ||
"build": "next build", | ||
"dev": "next dev", | ||
|
@@ -11,80 +12,80 @@ | |
"analyze": "cross-env ANALYZE=true next build" | ||
}, | ||
"dependencies": { | ||
"@fontsource/open-sans": "5.0.17", | ||
"@googlemaps/js-api-loader": "1.16.2", | ||
"@hookform/resolvers": "3.3.2", | ||
"@mdxeditor/editor": "3.8.0", | ||
"@react-google-maps/api": "2.19.2", | ||
"@sentry/nextjs": "7.82.0", | ||
"@t3-oss/env-nextjs": "0.7.1", | ||
"@tanstack/react-query": "5.8.7", | ||
"@types/file-saver": "2.0.7", | ||
"axios": "1.6.2", | ||
"daisyui": "4.4.11", | ||
"embla-carousel-react": "8.0.0", | ||
"file-saver": "2.0.5", | ||
"jotai": "2.6.0", | ||
"moment": "2.29.4", | ||
"next": "14.0.3", | ||
"next-auth": "4.24.5", | ||
"next-i18next": "15.2.0", | ||
"next-themes": "0.2.1", | ||
"nookies": "2.5.2", | ||
"nprogress": "0.2.0", | ||
"react": "18.3.1", | ||
"react-avatar-editor": "13.0.2", | ||
"react-datepicker": "4.23.0", | ||
"react-dom": "18.3.0", | ||
"react-ga4": "2.1.0", | ||
"react-google-charts": "4.0.1", | ||
"react-hook-form": "7.48.2", | ||
"react-icons": "4.12.0", | ||
"react-modal": "3.16.1", | ||
"react-moment": "1.1.3", | ||
"react-scroll-snap-anime-slider": "1.5.3", | ||
"react-select": "5.8.0", | ||
"react-toastify": "9.1.3", | ||
"sass": "1.69.5", | ||
"sharp": "0.32.6", | ||
"tailwindcss-animate": "1.0.7", | ||
"zod": "3.22.4" | ||
"@fontsource/open-sans": "^5.1.0", | ||
"@googlemaps/js-api-loader": "^1.16.8", | ||
"@hookform/resolvers": "^3.9.1", | ||
"@mdxeditor/editor": "^3.19.3", | ||
"@react-google-maps/api": "^2.20.3", | ||
"@t3-oss/env-nextjs": "^0.11.1", | ||
"@tanstack/react-query": "^5.61.5", | ||
"@types/file-saver": "^2.0.7", | ||
"axios": "^1.7.8", | ||
"daisyui": "^4.12.14", | ||
"embla-carousel-react": "^8.5.1", | ||
"file-saver": "^2.0.5", | ||
"jotai": "^2.10.3", | ||
"moment": "^2.30.1", | ||
"next": "15.0.3", | ||
"next-auth": "^4.24.10", | ||
"next-i18next": "^15.4.0", | ||
"next-themes": "^0.4.3", | ||
"nookies": "^2.5.2", | ||
"nprogress": "^0.2.0", | ||
"react": "19.0.0-rc-66855b96-20241106", | ||
"react-avatar-editor": "^13.0.2", | ||
"react-datepicker": "^7.5.0", | ||
"react-dom": "19.0.0-rc-66855b96-20241106", | ||
"react-ga4": "^2.1.0", | ||
"react-google-charts": "^5.2.1", | ||
"react-hook-form": "^7.53.2", | ||
"react-icons": "^5.3.0", | ||
"react-moment": "^1.1.3", | ||
"react-scroll-snap-anime-slider": "^1.5.3", | ||
"react-select": "^5.8.3", | ||
"react-toastify": "^10.0.6", | ||
"sass": "^1.81.0", | ||
"sharp": "^0.33.5", | ||
"zod": "^3.23.8" | ||
}, | ||
"devDependencies": { | ||
"@next/bundle-analyzer": "14.0.3", | ||
"@types/eslint": "8.44.7", | ||
"@types/google.maps": "3.55.2", | ||
"@types/next-pwa": "5.6.9", | ||
"@types/node": "18.17.0", | ||
"@types/nprogress": "0.2.3", | ||
"@types/prettier": "3.0.0", | ||
"@types/react": "18.3.1", | ||
"@types/react-avatar-editor": "13.0.2", | ||
"@types/react-datepicker": "4.19.3", | ||
"@types/react-dom": "18.3.0", | ||
"@types/react-modal": "3.16.3", | ||
"@typescript-eslint/eslint-plugin": "6.13.0", | ||
"@typescript-eslint/parser": "6.13.0", | ||
"autoprefixer": "10.4.16", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.54.0", | ||
"eslint-config-next": "14.0.3", | ||
"filepond": "4.30.4", | ||
"filepond-plugin-file-validate-type": "1.2.8", | ||
"filepond-plugin-image-exif-orientation": "1.0.11", | ||
"filepond-plugin-image-preview": "4.6.11", | ||
"next-pwa": "5.6.0", | ||
"postcss": "8.4.31", | ||
"prettier": "3.1.0", | ||
"prettier-plugin-tailwindcss": "0.5.7", | ||
"react-filepond": "7.1.2", | ||
"tailwindcss": "3.3.5", | ||
"typescript": "5.3.2" | ||
"@eslint/compat": "^1.2.3", | ||
"@next/bundle-analyzer": "^15.0.3", | ||
"@types/google.maps": "^3.58.1", | ||
"@types/next-pwa": "^5.6.9", | ||
"@types/node": "^20.14.8", | ||
"@types/nprogress": "^0.2.3", | ||
"@types/prettier": "^3.0.0", | ||
"@types/react": "^18", | ||
"@types/react-dom": "^18", | ||
"@types/react-avatar-editor": "^13.0.3", | ||
"@types/react-datepicker": "^7.0.0", | ||
"@types/react-modal": "^3.16.3", | ||
"autoprefixer": "^10.4.20", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.57.0", | ||
"eslint-config-next": "^15.0.3", | ||
"eslint-config-prettier": "^9.1.0", | ||
"filepond": "^4.32.4", | ||
"filepond-plugin-file-validate-type": "^1.2.9", | ||
"filepond-plugin-image-exif-orientation": "^1.0.11", | ||
"filepond-plugin-image-preview": "^4.6.12", | ||
"next-pwa": "^5.6.0", | ||
"postcss": "^8.4.49", | ||
"prettier": "^3.4.1", | ||
"prettier-plugin-tailwindcss": "^0.6.9", | ||
"react-filepond": "^7.1.2", | ||
"tailwindcss": "^3.4.15", | ||
"typescript": "^5.7.2" | ||
}, | ||
"ct3aMetadata": { | ||
"initVersion": "7.16.0" | ||
}, | ||
"engines": { | ||
"node": "18.x" | ||
"node": "20.x" | ||
}, | ||
"overrides": { | ||
"@types/react": "npm:[email protected]", | ||
"@types/react-dom": "npm:[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.