Skip to content

Commit

Permalink
Merge pull request #110 from charlie-tango/feat/update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder authored Dec 4, 2024
2 parents a91c3af + 9c4821d commit 148ef03
Show file tree
Hide file tree
Showing 4 changed files with 830 additions and 810 deletions.
2 changes: 1 addition & 1 deletion .size-limit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ const limits = globbySync("dist/hooks/use*.js").map((file) => {
};
}) satisfies SizeLimitConfig;

export default limits;
module.exports = limits;
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,25 @@
}
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@size-limit/preset-small-lib": "^11.1.4",
"@biomejs/biome": "^1.9.4",
"@size-limit/preset-small-lib": "^11.1.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.3",
"@vitest/browser": "^2.0.5",
"bumpp": "^9.4.2",
"@types/react": "^18.3.12",
"@vitest/browser": "^2.1.8",
"bumpp": "^9.8.1",
"globby": "^14.0.2",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"playwright": "^1.46.0",
"prettier": "^3.3.3",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"playwright": "^1.49.0",
"prettier": "^3.4.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"size-limit": "^11.1.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"size-limit": "^11.1.6",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
}
Loading

0 comments on commit 148ef03

Please sign in to comment.