From 78b1970ba96086562611688a477bce0763e0cedd Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 11 Jan 2025 14:31:55 +0100 Subject: [PATCH] [FEAT] (front) Update versions of dependency --- back/test/src/test/kar/karusic/TestBase.java | 2 -- front/package.json | 14 +++++++------- front/pnpm-lock.yaml | 16 ++++++++-------- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/back/test/src/test/kar/karusic/TestBase.java b/back/test/src/test/kar/karusic/TestBase.java index 431bbe6..98f373e 100644 --- a/back/test/src/test/kar/karusic/TestBase.java +++ b/back/test/src/test/kar/karusic/TestBase.java @@ -25,8 +25,6 @@ public class TestBase { ConfigureDb.configure(); LOGGER.info("configure server ..."); webInterface = new WebLauncherTest(); - LOGGER.info("Clean previous table"); - LOGGER.info("Start REST (BEGIN)"); webInterface.process(); LOGGER.info("Start REST (DONE)"); diff --git a/front/package.json b/front/package.json index 7302369..4196145 100644 --- a/front/package.json +++ b/front/package.json @@ -29,18 +29,18 @@ "*.{ts,tsx,js,jsx,json}": "prettier --write" }, "dependencies": { - "@chakra-ui/anatomy": "2.2.2", - "@chakra-ui/cli": "2.4.1", - "@chakra-ui/react": "2.8.2", - "@chakra-ui/theme-tools": "2.2.6", + "@chakra-ui/anatomy": "~2.2.2", + "@chakra-ui/cli": "~2.4.1", + "@chakra-ui/react": "~2.8.2", + "@chakra-ui/theme-tools": "~2.2.6", "@dnd-kit/core": "6.3.1", "@dnd-kit/modifiers": "9.0.0", "@dnd-kit/sortable": "10.0.0", "@dnd-kit/utilities": "3.2.2", "@emotion/react": "11.14.0", "@emotion/styled": "11.14.0", - "@formiz/core": "2.4.5", - "@formiz/validations": "2.0.1", + "@formiz/core": "^2.4.5", + "@formiz/validations": "^2.0.1", "allotment": "1.20.2", "css-mediaquery": "0.1.2", "dayjs": "1.11.13", @@ -68,7 +68,7 @@ "zustand": "5.0.2" }, "devDependencies": { - "@chakra-ui/styled-system": "2.12.0", + "@chakra-ui/styled-system": "^2.12.0", "@playwright/test": "1.49.1", "@storybook/addon-actions": "8.4.7", "@storybook/addon-essentials": "8.4.7", diff --git a/front/pnpm-lock.yaml b/front/pnpm-lock.yaml index 725aa79..6a88d0f 100644 --- a/front/pnpm-lock.yaml +++ b/front/pnpm-lock.yaml @@ -9,16 +9,16 @@ importers: .: dependencies: '@chakra-ui/anatomy': - specifier: 2.2.2 - version: 2.2.2 + specifier: ^2.2.2 + version: 2.3.4 '@chakra-ui/cli': - specifier: 2.4.1 + specifier: ^2.4.1 version: 2.4.1 '@chakra-ui/react': - specifier: 2.8.2 + specifier: ^2.8.2 version: 2.8.2(@emotion/react@11.14.0(@types/react@18.3.8)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.8)(react@18.3.1))(@types/react@18.3.8)(react@18.3.1))(@types/react@18.3.8)(framer-motion@11.15.0(@emotion/is-prop-valid@1.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@chakra-ui/theme-tools': - specifier: 2.2.6 + specifier: ^2.2.6 version: 2.2.6(@chakra-ui/styled-system@2.12.0(react@18.3.1))(react@18.3.1) '@dnd-kit/core': specifier: 6.3.1 @@ -39,10 +39,10 @@ importers: specifier: 11.14.0 version: 11.14.0(@emotion/react@11.14.0(@types/react@18.3.8)(react@18.3.1))(@types/react@18.3.8)(react@18.3.1) '@formiz/core': - specifier: 2.4.5 + specifier: ^2.4.5 version: 2.4.5(react@18.3.1) '@formiz/validations': - specifier: 2.0.1 + specifier: ^2.0.1 version: 2.0.1 allotment: specifier: 1.20.2 @@ -121,7 +121,7 @@ importers: version: 5.0.2(@types/react@18.3.8)(react@18.3.1)(use-sync-external-store@1.2.2(react@18.3.1)) devDependencies: '@chakra-ui/styled-system': - specifier: 2.12.0 + specifier: ^2.12.0 version: 2.12.0(react@18.3.1) '@playwright/test': specifier: 1.49.1