⬆️(dependencies) update js dependencies
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
1514e4f0b3
commit
a3eadc50db
@@ -23,7 +23,7 @@
|
|||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"sass": "1.77.8",
|
"sass": "1.77.8",
|
||||||
"typescript": "5.5.4",
|
"typescript": "5.5.4",
|
||||||
"vite": "5.3.5"
|
"vite": "5.4.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"make-dir-cli": "4.0.0",
|
"make-dir-cli": "4.0.0",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.3.3",
|
||||||
"turbo": "2.0.9"
|
"turbo": "2.0.14"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": ".eslintrc.json",
|
"main": ".eslintrc.json",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "7.17.0",
|
"@typescript-eslint/eslint-plugin": "8.2.0",
|
||||||
"@typescript-eslint/parser": "7.17.0",
|
"@typescript-eslint/parser": "8.2.0",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-config-airbnb": "19.0.4",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-config-airbnb-typescript": "18.0.0",
|
"eslint-config-airbnb-typescript": "18.0.0",
|
||||||
|
|||||||
@@ -42,32 +42,32 @@
|
|||||||
"build-storybook": "storybook build"
|
"build-storybook": "storybook build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource-variable/roboto-flex": "5.0.15",
|
"@fontsource-variable/roboto-flex": "5.0.16",
|
||||||
"@fontsource/material-icons-outlined": "5.0.12",
|
"@fontsource/material-icons-outlined": "5.0.13",
|
||||||
"@internationalized/date": "3.5.5",
|
"@internationalized/date": "3.5.5",
|
||||||
"@openfun/cunningham-tokens": "*",
|
"@openfun/cunningham-tokens": "*",
|
||||||
"@react-aria/calendar": "3.5.10",
|
"@react-aria/calendar": "3.5.11",
|
||||||
"@react-aria/datepicker": "3.11.1",
|
"@react-aria/datepicker": "3.11.2",
|
||||||
"@react-aria/i18n": "3.12.1",
|
"@react-aria/i18n": "3.12.2",
|
||||||
"@react-stately/calendar": "3.5.3",
|
"@react-stately/calendar": "3.5.4",
|
||||||
"@react-stately/datepicker": "3.10.1",
|
"@react-stately/datepicker": "3.10.2",
|
||||||
"@tanstack/react-table": "8.19.3",
|
"@tanstack/react-table": "8.20.1",
|
||||||
"@types/react-modal": "3.16.3",
|
"@types/react-modal": "3.16.3",
|
||||||
"chromatic": "11.5.6",
|
"chromatic": "11.7.1",
|
||||||
"classnames": "2.5.1",
|
"classnames": "2.5.1",
|
||||||
"downshift": "9.0.7",
|
"downshift": "9.0.8",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-aria": "3.34.1",
|
"react-aria": "3.34.2",
|
||||||
"react-aria-components": "1.3.1",
|
"react-aria-components": "1.3.2",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-modal": "3.16.1",
|
"react-modal": "3.16.1",
|
||||||
"react-stately": "3.32.1"
|
"react-stately": "3.32.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.24.9",
|
"@babel/core": "7.25.2",
|
||||||
"@babel/plugin-proposal-decorators": "7.24.7",
|
"@babel/plugin-proposal-decorators": "7.24.7",
|
||||||
"@babel/plugin-proposal-export-default-from": "7.24.7",
|
"@babel/plugin-proposal-export-default-from": "7.24.7",
|
||||||
"@babel/preset-typescript": "7.24.7",
|
"@babel/preset-typescript": "7.24.7",
|
||||||
@@ -76,14 +76,14 @@
|
|||||||
"@hookform/resolvers": "3.9.0",
|
"@hookform/resolvers": "3.9.0",
|
||||||
"@openfun/cunningham-tokens": "*",
|
"@openfun/cunningham-tokens": "*",
|
||||||
"@openfun/typescript-configs": "*",
|
"@openfun/typescript-configs": "*",
|
||||||
"@storybook/addon-a11y": "8.2.6",
|
"@storybook/addon-a11y": "8.2.9",
|
||||||
"@storybook/addon-actions": "8.2.6",
|
"@storybook/addon-actions": "8.2.9",
|
||||||
"@storybook/addon-essentials": "8.2.6",
|
"@storybook/addon-essentials": "8.2.9",
|
||||||
"@storybook/addon-interactions": "8.2.6",
|
"@storybook/addon-interactions": "8.2.9",
|
||||||
"@storybook/addon-links": "8.2.6",
|
"@storybook/addon-links": "8.2.9",
|
||||||
"@storybook/preset-scss": "1.0.3",
|
"@storybook/preset-scss": "1.0.3",
|
||||||
"@storybook/react": "8.2.6",
|
"@storybook/react": "8.2.9",
|
||||||
"@storybook/react-vite": "8.2.6",
|
"@storybook/react-vite": "8.2.9",
|
||||||
"@storybook/storybook-deployer": "2.8.16",
|
"@storybook/storybook-deployer": "2.8.16",
|
||||||
"@testing-library/dom": "10.4.0",
|
"@testing-library/dom": "10.4.0",
|
||||||
"@testing-library/jest-dom": "6.4.8",
|
"@testing-library/jest-dom": "6.4.8",
|
||||||
@@ -94,22 +94,22 @@
|
|||||||
"@types/react-dom": "18.3.0",
|
"@types/react-dom": "18.3.0",
|
||||||
"@vitejs/plugin-react": "4.3.1",
|
"@vitejs/plugin-react": "4.3.1",
|
||||||
"@vitest/coverage-c8": "0.33.0",
|
"@vitest/coverage-c8": "0.33.0",
|
||||||
"@vitest/ui": "2.0.4",
|
"@vitest/ui": "2.0.5",
|
||||||
"babel-loader": "9.1.3",
|
"babel-loader": "9.1.3",
|
||||||
"css-loader": "7.1.2",
|
"css-loader": "7.1.2",
|
||||||
"glob": "11.0.0",
|
"glob": "11.0.0",
|
||||||
"jsdom": "24.1.1",
|
"jsdom": "24.1.1",
|
||||||
"react-hook-form": "7.52.1",
|
"react-hook-form": "7.52.2",
|
||||||
"remark-gfm": "4.0.0",
|
"remark-gfm": "4.0.0",
|
||||||
"sass": "1.77.8",
|
"sass": "1.77.8",
|
||||||
"sass-loader": "16.0.0",
|
"sass-loader": "16.0.1",
|
||||||
"storybook": "8.2.6",
|
"storybook": "8.2.9",
|
||||||
"style-loader": "4.0.0",
|
"style-loader": "4.0.0",
|
||||||
"typescript": "5.5.4",
|
"typescript": "5.5.4",
|
||||||
"vite": "5.3.5",
|
"vite": "5.4.1",
|
||||||
"vite-plugin-dts": "3.9.1",
|
"vite-plugin-dts": "4.0.3",
|
||||||
"vite-tsconfig-paths": "4.3.2",
|
"vite-tsconfig-paths": "5.0.1",
|
||||||
"vitest": "2.0.4",
|
"vitest": "2.0.5",
|
||||||
"vitest-fetch-mock": "0.3.0",
|
"vitest-fetch-mock": "0.3.0",
|
||||||
"yup": "1.4.0"
|
"yup": "1.4.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -43,12 +43,12 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/figlet": "1.5.8",
|
"@types/figlet": "1.5.8",
|
||||||
"@types/jest": "29.5.12",
|
"@types/jest": "29.5.12",
|
||||||
"@types/node": "20.14.13",
|
"@types/node": "20.16.1",
|
||||||
"eslint-config-custom": "*",
|
"eslint-config-custom": "*",
|
||||||
"jest": "29.7.0",
|
"jest": "29.7.0",
|
||||||
"nodemon": "3.1.4",
|
"nodemon": "3.1.4",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.3.3",
|
||||||
"ts-jest": "29.2.3",
|
"ts-jest": "29.2.4",
|
||||||
"tsc-alias": "1.8.10",
|
"tsc-alias": "1.8.10",
|
||||||
"typescript": "5.5.4"
|
"typescript": "5.5.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user