⬆️(dependencies) update js dependencies
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
418fac1b21
commit
5718c0b8d1
@@ -4,22 +4,22 @@
|
||||
"license": "MIT",
|
||||
"main": ".eslintrc.json",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "8.2.0",
|
||||
"@typescript-eslint/parser": "8.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.19.1",
|
||||
"@typescript-eslint/parser": "8.19.1",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "18.0.0",
|
||||
"eslint-config-next": "14.2.5",
|
||||
"eslint-config-next": "15.1.3",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-import-resolver-typescript": "3.6.1",
|
||||
"eslint-import-resolver-webpack": "0.13.8",
|
||||
"eslint-plugin-compat": "6.0.0",
|
||||
"eslint-plugin-formatjs": "4.13.3",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jsx-a11y": "6.9.0",
|
||||
"eslint-import-resolver-typescript": "3.7.0",
|
||||
"eslint-import-resolver-webpack": "0.13.10",
|
||||
"eslint-plugin-compat": "6.0.2",
|
||||
"eslint-plugin-formatjs": "5.2.9",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||
"eslint-plugin-prettier": "5.2.1",
|
||||
"eslint-plugin-react": "7.35.0",
|
||||
"eslint-plugin-react-hooks": "4.6.2"
|
||||
"eslint-plugin-react": "7.37.3",
|
||||
"eslint-plugin-react-hooks": "5.1.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.16.0",
|
||||
|
||||
@@ -42,76 +42,76 @@
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/roboto-flex": "5.0.16",
|
||||
"@fontsource/material-icons-outlined": "5.0.13",
|
||||
"@internationalized/date": "3.5.5",
|
||||
"@fontsource-variable/roboto-flex": "5.1.1",
|
||||
"@fontsource/material-icons-outlined": "5.1.1",
|
||||
"@internationalized/date": "3.6.0",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@react-aria/calendar": "3.5.11",
|
||||
"@react-aria/datepicker": "3.11.2",
|
||||
"@react-aria/i18n": "3.12.2",
|
||||
"@react-stately/calendar": "3.5.4",
|
||||
"@react-stately/datepicker": "3.10.2",
|
||||
"@tanstack/react-table": "8.20.1",
|
||||
"@react-aria/calendar": "3.6.0",
|
||||
"@react-aria/datepicker": "3.12.0",
|
||||
"@react-aria/i18n": "3.12.4",
|
||||
"@react-stately/calendar": "3.6.0",
|
||||
"@react-stately/datepicker": "3.11.0",
|
||||
"@tanstack/react-table": "8.20.6",
|
||||
"@types/react-modal": "3.16.3",
|
||||
"chromatic": "11.7.1",
|
||||
"chromatic": "11.22.0",
|
||||
"classnames": "2.5.1",
|
||||
"downshift": "9.0.8",
|
||||
"react": "18.3.1",
|
||||
"react-aria": "3.34.2",
|
||||
"react-aria-components": "1.3.2",
|
||||
"react-dom": "18.3.1",
|
||||
"react-modal": "3.16.1",
|
||||
"react-stately": "3.32.2"
|
||||
"react": "19.0.0",
|
||||
"react-aria": "3.36.0",
|
||||
"react-aria-components": "1.5.0",
|
||||
"react-dom": "19.0.0",
|
||||
"react-modal": "3.16.3",
|
||||
"react-stately": "3.34.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.25.2",
|
||||
"@babel/plugin-proposal-decorators": "7.24.7",
|
||||
"@babel/plugin-proposal-export-default-from": "7.24.7",
|
||||
"@babel/preset-typescript": "7.24.7",
|
||||
"@chromatic-com/storybook": "1.6.1",
|
||||
"@faker-js/faker": "8.4.1",
|
||||
"@hookform/resolvers": "3.9.0",
|
||||
"@babel/core": "7.26.0",
|
||||
"@babel/plugin-proposal-decorators": "7.25.9",
|
||||
"@babel/plugin-proposal-export-default-from": "7.25.9",
|
||||
"@babel/preset-typescript": "7.26.0",
|
||||
"@chromatic-com/storybook": "3.2.3",
|
||||
"@faker-js/faker": "9.3.0",
|
||||
"@hookform/resolvers": "3.10.0",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@storybook/addon-a11y": "8.2.9",
|
||||
"@storybook/addon-actions": "8.2.9",
|
||||
"@storybook/addon-essentials": "8.2.9",
|
||||
"@storybook/addon-interactions": "8.2.9",
|
||||
"@storybook/addon-links": "8.2.9",
|
||||
"@storybook/addon-a11y": "8.4.7",
|
||||
"@storybook/addon-actions": "8.4.7",
|
||||
"@storybook/addon-essentials": "8.4.7",
|
||||
"@storybook/addon-interactions": "8.4.7",
|
||||
"@storybook/addon-links": "8.4.7",
|
||||
"@storybook/preset-scss": "1.0.3",
|
||||
"@storybook/react": "8.2.9",
|
||||
"@storybook/react-vite": "8.2.9",
|
||||
"@storybook/react": "8.4.7",
|
||||
"@storybook/react-vite": "8.4.7",
|
||||
"@storybook/storybook-deployer": "2.8.16",
|
||||
"@testing-library/dom": "10.4.0",
|
||||
"@testing-library/jest-dom": "6.4.8",
|
||||
"@testing-library/react": "16.0.0",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@testing-library/react": "16.1.0",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/react": "18.3.3",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@vitejs/plugin-react": "4.3.1",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/react": "19.0.3",
|
||||
"@types/react-dom": "19.0.2",
|
||||
"@vitejs/plugin-react": "4.3.4",
|
||||
"@vitest/coverage-c8": "0.33.0",
|
||||
"@vitest/ui": "2.0.5",
|
||||
"babel-loader": "9.1.3",
|
||||
"@vitest/ui": "2.1.8",
|
||||
"babel-loader": "9.2.1",
|
||||
"css-loader": "7.1.2",
|
||||
"glob": "11.0.0",
|
||||
"jsdom": "24.1.1",
|
||||
"react-hook-form": "7.52.2",
|
||||
"jsdom": "25.0.1",
|
||||
"react-hook-form": "7.54.2",
|
||||
"remark-gfm": "4.0.0",
|
||||
"sass": "1.77.8",
|
||||
"sass-loader": "16.0.1",
|
||||
"storybook": "8.2.9",
|
||||
"sass": "1.83.1",
|
||||
"sass-loader": "16.0.4",
|
||||
"storybook": "8.4.7",
|
||||
"style-loader": "4.0.0",
|
||||
"typescript": "5.5.4",
|
||||
"vite": "5.4.1",
|
||||
"vite-plugin-dts": "4.0.3",
|
||||
"vite-tsconfig-paths": "5.0.1",
|
||||
"vitest": "2.0.5",
|
||||
"vitest-fetch-mock": "0.3.0",
|
||||
"yup": "1.4.0"
|
||||
"typescript": "5.7.2",
|
||||
"vite": "6.0.7",
|
||||
"vite-plugin-dts": "4.4.0",
|
||||
"vite-tsconfig-paths": "5.1.4",
|
||||
"vitest": "2.1.8",
|
||||
"vitest-fetch-mock": "0.4.3",
|
||||
"yup": "1.6.1"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.16.0",
|
||||
|
||||
@@ -35,22 +35,22 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "4.1.2",
|
||||
"commander": "12.1.0",
|
||||
"commander": "13.0.0",
|
||||
"deepmerge": "4.3.1",
|
||||
"figlet": "1.7.0",
|
||||
"figlet": "1.8.0",
|
||||
"ts-node": "10.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/figlet": "1.5.8",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/node": "20.16.1",
|
||||
"@types/figlet": "1.7.0",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/node": "22.10.5",
|
||||
"eslint-config-custom": "*",
|
||||
"jest": "29.7.0",
|
||||
"nodemon": "3.1.4",
|
||||
"prettier": "3.3.3",
|
||||
"ts-jest": "29.2.4",
|
||||
"nodemon": "3.1.9",
|
||||
"prettier": "3.4.2",
|
||||
"ts-jest": "29.2.5",
|
||||
"tsc-alias": "1.8.10",
|
||||
"typescript": "5.5.4"
|
||||
"typescript": "5.7.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
||||
Reference in New Issue
Block a user