[FEAT] (front) Update versions of dependency
This commit is contained in:
parent
746d5dff96
commit
78b1970ba9
@ -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)");
|
||||
|
@ -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",
|
||||
|
16
front/pnpm-lock.yaml
generated
16
front/pnpm-lock.yaml
generated
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user