From fc24628f33c49d147a24cbde63983981fdb8a22b Mon Sep 17 00:00:00 2001 From: Alex <53974096+ExalFabu@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:49:20 +0100 Subject: [PATCH 01/16] Allow decimal thesis points --- src/features/preferences/components/FinalBonusComponent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/preferences/components/FinalBonusComponent.tsx b/src/features/preferences/components/FinalBonusComponent.tsx index 3120ee6..556469b 100644 --- a/src/features/preferences/components/FinalBonusComponent.tsx +++ b/src/features/preferences/components/FinalBonusComponent.tsx @@ -209,7 +209,7 @@ function FinalBonusComponent({ :
+ aria-label='slider-ex-1' defaultValue={0} min={0} max={10} step={0.1} my={"2em"} maxWidth={"80%"} value={temporarySliderValue} onChange={setTemporarySliderValue} onChangeEnd={endOfSliding} > @@ -224,4 +224,4 @@ function FinalBonusComponent({ ); } -export default FinalBonusComponent; \ No newline at end of file +export default FinalBonusComponent; From e92c48db812444b54f60b13622768b0308d2895c Mon Sep 17 00:00:00 2001 From: Alex Buffa Date: Thu, 6 Jun 2024 20:27:11 +0200 Subject: [PATCH 02/16] first migration --- next-env.d.ts | 1 + package.json | 55 +- src/pages/_app.tsx | 6 +- tsconfig.json | 10 +- yarn.lock | 6042 ++++++++++++++++++++++++-------------------- 5 files changed, 3332 insertions(+), 2782 deletions(-) diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..fd36f94 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,5 +1,6 @@ /// /// +/// // NOTE: This file should not be edited // see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/package.json b/package.json index 74f8f45..ddea502 100644 --- a/package.json +++ b/package.json @@ -3,38 +3,39 @@ "version": "0.2.0", "private": true, "dependencies": { - "@chakra-ui/icons": "^1.0.10", - "@chakra-ui/react": "^1.0.0", - "@emotion/react": "^11.0.0", - "@emotion/styled": "^11.0.0", - "@next/bundle-analyzer": "^12.2.2", - "@reduxjs/toolkit": "^1.8.3", - "@testing-library/jest-dom": "^5.9.0", - "@testing-library/react": "^10.2.1", - "@testing-library/user-event": "^12.0.2", + "@chakra-ui/icons": "^2.1.1", + "@chakra-ui/react": "^2.8.2", + "@emotion/react": "^11.11.4", + "@emotion/styled": "^11.11.5", + "@next/bundle-analyzer": "^14.2.3", + "@reduxjs/toolkit": "^2.2.5", + "@testing-library/jest-dom": "^6.4.5", + "@testing-library/react": "^16.0.0", + "@testing-library/user-event": "^14.5.2", "cheerio": "^1.0.0-rc.12", - "dotenv": "^8.2.0", - "framer-motion": "^4.0.0", - "jsonschema": "^1.4.0", - "mongoose": "^5.12.7", - "nanoid": "^3.1.22", - "next": "^12.2.2", + "dotenv": "^16.4.5", + "framer-motion": "^11.2.10", + "jsonschema": "^1.4.1", + "mongoose": "^8.4.1", + "nanoid": "^5.0.7", + "next": "^14.2.3", "next-compose-plugins": "^2.2.1", - "next-pwa": "^5.5.4", - "react": "^17.0.2", - "react-beautiful-dnd": "^13.1.0", - "react-dom": "^17.0.2", - "react-icons": "^3.0.0", - "react-redux": "^8.0.2", + "next-pwa": "^5.6.0", + "react": "^18.3.1", + "react-beautiful-dnd": "^13.1.1", + "react-dom": "^18.3.1", + "react-icons": "^5.2.1", + "react-redux": "^9.1.2", "redux-logger": "^3.0.6", "redux-persist": "^6.0.0", - "reselect": "^4.1.6", - "web-vitals": "^0.2.2" + "reselect": "^5.1.1", + "web-vitals": "^4.0.1" }, "scripts": { "start": "next start", "build": "next build", "dev": "next dev", + "test": "echo ok", "analyze": "ANALYZE=true next build" }, "eslintConfig": { @@ -53,10 +54,10 @@ ] }, "devDependencies": { - "@types/cheerio": "^0.22.31", - "@types/react-beautiful-dnd": "^13.1.2", - "@types/redux-logger": "^3.0.9", - "typescript": "^4.7.4" + "@types/cheerio": "^0.22.35", + "@types/react-beautiful-dnd": "^13.1.8", + "@types/redux-logger": "^3.0.13", + "typescript": "^5.4.5" }, "resolutions": { "@types/react": "17.0.15", diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index c129f43..92f7a56 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -36,8 +36,8 @@ export default function MyApp({ Component, pageProps }: AppProps) { {SchemaORG['name']} -