[FEAT] update dependecy

This commit is contained in:
Edouard DUPIN 2025-03-22 12:10:45 +01:00
parent d65faa8810
commit dbb2527cb8
2 changed files with 52 additions and 35 deletions

View File

@ -29,63 +29,65 @@
"*.{ts,tsx,js,jsx,json}": "prettier --write" "*.{ts,tsx,js,jsx,json}": "prettier --write"
}, },
"dependencies": { "dependencies": {
"react-speech-recognition": "4.0.0",
"regenerator-runtime": "0.14.1",
"@trivago/prettier-plugin-sort-imports": "5.2.2", "@trivago/prettier-plugin-sort-imports": "5.2.2",
"@chakra-ui/cli": "3.7.0", "@chakra-ui/cli": "3.13.0",
"@chakra-ui/react": "3.7.0", "@chakra-ui/react": "3.13.0",
"@emotion/react": "11.14.0", "@emotion/react": "11.14.0",
"allotment": "1.20.2", "allotment": "1.20.3",
"css-mediaquery": "0.1.2", "css-mediaquery": "0.1.2",
"dayjs": "1.11.13", "dayjs": "1.11.13",
"history": "5.3.0", "history": "5.3.0",
"next-themes": "^0.4.4", "next-themes": "^0.4.6",
"react": "19.0.0-rc.1", "react": "19.0.0",
"react-dom": "19.0.0-rc.1", "react-dom": "19.0.0",
"react-error-boundary": "5.0.0", "react-error-boundary": "5.0.0",
"react-icons": "5.4.0", "react-icons": "5.5.0",
"react-router-dom": "7.1.5", "react-router-dom": "7.4.0",
"react-select": "5.10.0", "react-select": "5.10.1",
"react-use": "17.6.0", "react-use": "17.6.0",
"zod": "3.24.1", "zod": "3.24.2",
"zustand": "5.0.3" "zustand": "5.0.3"
}, },
"devDependencies": { "devDependencies": {
"@chakra-ui/styled-system": "^2.12.0", "@chakra-ui/styled-system": "^2.12.0",
"@playwright/test": "1.50.1", "@playwright/test": "1.51.1",
"@storybook/addon-actions": "8.5.4", "@storybook/addon-actions": "8.6.8",
"@storybook/addon-essentials": "8.5.4", "@storybook/addon-essentials": "8.6.8",
"@storybook/addon-links": "8.5.4", "@storybook/addon-links": "8.6.8",
"@storybook/addon-mdx-gfm": "8.5.4", "@storybook/addon-mdx-gfm": "8.6.8",
"@storybook/react": "8.5.4", "@storybook/react": "8.6.8",
"@storybook/react-vite": "8.5.4", "@storybook/react-vite": "8.6.8",
"@storybook/theming": "8.5.4", "@storybook/theming": "8.6.8",
"@testing-library/jest-dom": "6.6.3", "@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0", "@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1", "@testing-library/user-event": "14.6.1",
"@trivago/prettier-plugin-sort-imports": "5.2.2", "@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/node": "22.13.1", "@types/node": "22.13.11",
"@types/react": "19.0.8", "@types/react": "19.0.12",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "8.24.0", "@typescript-eslint/eslint-plugin": "8.27.0",
"@typescript-eslint/parser": "8.24.0", "@typescript-eslint/parser": "8.27.0",
"@vitejs/plugin-react": "4.3.4", "@vitejs/plugin-react": "4.3.4",
"eslint": "9.20.1", "eslint": "9.23.0",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.4", "eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0", "eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-storybook": "0.11.2", "eslint-plugin-storybook": "0.11.6",
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"knip": "5.44.0", "knip": "5.46.0",
"lint-staged": "15.4.3", "lint-staged": "15.5.0",
"npm-check-updates": "^17.1.14", "npm-check-updates": "^17.1.16",
"prettier": "3.5.0", "prettier": "3.5.3",
"puppeteer": "24.2.0", "puppeteer": "24.4.0",
"react-is": "19.0.0", "react-is": "19.0.0",
"storybook": "8.5.4", "storybook": "8.6.8",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"typescript": "5.7.3", "typescript": "5.8.2",
"vite": "6.1.0", "vite": "6.2.2",
"vitest": "3.0.5" "vitest": "3.0.9"
} }
} }

15
front/pnpm-lock.yaml generated
View File

@ -53,9 +53,15 @@ importers:
react-select: react-select:
specifier: 5.10.0 specifier: 5.10.0
version: 5.10.0(@types/react@19.0.8)(react-dom@19.0.0-rc.1(react@19.0.0-rc.1))(react@19.0.0-rc.1) version: 5.10.0(@types/react@19.0.8)(react-dom@19.0.0-rc.1(react@19.0.0-rc.1))(react@19.0.0-rc.1)
react-speech-recognition:
specifier: 3.10.0
version: 3.10.0(react@19.0.0-rc.1)
react-use: react-use:
specifier: 17.6.0 specifier: 17.6.0
version: 17.6.0(react-dom@19.0.0-rc.1(react@19.0.0-rc.1))(react@19.0.0-rc.1) version: 17.6.0(react-dom@19.0.0-rc.1(react@19.0.0-rc.1))(react@19.0.0-rc.1)
regenerator-runtime:
specifier: 0.14.1
version: 0.14.1
zod: zod:
specifier: 3.24.1 specifier: 3.24.1
version: 3.24.1 version: 3.24.1
@ -3992,6 +3998,11 @@ packages:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-speech-recognition@3.10.0:
resolution: {integrity: sha512-EVSr4Ik8l9urwdPiK2r0+ADrLyDDrjB0qBRdUWO+w2MfwEBrj6NuRmy1GD3x7BU/V6/hab0pl8Lupen0zwlJyw==}
peerDependencies:
react: '>=16.8.0'
react-transition-group@4.4.5: react-transition-group@4.4.5:
resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==}
peerDependencies: peerDependencies:
@ -9741,6 +9752,10 @@ snapshots:
- '@types/react' - '@types/react'
- supports-color - supports-color
react-speech-recognition@3.10.0(react@19.0.0-rc.1):
dependencies:
react: 19.0.0-rc.1
react-transition-group@4.4.5(react-dom@19.0.0-rc.1(react@19.0.0-rc.1))(react@19.0.0-rc.1): react-transition-group@4.4.5(react-dom@19.0.0-rc.1(react@19.0.0-rc.1))(react@19.0.0-rc.1):
dependencies: dependencies:
'@babel/runtime': 7.26.7 '@babel/runtime': 7.26.7