Skip to content

Commit

Permalink
fix: pkg lock issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Zayne committed Jan 11, 2025
1 parent 27ee552 commit 565686c
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 426 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@types/node": "^22.10.5",
"@zayne-labs/eslint-config": "0.5.0",
"@zayne-labs/tsconfig": "0.2.1",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.17",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "9.1.7",
"lint-staged": "15.3.0",
Expand All @@ -39,7 +39,7 @@
"prettier-plugin-merge": "^0.7.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zayne-labs/ui-react",
"type": "module",
"version": "0.1.6",
"version": "0.1.5",
"packageManager": "[email protected]",
"description": "A composable UI/UI-utilities components library. ",
"author": "Ryan Zayne",
Expand Down
Loading

0 comments on commit 565686c

Please sign in to comment.