Skip to content

Commit

Permalink
chore: upgrade deps (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 authored Jan 11, 2025
1 parent da956ba commit 5692fc3
Show file tree
Hide file tree
Showing 5 changed files with 1,090 additions and 601 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@giantnodes/prettier-config": "workspace:*",
"husky": "^9.1.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"dependencies": {
"@giantnodes/theme": "workspace:*",
"class-variance-authority": "^0.7.1",
"libphonenumber-js": "^1.11.16",
"libphonenumber-js": "^1.11.17",
"next-themes": "^0.4.4",
"react-aria": "^3.36.0",
"react-aria-components": "^1.5.0",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-react-aria-components": "^1.2.0"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"@types/react-dom": "catalog:react",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"concurrently": "^9.1.0",
"concurrently": "^9.1.2",
"esbuild-plugin-babel": "^0.2.3",
"jest": "^29.7.0",
"postcss": "^8.4.49",
Expand All @@ -70,7 +70,7 @@
"tailwindcss": "catalog:",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"vite": "^6.0.3"
"vite": "^6.0.7"
},
"peerDependencies": {
"react": ">=19",
Expand Down
Loading

0 comments on commit 5692fc3

Please sign in to comment.