⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2023-11-27 09:02:57 +00:00
committed by NathanVss
parent e3882eb308
commit 516cb4e8cb
5 changed files with 186 additions and 177 deletions

View File

@@ -4,8 +4,8 @@
"license": "MIT",
"main": ".eslintrc.json",
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",

View File

@@ -86,24 +86,24 @@
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.8",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/jest": "29.5.10",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.0",
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "0.34.6",
"babel-loader": "9.1.3",
"css-loader": "6.8.1",
"glob": "10.3.10",
"jsdom": "22.1.0",
"jsdom": "23.0.0",
"react-hook-form": "7.48.2",
"remark-gfm": "3.0.1",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"storybook": "7.5.3",
"style-loader": "3.3.3",
"typescript": "5.2.2",
"vite": "5.0.0",
"typescript": "5.3.2",
"vite": "5.0.2",
"vite-plugin-dts": "3.6.3",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6",

View File

@@ -42,15 +42,15 @@
},
"devDependencies": {
"@types/figlet": "1.5.8",
"@types/jest": "29.5.8",
"@types/node": "20.9.2",
"@types/jest": "29.5.10",
"@types/node": "20.10.0",
"eslint-config-custom": "*",
"jest": "29.7.0",
"nodemon": "3.0.1",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"tsc-alias": "1.8.8",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"engines": {
"node": ">=18.0.0"