⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-03-10 01:06:05 +00:00
committed by NathanVss
parent 30ec253ab0
commit 91a7b2369f
7 changed files with 1052 additions and 601 deletions

View File

@@ -16,20 +16,20 @@
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@vitejs/plugin-react": "4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.71.0",
"typescript": "5.3.3",
"vite": "5.1.3"
"sass": "1.71.1",
"typescript": "5.4.2",
"vite": "5.1.5"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}

View File

@@ -21,7 +21,7 @@
"cross-env": "7.0.3",
"make-dir-cli": "3.1.0",
"prettier": "3.2.5",
"turbo": "1.12.4"
"turbo": "1.12.5"
},
"engines": {
"node": ">=18.0.0"
@@ -29,12 +29,12 @@
"dependencies": {
"@changesets/cli": "2.27.1"
},
"packageManager": "yarn@1.22.21",
"packageManager": "yarn@1.22.22",
"resolutions": {
"@testing-library/dom": "9.3.4"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}

View File

@@ -4,12 +4,12 @@
"license": "MIT",
"main": ".eslintrc.json",
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "14.1.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-webpack": "0.13.8",
@@ -18,11 +18,11 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}

View File

@@ -42,7 +42,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@fontsource-variable/roboto-flex": "5.0.8",
"@fontsource-variable/roboto-flex": "5.0.13",
"@fontsource/material-icons-outlined": "5.0.11",
"@internationalized/date": "3.5.2",
"@openfun/cunningham-tokens": "*",
@@ -51,9 +51,9 @@
"@react-aria/i18n": "3.10.2",
"@react-stately/calendar": "3.4.4",
"@react-stately/datepicker": "3.9.2",
"@tanstack/react-table": "8.12.0",
"@tanstack/react-table": "8.13.2",
"classnames": "2.5.1",
"downshift": "8.3.1",
"downshift": "8.4.0",
"react": "18.2.0",
"react-aria": "3.32.1",
"react-dom": "18.2.0"
@@ -62,22 +62,22 @@
"node": ">=18.0.0"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/plugin-proposal-decorators": "7.23.9",
"@babel/core": "7.24.0",
"@babel/plugin-proposal-decorators": "7.24.0",
"@babel/plugin-proposal-export-default-from": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@faker-js/faker": "8.4.1",
"@hookform/resolvers": "3.3.4",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@storybook/addon-a11y": "7.6.16",
"@storybook/addon-actions": "7.6.16",
"@storybook/addon-essentials": "7.6.16",
"@storybook/addon-interactions": "7.6.16",
"@storybook/addon-links": "7.6.16",
"@storybook/addon-a11y": "7.6.17",
"@storybook/addon-actions": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "7.6.16",
"@storybook/react-vite": "7.6.16",
"@storybook/react": "7.6.17",
"@storybook/react-vite": "7.6.17",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/testing-library": "0.2.2",
"@testing-library/dom": "9.3.4",
@@ -85,31 +85,31 @@
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "1.3.0",
"@vitest/ui": "1.3.1",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"glob": "10.3.10",
"jsdom": "24.0.0",
"react-hook-form": "7.50.1",
"react-hook-form": "7.51.0",
"remark-gfm": "3.0.1",
"sass": "1.71.0",
"sass-loader": "14.1.0",
"storybook": "7.6.16",
"sass": "1.71.1",
"sass-loader": "14.1.1",
"storybook": "7.6.17",
"style-loader": "3.3.4",
"typescript": "5.3.3",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"typescript": "5.4.2",
"vite": "5.1.5",
"vite-plugin-dts": "3.7.3",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.3.0",
"vitest": "1.3.1",
"vitest-fetch-mock": "0.2.2",
"yup": "1.3.3"
"yup": "1.4.0"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}

View File

@@ -43,20 +43,20 @@
"devDependencies": {
"@types/figlet": "1.5.8",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/node": "20.11.25",
"eslint-config-custom": "*",
"jest": "29.7.0",
"nodemon": "3.0.3",
"nodemon": "3.1.0",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"tsc-alias": "1.8.8",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}

View File

@@ -4,6 +4,6 @@
"private": true,
"volta": {
"node": "18.18.2",
"yarn": "1.22.21"
"yarn": "1.22.22"
}
}

1561
yarn.lock

File diff suppressed because it is too large Load Diff