⬆️(dependencies) update js dependencies
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
"@openfun/cunningham-react": "*",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@types/react": "18.2.47",
|
||||
"@types/react": "18.2.48",
|
||||
"@types/react-dom": "18.2.18",
|
||||
"@vitejs/plugin-react": "4.2.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"sass": "1.69.7",
|
||||
"sass": "1.70.0",
|
||||
"typescript": "5.3.3",
|
||||
"vite": "5.0.11"
|
||||
},
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"devDependencies": {
|
||||
"cross-env": "7.0.3",
|
||||
"make-dir-cli": "3.1.0",
|
||||
"prettier": "3.1.1",
|
||||
"prettier": "3.2.4",
|
||||
"turbo": "1.11.3"
|
||||
},
|
||||
"engines": {
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"packageManager": "yarn@1.22.21",
|
||||
"resolutions": {
|
||||
"@testing-library/dom": "9.3.3"
|
||||
"@testing-library/dom": "9.3.4"
|
||||
},
|
||||
"volta": {
|
||||
"node": "18.18.2",
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"license": "MIT",
|
||||
"main": ".eslintrc.json",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "6.18.0",
|
||||
"@typescript-eslint/parser": "6.18.0",
|
||||
"@typescript-eslint/eslint-plugin": "6.19.0",
|
||||
"@typescript-eslint/parser": "6.19.0",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.1.0",
|
||||
@@ -14,10 +14,10 @@
|
||||
"eslint-import-resolver-typescript": "3.6.1",
|
||||
"eslint-import-resolver-webpack": "0.13.8",
|
||||
"eslint-plugin-compat": "4.2.0",
|
||||
"eslint-plugin-formatjs": "4.11.3",
|
||||
"eslint-plugin-formatjs": "4.12.1",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-prettier": "5.1.2",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-react": "7.33.2",
|
||||
"eslint-plugin-react-hooks": "4.6.0"
|
||||
},
|
||||
|
||||
@@ -53,11 +53,11 @@
|
||||
"@react-aria/i18n": "3.10.0",
|
||||
"@react-stately/calendar": "3.4.3",
|
||||
"@react-stately/datepicker": "3.9.1",
|
||||
"@tanstack/react-table": "8.11.3",
|
||||
"@tanstack/react-table": "8.11.6",
|
||||
"classnames": "2.5.1",
|
||||
"downshift": "8.3.1",
|
||||
"react": "18.2.0",
|
||||
"react-aria": "3.31.0",
|
||||
"react-aria": "3.31.1",
|
||||
"react-dom": "18.2.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -72,41 +72,41 @@
|
||||
"@hookform/resolvers": "3.3.4",
|
||||
"@openfun/cunningham-tokens": "*",
|
||||
"@openfun/typescript-configs": "*",
|
||||
"@storybook/addon-a11y": "7.6.7",
|
||||
"@storybook/addon-actions": "7.6.7",
|
||||
"@storybook/addon-essentials": "7.6.7",
|
||||
"@storybook/addon-interactions": "7.6.7",
|
||||
"@storybook/addon-links": "7.6.7",
|
||||
"@storybook/addon-a11y": "7.6.9",
|
||||
"@storybook/addon-actions": "7.6.9",
|
||||
"@storybook/addon-essentials": "7.6.9",
|
||||
"@storybook/addon-interactions": "7.6.9",
|
||||
"@storybook/addon-links": "7.6.9",
|
||||
"@storybook/preset-scss": "1.0.3",
|
||||
"@storybook/react": "7.6.7",
|
||||
"@storybook/react-vite": "7.6.7",
|
||||
"@storybook/react": "7.6.9",
|
||||
"@storybook/react-vite": "7.6.9",
|
||||
"@storybook/storybook-deployer": "2.8.16",
|
||||
"@storybook/testing-library": "0.2.2",
|
||||
"@testing-library/dom": "9.3.3",
|
||||
"@testing-library/dom": "9.3.4",
|
||||
"@testing-library/jest-dom": "6.2.0",
|
||||
"@testing-library/react": "14.1.2",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"@types/jest": "29.5.11",
|
||||
"@types/react": "18.2.47",
|
||||
"@types/react": "18.2.48",
|
||||
"@types/react-dom": "18.2.18",
|
||||
"@vitejs/plugin-react": "4.2.1",
|
||||
"@vitest/coverage-c8": "0.33.0",
|
||||
"@vitest/ui": "1.1.3",
|
||||
"@vitest/ui": "1.2.1",
|
||||
"babel-loader": "9.1.3",
|
||||
"css-loader": "6.8.1",
|
||||
"css-loader": "6.9.0",
|
||||
"glob": "10.3.10",
|
||||
"jsdom": "23.2.0",
|
||||
"react-hook-form": "7.49.2",
|
||||
"react-hook-form": "7.49.3",
|
||||
"remark-gfm": "3.0.1",
|
||||
"sass": "1.69.7",
|
||||
"sass-loader": "13.3.3",
|
||||
"storybook": "7.6.7",
|
||||
"style-loader": "3.3.3",
|
||||
"sass": "1.70.0",
|
||||
"sass-loader": "14.0.0",
|
||||
"storybook": "7.6.9",
|
||||
"style-loader": "3.3.4",
|
||||
"typescript": "5.3.3",
|
||||
"vite": "5.0.11",
|
||||
"vite-plugin-dts": "3.7.0",
|
||||
"vite-tsconfig-paths": "4.2.3",
|
||||
"vitest": "1.1.3",
|
||||
"vite-plugin-dts": "3.7.1",
|
||||
"vite-tsconfig-paths": "4.3.1",
|
||||
"vitest": "1.2.1",
|
||||
"vitest-fetch-mock": "0.2.2",
|
||||
"yup": "1.3.3"
|
||||
},
|
||||
|
||||
@@ -43,11 +43,11 @@
|
||||
"devDependencies": {
|
||||
"@types/figlet": "1.5.8",
|
||||
"@types/jest": "29.5.11",
|
||||
"@types/node": "20.10.7",
|
||||
"@types/node": "20.11.5",
|
||||
"eslint-config-custom": "*",
|
||||
"jest": "29.7.0",
|
||||
"nodemon": "3.0.2",
|
||||
"prettier": "3.1.1",
|
||||
"nodemon": "3.0.3",
|
||||
"prettier": "3.2.4",
|
||||
"ts-jest": "29.1.1",
|
||||
"tsc-alias": "1.8.8",
|
||||
"typescript": "5.3.3"
|
||||
|
||||
Reference in New Issue
Block a user