⬆️(dependencies) update js dependencies
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
9edb9765db
commit
25b8f696ed
@@ -14,20 +14,20 @@
|
|||||||
"@openfun/cunningham-react": "*",
|
"@openfun/cunningham-react": "*",
|
||||||
"@openfun/cunningham-tokens": "*",
|
"@openfun/cunningham-tokens": "*",
|
||||||
"@openfun/typescript-configs": "*",
|
"@openfun/typescript-configs": "*",
|
||||||
"@types/react": "18.2.15",
|
"@types/react": "18.2.20",
|
||||||
"@types/react-dom": "18.2.7",
|
"@types/react-dom": "18.2.7",
|
||||||
"@vitejs/plugin-react": "4.0.3",
|
"@vitejs/plugin-react": "4.0.4",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"sass": "1.63.6",
|
"sass": "1.66.1",
|
||||||
"typescript": "5.1.6",
|
"typescript": "5.1.6",
|
||||||
"vite": "4.4.4"
|
"vite": "4.4.9"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.16.1",
|
"node": "18.17.1",
|
||||||
"yarn": "1.22.19"
|
"yarn": "1.22.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"make-dir-cli": "3.1.0",
|
"make-dir-cli": "3.1.0",
|
||||||
"prettier": "3.0.0",
|
"prettier": "3.0.2",
|
||||||
"turbo": "1.10.8"
|
"turbo": "1.10.12"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
"packageManager": "yarn@1.22.19",
|
"packageManager": "yarn@1.22.19",
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.16.1",
|
"node": "18.17.1",
|
||||||
"yarn": "1.22.19"
|
"yarn": "1.22.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,25 +4,25 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": ".eslintrc.json",
|
"main": ".eslintrc.json",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "6.1.0",
|
"@typescript-eslint/eslint-plugin": "6.4.0",
|
||||||
"@typescript-eslint/parser": "6.1.0",
|
"@typescript-eslint/parser": "6.4.0",
|
||||||
"eslint": "8.45.0",
|
"eslint": "8.47.0",
|
||||||
"eslint-config-airbnb": "19.0.4",
|
"eslint-config-airbnb": "19.0.4",
|
||||||
"eslint-config-airbnb-typescript": "17.1.0",
|
"eslint-config-airbnb-typescript": "17.1.0",
|
||||||
"eslint-config-next": "13.4.10",
|
"eslint-config-next": "13.4.19",
|
||||||
"eslint-config-prettier": "8.8.0",
|
"eslint-config-prettier": "9.0.0",
|
||||||
"eslint-import-resolver-typescript": "3.5.5",
|
"eslint-import-resolver-typescript": "3.6.0",
|
||||||
"eslint-import-resolver-webpack": "0.13.2",
|
"eslint-import-resolver-webpack": "0.13.7",
|
||||||
"eslint-plugin-compat": "4.1.4",
|
"eslint-plugin-compat": "4.1.4",
|
||||||
"eslint-plugin-formatjs": "4.10.3",
|
"eslint-plugin-formatjs": "4.10.3",
|
||||||
"eslint-plugin-import": "2.27.5",
|
"eslint-plugin-import": "2.28.1",
|
||||||
"eslint-plugin-jsx-a11y": "6.7.1",
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
||||||
"eslint-plugin-prettier": "5.0.0",
|
"eslint-plugin-prettier": "5.0.0",
|
||||||
"eslint-plugin-react": "7.32.2",
|
"eslint-plugin-react": "7.33.2",
|
||||||
"eslint-plugin-react-hooks": "4.6.0"
|
"eslint-plugin-react-hooks": "4.6.0"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.16.1",
|
"node": "18.17.1",
|
||||||
"yarn": "1.22.19"
|
"yarn": "1.22.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,74 +44,74 @@
|
|||||||
"deploy-storybook": "storybook-to-ghpages --existing-output-dir ./storybook-static"
|
"deploy-storybook": "storybook-to-ghpages --existing-output-dir ./storybook-static"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource-variable/roboto-flex": "5.0.5",
|
"@fontsource-variable/roboto-flex": "5.0.8",
|
||||||
"@fontsource/material-icons": "5.0.5",
|
"@fontsource/material-icons": "5.0.7",
|
||||||
"@internationalized/date": "3.3.0",
|
"@internationalized/date": "3.4.0",
|
||||||
"@openfun/cunningham-tokens": "*",
|
"@openfun/cunningham-tokens": "*",
|
||||||
"@react-aria/calendar": "3.4.0",
|
"@react-aria/calendar": "3.4.1",
|
||||||
"@react-aria/datepicker": "3.5.0",
|
"@react-aria/datepicker": "3.6.0",
|
||||||
"@react-aria/i18n": "3.8.0",
|
"@react-aria/i18n": "3.8.1",
|
||||||
"@react-stately/calendar": "3.3.0",
|
"@react-stately/calendar": "3.3.1",
|
||||||
"@react-stately/datepicker": "3.5.0",
|
"@react-stately/datepicker": "3.6.0",
|
||||||
"@tanstack/react-table": "8.9.3",
|
"@tanstack/react-table": "8.9.3",
|
||||||
"classnames": "2.3.2",
|
"classnames": "2.3.2",
|
||||||
"downshift": "8.0.0",
|
"downshift": "8.1.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-aria": "3.26.0",
|
"react-aria": "3.27.0",
|
||||||
"react-dom": "18.2.0"
|
"react-dom": "18.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.22.9",
|
"@babel/core": "7.22.10",
|
||||||
"@babel/plugin-proposal-decorators": "7.22.7",
|
"@babel/plugin-proposal-decorators": "7.22.10",
|
||||||
"@babel/plugin-proposal-export-default-from": "7.22.5",
|
"@babel/plugin-proposal-export-default-from": "7.22.5",
|
||||||
"@babel/preset-typescript": "7.22.5",
|
"@babel/preset-typescript": "7.22.5",
|
||||||
"@faker-js/faker": "8.0.2",
|
"@faker-js/faker": "8.0.2",
|
||||||
"@hookform/resolvers": "3.1.1",
|
"@hookform/resolvers": "3.2.0",
|
||||||
"@openfun/cunningham-tokens": "*",
|
"@openfun/cunningham-tokens": "*",
|
||||||
"@openfun/typescript-configs": "*",
|
"@openfun/typescript-configs": "*",
|
||||||
"@storybook/addon-a11y": "7.1.0",
|
"@storybook/addon-a11y": "7.3.2",
|
||||||
"@storybook/addon-actions": "7.1.0",
|
"@storybook/addon-actions": "7.3.2",
|
||||||
"@storybook/addon-essentials": "7.1.0",
|
"@storybook/addon-essentials": "7.3.2",
|
||||||
"@storybook/addon-interactions": "7.1.0",
|
"@storybook/addon-interactions": "7.3.2",
|
||||||
"@storybook/addon-links": "7.1.0",
|
"@storybook/addon-links": "7.3.2",
|
||||||
"@storybook/preset-scss": "1.0.3",
|
"@storybook/preset-scss": "1.0.3",
|
||||||
"@storybook/react": "7.1.0",
|
"@storybook/react": "7.3.2",
|
||||||
"@storybook/react-vite": "7.1.0",
|
"@storybook/react-vite": "7.3.2",
|
||||||
"@storybook/storybook-deployer": "2.8.16",
|
"@storybook/storybook-deployer": "2.8.16",
|
||||||
"@storybook/testing-library": "0.2.0",
|
"@storybook/testing-library": "0.2.0",
|
||||||
"@testing-library/dom": "9.3.1",
|
"@testing-library/dom": "9.3.1",
|
||||||
"@testing-library/jest-dom": "5.16.5",
|
"@testing-library/jest-dom": "6.0.1",
|
||||||
"@testing-library/react": "14.0.0",
|
"@testing-library/react": "14.0.0",
|
||||||
"@testing-library/user-event": "14.4.3",
|
"@testing-library/user-event": "14.4.3",
|
||||||
"@types/jest": "29.5.3",
|
"@types/jest": "29.5.3",
|
||||||
"@types/react": "18.2.15",
|
"@types/react": "18.2.20",
|
||||||
"@types/react-dom": "18.2.7",
|
"@types/react-dom": "18.2.7",
|
||||||
"@vitejs/plugin-react": "4.0.3",
|
"@vitejs/plugin-react": "4.0.4",
|
||||||
"@vitest/coverage-c8": "0.33.0",
|
"@vitest/coverage-c8": "0.33.0",
|
||||||
"@vitest/ui": "0.33.0",
|
"@vitest/ui": "0.34.2",
|
||||||
"babel-loader": "9.1.3",
|
"babel-loader": "9.1.3",
|
||||||
"css-loader": "6.8.1",
|
"css-loader": "6.8.1",
|
||||||
"glob": "10.3.3",
|
"glob": "10.3.3",
|
||||||
"jsdom": "22.1.0",
|
"jsdom": "22.1.0",
|
||||||
"react-hook-form": "7.45.2",
|
"react-hook-form": "7.45.4",
|
||||||
"remark-gfm": "3.0.1",
|
"remark-gfm": "3.0.1",
|
||||||
"sass": "1.63.6",
|
"sass": "1.66.1",
|
||||||
"sass-loader": "13.3.2",
|
"sass-loader": "13.3.2",
|
||||||
"storybook": "7.1.0",
|
"storybook": "7.3.2",
|
||||||
"style-loader": "3.3.3",
|
"style-loader": "3.3.3",
|
||||||
"typescript": "5.1.6",
|
"typescript": "5.1.6",
|
||||||
"vite": "4.4.4",
|
"vite": "4.4.9",
|
||||||
"vite-plugin-dts": "3.3.1",
|
"vite-plugin-dts": "3.5.2",
|
||||||
"vite-tsconfig-paths": "4.2.0",
|
"vite-tsconfig-paths": "4.2.0",
|
||||||
"vitest": "0.33.0",
|
"vitest": "0.34.2",
|
||||||
"vitest-fetch-mock": "0.2.2",
|
"vitest-fetch-mock": "0.2.2",
|
||||||
"yup": "1.2.0"
|
"yup": "1.2.0"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.16.1",
|
"node": "18.17.1",
|
||||||
"yarn": "1.22.19"
|
"yarn": "1.22.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,11 +42,11 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/figlet": "1.5.6",
|
"@types/figlet": "1.5.6",
|
||||||
"@types/jest": "29.5.3",
|
"@types/jest": "29.5.3",
|
||||||
"@types/node": "18.16.19",
|
"@types/node": "18.17.6",
|
||||||
"eslint-config-custom": "*",
|
"eslint-config-custom": "*",
|
||||||
"jest": "29.6.1",
|
"jest": "29.6.2",
|
||||||
"nodemon": "3.0.1",
|
"nodemon": "3.0.1",
|
||||||
"prettier": "3.0.0",
|
"prettier": "3.0.2",
|
||||||
"ts-jest": "29.1.1",
|
"ts-jest": "29.1.1",
|
||||||
"tsc-alias": "1.8.7",
|
"tsc-alias": "1.8.7",
|
||||||
"typescript": "5.1.6"
|
"typescript": "5.1.6"
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.16.1",
|
"node": "18.17.1",
|
||||||
"yarn": "1.22.19"
|
"yarn": "1.22.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "18.16.1",
|
"node": "18.17.1",
|
||||||
"yarn": "1.22.19"
|
"yarn": "1.22.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user