chore: bump version to 2.23.3 and update dependencies (#441)
- Updated application version from 2.23.2 to 2.23.3 in package.json. - Upgraded various dependencies including @faker-js/faker to 10.2.0, @react-email/components to 1.0.4, and updated supabase-related packages to 2.90.1. - Adjusted node-html-parser version to 7.0.2 and totp-generator to 2.0.1. - Updated i18next and related packages to the latest versions for improved localization support.
This commit is contained in:
committed by
GitHub
parent
0636f8cf11
commit
f5e6910194
@@ -13,7 +13,7 @@
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-email/components": "1.0.3"
|
||||
"@react-email/components": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
"react-i18next": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18next": "25.7.3",
|
||||
"i18next-browser-languagedetector": "8.2.0",
|
||||
"i18next-resources-to-backend": "^1.2.1"
|
||||
"i18next": "catalog:",
|
||||
"i18next-browser-languagedetector": "catalog:",
|
||||
"i18next-resources-to-backend": "catalog:"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
"devDependencies": {
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@modelcontextprotocol/sdk": "1.25.1",
|
||||
"@modelcontextprotocol/sdk": "1.25.2",
|
||||
"@types/node": "catalog:",
|
||||
"postgres": "3.4.7",
|
||||
"postgres": "3.4.8",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
|
||||
Reference in New Issue
Block a user