⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-09-24 16:08:02 +00:00
committed by Anthony LC
parent 34341e6f74
commit cc9303bc9c
5 changed files with 193 additions and 107 deletions

View File

@@ -22,13 +22,13 @@
"i18next": "23.15.1",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "14.2.10",
"next": "14.2.13",
"react": "*",
"react-aria-components": "1.3.3",
"react-dom": "*",
"react-hook-form": "7.53.0",
"react-i18next": "15.0.2",
"react-select": "5.8.0",
"react-select": "5.8.1",
"styled-components": "6.1.13",
"zod": "3.23.8",
"zustand": "4.5.5"
@@ -42,10 +42,10 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.7",
"@types/lodash": "4.17.9",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.7",
"@types/react": "18.3.9",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-people": "*",

View File

@@ -9,7 +9,7 @@
"test:ui": "yarn test --ui"
},
"devDependencies": {
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"@types/node": "*",
"eslint-config-people": "*",
"typescript": "*"