⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-01-29 02:05:32 +00:00
committed by NathanVss
parent 3616c72673
commit a92ef3244b
5 changed files with 219 additions and 153 deletions

View File

@@ -64,11 +64,11 @@
"node": ">=18.0.0"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/plugin-proposal-decorators": "7.23.7",
"@babel/core": "7.23.9",
"@babel/plugin-proposal-decorators": "7.23.9",
"@babel/plugin-proposal-export-default-from": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@faker-js/faker": "8.3.1",
"@faker-js/faker": "8.4.0",
"@hookform/resolvers": "3.3.4",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
@@ -83,7 +83,7 @@
"@storybook/storybook-deployer": "2.8.16",
"@storybook/testing-library": "0.2.2",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
@@ -91,7 +91,7 @@
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "1.2.1",
"@vitest/ui": "1.2.2",
"babel-loader": "9.1.3",
"css-loader": "6.9.1",
"glob": "10.3.10",
@@ -104,9 +104,9 @@
"style-loader": "3.3.4",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.1",
"vite-plugin-dts": "3.7.2",
"vite-tsconfig-paths": "4.3.1",
"vitest": "1.2.1",
"vitest": "1.2.2",
"vitest-fetch-mock": "0.2.2",
"yup": "1.3.3"
},