Update dependencies and version bump to 2.16.1 (#376)
* Update dependencies and version bump to 2.16.1 - Incremented package version from 2.16.0 to 2.16.1 in package.json. - Updated various dependencies across multiple packages, including: - `@ai-sdk/openai` from `^2.0.38` to `^2.0.42` - `ai` from `5.0.56` to `5.0.59` - `@types/node` to `^24.6.1` - `@types/react` to `19.1.16` - `typescript` to `^5.9.3` - Updated `@stripe/react-stripe-js`, `@stripe/stripe-js`, and `stripe` to their latest versions. - Ensured compatibility with the latest versions of dependencies to maintain stability and performance. * Update package manager and TypeScript version in package.json - Bumped `packageManager` from `pnpm@10.14.0` to `pnpm@10.17.1`. - Updated `typescript` dependency from `^5.9.2` to `^5.9.3`. - Adjusted `pnpm-lock.yaml` to reflect the changes in dependency versions.
This commit is contained in:
committed by
GitHub
parent
1dd6fdad22
commit
f208332445
@@ -8,11 +8,11 @@
|
||||
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^2.0.38",
|
||||
"@ai-sdk/openai": "^2.0.42",
|
||||
"@faker-js/faker": "^10.0.0",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@tanstack/react-query": "5.90.2",
|
||||
"ai": "5.0.56",
|
||||
"ai": "5.0.59",
|
||||
"lucide-react": "^0.544.0",
|
||||
"next": "15.5.4",
|
||||
"nodemailer": "^7.0.6",
|
||||
@@ -30,9 +30,9 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@tailwindcss/postcss": "^4.1.13",
|
||||
"@types/node": "^24.5.2",
|
||||
"@types/nodemailer": "7.0.1",
|
||||
"@types/react": "19.1.15",
|
||||
"@types/node": "^24.6.1",
|
||||
"@types/nodemailer": "7.0.2",
|
||||
"@types/react": "19.1.16",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
||||
"pino-pretty": "13.0.0",
|
||||
@@ -40,7 +40,7 @@
|
||||
"recharts": "2.15.3",
|
||||
"tailwindcss": "4.1.13",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.9.2",
|
||||
"typescript": "^5.9.3",
|
||||
"zod": "^3.25.74"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.55.1",
|
||||
"@supabase/supabase-js": "2.58.0",
|
||||
"@types/node": "^24.5.2",
|
||||
"dotenv": "17.2.2",
|
||||
"@types/node": "^24.6.1",
|
||||
"dotenv": "17.2.3",
|
||||
"node-html-parser": "^7.0.1",
|
||||
"totp-generator": "^2.0.0"
|
||||
}
|
||||
|
||||
@@ -78,8 +78,8 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@next/bundle-analyzer": "15.5.4",
|
||||
"@tailwindcss/postcss": "^4.1.13",
|
||||
"@types/node": "^24.5.2",
|
||||
"@types/react": "19.1.15",
|
||||
"@types/node": "^24.6.1",
|
||||
"@types/react": "19.1.16",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
||||
"cssnano": "^7.1.1",
|
||||
@@ -88,7 +88,7 @@
|
||||
"supabase": "2.47.2",
|
||||
"tailwindcss": "4.1.13",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.9.2"
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"prettier": "@kit/prettier-config",
|
||||
"browserslist": [
|
||||
|
||||
Reference in New Issue
Block a user