⬆️(dependencies) update js dependencies
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
0852403442
commit
fee0ef4ea5
@@ -12,18 +12,18 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "9.3.0",
|
||||
"@faker-js/faker": "9.6.0",
|
||||
"@openfun/cunningham-react": "*",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@types/react": "19.0.3",
|
||||
"@types/react-dom": "19.0.2",
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"@vitejs/plugin-react": "4.3.4",
|
||||
"react": "19.0.0",
|
||||
"react-dom": "19.0.0",
|
||||
"sass": "1.83.1",
|
||||
"typescript": "5.7.2",
|
||||
"vite": "6.0.7"
|
||||
"sass": "1.85.1",
|
||||
"typescript": "5.8.2",
|
||||
"vite": "6.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
"devDependencies": {
|
||||
"cross-env": "7.0.3",
|
||||
"make-dir-cli": "4.0.0",
|
||||
"prettier": "3.4.2",
|
||||
"turbo": "2.3.3"
|
||||
"prettier": "3.5.3",
|
||||
"turbo": "2.4.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@changesets/cli": "2.27.11"
|
||||
"@changesets/cli": "2.28.1"
|
||||
},
|
||||
"packageManager": "yarn@1.22.22",
|
||||
"resolutions": {
|
||||
|
||||
@@ -4,22 +4,22 @@
|
||||
"license": "MIT",
|
||||
"main": ".eslintrc.json",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "8.19.1",
|
||||
"@typescript-eslint/parser": "8.19.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.26.1",
|
||||
"@typescript-eslint/parser": "8.26.1",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "18.0.0",
|
||||
"eslint-config-next": "15.1.3",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-import-resolver-typescript": "3.7.0",
|
||||
"eslint-config-next": "15.2.2",
|
||||
"eslint-config-prettier": "10.1.1",
|
||||
"eslint-import-resolver-typescript": "4.1.0",
|
||||
"eslint-import-resolver-webpack": "0.13.10",
|
||||
"eslint-plugin-compat": "6.0.2",
|
||||
"eslint-plugin-formatjs": "5.2.9",
|
||||
"eslint-plugin-formatjs": "5.2.14",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||
"eslint-plugin-prettier": "5.2.1",
|
||||
"eslint-plugin-react": "7.37.3",
|
||||
"eslint-plugin-react-hooks": "5.1.0"
|
||||
"eslint-plugin-prettier": "5.2.3",
|
||||
"eslint-plugin-react": "7.37.4",
|
||||
"eslint-plugin-react-hooks": "5.2.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "20.16.0",
|
||||
|
||||
@@ -42,75 +42,75 @@
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/roboto-flex": "5.1.1",
|
||||
"@fontsource/material-icons-outlined": "5.1.1",
|
||||
"@internationalized/date": "3.6.0",
|
||||
"@fontsource-variable/roboto-flex": "5.2.5",
|
||||
"@fontsource/material-icons-outlined": "5.2.5",
|
||||
"@internationalized/date": "3.7.0",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@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",
|
||||
"@react-aria/calendar": "3.7.2",
|
||||
"@react-aria/datepicker": "3.14.1",
|
||||
"@react-aria/i18n": "3.12.7",
|
||||
"@react-stately/calendar": "3.7.1",
|
||||
"@react-stately/datepicker": "3.13.0",
|
||||
"@tanstack/react-table": "8.21.2",
|
||||
"@types/react-modal": "3.16.3",
|
||||
"chromatic": "11.22.0",
|
||||
"chromatic": "11.27.0",
|
||||
"classnames": "2.5.1",
|
||||
"downshift": "9.0.8",
|
||||
"downshift": "9.0.9",
|
||||
"react": "19.0.0",
|
||||
"react-aria": "3.36.0",
|
||||
"react-aria-components": "1.5.0",
|
||||
"react-aria": "3.38.1",
|
||||
"react-aria-components": "1.7.1",
|
||||
"react-dom": "19.0.0",
|
||||
"react-modal": "3.16.3",
|
||||
"react-stately": "3.34.0"
|
||||
"react-stately": "3.36.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.26.0",
|
||||
"@babel/core": "7.26.10",
|
||||
"@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",
|
||||
"@chromatic-com/storybook": "3.2.6",
|
||||
"@faker-js/faker": "9.6.0",
|
||||
"@hookform/resolvers": "4.1.3",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@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/addon-a11y": "8.6.6",
|
||||
"@storybook/addon-actions": "8.6.6",
|
||||
"@storybook/addon-essentials": "8.6.6",
|
||||
"@storybook/addon-interactions": "8.6.6",
|
||||
"@storybook/addon-links": "8.6.6",
|
||||
"@storybook/preset-scss": "1.0.3",
|
||||
"@storybook/react": "8.4.7",
|
||||
"@storybook/react-vite": "8.4.7",
|
||||
"@storybook/react": "8.6.6",
|
||||
"@storybook/react-vite": "8.6.6",
|
||||
"@storybook/storybook-deployer": "2.8.16",
|
||||
"@testing-library/dom": "10.4.0",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@testing-library/react": "16.1.0",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"@testing-library/react": "16.2.0",
|
||||
"@testing-library/user-event": "14.6.1",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/react": "19.0.3",
|
||||
"@types/react-dom": "19.0.2",
|
||||
"@types/react": "19.0.10",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"@vitejs/plugin-react": "4.3.4",
|
||||
"@vitest/coverage-c8": "0.33.0",
|
||||
"@vitest/ui": "2.1.8",
|
||||
"babel-loader": "9.2.1",
|
||||
"@vitest/ui": "3.0.8",
|
||||
"babel-loader": "10.0.0",
|
||||
"css-loader": "7.1.2",
|
||||
"glob": "11.0.0",
|
||||
"jsdom": "25.0.1",
|
||||
"glob": "11.0.1",
|
||||
"jsdom": "26.0.0",
|
||||
"react-hook-form": "7.54.2",
|
||||
"remark-gfm": "4.0.0",
|
||||
"sass": "1.83.1",
|
||||
"sass-loader": "16.0.4",
|
||||
"storybook": "8.4.7",
|
||||
"sass": "1.85.1",
|
||||
"sass-loader": "16.0.5",
|
||||
"storybook": "8.6.6",
|
||||
"style-loader": "4.0.0",
|
||||
"typescript": "5.7.2",
|
||||
"vite": "6.0.7",
|
||||
"vite-plugin-dts": "4.4.0",
|
||||
"typescript": "5.8.2",
|
||||
"vite": "6.2.2",
|
||||
"vite-plugin-dts": "4.5.3",
|
||||
"vite-tsconfig-paths": "5.1.4",
|
||||
"vitest": "2.1.8",
|
||||
"vitest-fetch-mock": "0.4.3",
|
||||
"vitest": "3.0.8",
|
||||
"vitest-fetch-mock": "0.4.5",
|
||||
"yup": "1.6.1"
|
||||
},
|
||||
"volta": {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "4.1.2",
|
||||
"commander": "13.0.0",
|
||||
"commander": "13.1.0",
|
||||
"deepmerge": "4.3.1",
|
||||
"figlet": "1.8.0",
|
||||
"ts-node": "10.9.2"
|
||||
@@ -43,14 +43,14 @@
|
||||
"devDependencies": {
|
||||
"@types/figlet": "1.7.0",
|
||||
"@types/jest": "29.5.14",
|
||||
"@types/node": "22.10.5",
|
||||
"@types/node": "22.13.10",
|
||||
"eslint-config-custom": "*",
|
||||
"jest": "29.7.0",
|
||||
"nodemon": "3.1.9",
|
||||
"prettier": "3.4.2",
|
||||
"ts-jest": "29.2.5",
|
||||
"tsc-alias": "1.8.10",
|
||||
"typescript": "5.7.2"
|
||||
"prettier": "3.5.3",
|
||||
"ts-jest": "29.2.6",
|
||||
"tsc-alias": "1.8.11",
|
||||
"typescript": "5.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
|
||||
Reference in New Issue
Block a user