Skip to content

Commit

Permalink
chore: upgrading dependencies (not eslint) (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-krebs authored Apr 15, 2024
1 parent 92b0c9c commit 24a40fc
Show file tree
Hide file tree
Showing 3 changed files with 3,547 additions and 3,075 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,44 +26,44 @@
"theme": "node src/scripts/theme.js"
},
"peerDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@react-aria/utils": "^3.22.0",
"react-aria-components": "1.0.0-rc.0",
"tailwind-merge": "^2.0.0"
"@react-aria/utils": "^3.23.2",
"react-aria-components": "1.1.1",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@ladle/react": "^3.3.1",
"@parcel/packager-ts": "2.11.0",
"@parcel/transformer-typescript-tsc": "^2.11.0",
"@parcel/transformer-typescript-types": "^2.11.0",
"@tailwindcss/typography": "^0.5.10",
"@ladle/react": "^4.0.3",
"@parcel/packager-ts": "2.12.0",
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"@tailwindcss/typography": "^0.5.12",
"@types/babel__template": "^7.4.4",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.16",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.11.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"parcel": "^2.12.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"serve": "^14.2.1",
"tailwindcss": "^3.3.5",
"tailwindcss-react-aria-components": "1.0.0-rc.0",
"typescript": "^5.2.2"
"tailwindcss": "^3.4.3",
"tailwindcss-react-aria-components": "1.1.1",
"typescript": "^5.4.5"
},
"resolutions": {
"**/semver": "^7.5.2"
Expand Down
2 changes: 1 addition & 1 deletion src/Checkbox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { twMerge } from '../utils';

export interface CheckboxProps
extends Omit<AriaCheckboxProps, 'children' | 'className'>,
RefAttributes<HTMLInputElement> {
RefAttributes<HTMLLabelElement> {
label?: string;
className?: string;
}
Expand Down
Loading

0 comments on commit 24a40fc

Please sign in to comment.