Skip to content

Commit

Permalink
core: deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
vgseven committed Dec 21, 2024
1 parent f1ba26d commit e3f7d84
Show file tree
Hide file tree
Showing 7 changed files with 357 additions and 444 deletions.
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"@repo/ui": "workspace:*",
"@repo/lib": "workspace:*",
"geist": "^1.3.1",
"next": "15.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"next": "15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@repo/tailwind-config": "workspace:*",
"@repo/ts-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"husky": "^9.1.6",
"turbo": "^2.2.3"
"@changesets/cli": "^2.27.11",
"husky": "^9.1.7",
"turbo": "^2.3.3"
},
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=20"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "5.6.3",
"typescript": "5.7.2",
"@repo/ts-config": "workspace:*"
},
"dependencies": {
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.4"
"tailwind-merge": "^2.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"./tailwind": "./configs/tailwind-presets.ts"
},
"devDependencies": {
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.17"
},
"dependencies": {
"tailwindcss-animate": "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"./next": "./configs/next.json"
},
"devDependencies": {
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"devDependencies": {
"@repo/tailwind-config": "workspace:*",
"@repo/ts-config": "workspace:*",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"dependencies": {
"@repo/lib": "workspace:*",
"@radix-ui/react-label": "^2.1.0",
"class-variance-authority": "^0.7.0",
"react": "^18.3.1"
"@radix-ui/react-label": "^2.1.1",
"class-variance-authority": "^0.7.1",
"react": "^19.0.0"
}
}
Loading

0 comments on commit e3f7d84

Please sign in to comment.