Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dependencies-with-minor-and-patch-updates group across 1 directory with 20 updates #68

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
744 changes: 447 additions & 297 deletions package-lock.json

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,41 +17,41 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.307.0",
"clsx": "^2.1.1",
"lucide-react": "^0.394.0",
"prettier": "^3.0.3",
"prettier-plugin-java": "^2.5.0",
"prettier-plugin-java": "^2.6.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-diff-viewer-continued": "^3.3.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"tailwind-merge": "^2.2.0",
"react": "^18.3.1",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@stryker-mutator/core": "^7.3.0",
"@stryker-mutator/typescript-checker": "^7.3.0",
"@stryker-mutator/vitest-runner": "^7.3.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-canonical": "^42.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-tailwindcss": "^3.13.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-tailwindcss": "^3.17.3",
"jsdom": "^22.1.0",
"postcss": "^8.4.33",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"postcss": "^8.4.38",
"prettier-plugin-tailwindcss": "^0.6.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^4.5.3",
"vitest": "^0.34.6"
}

Unchanged files with check annotations Beta

{children}
<SelectPrimitive.Icon asChild>
{/* eslint-disable-next-line react/forbid-component-props */}
<ChevronDown className="h-4 w-4 opacity-50" />

Check failure on line 32 in src/components/ui/select.tsx

GitHub Actions / test

Classnames 'h-4, w-4' could be replaced by the 'size-4' shorthand!
</SelectPrimitive.Icon>
</SelectPrimitive.Trigger>
));
ref={ref}
{...props}
>
<span className="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">

Check failure on line 96 in src/components/ui/select.tsx

GitHub Actions / test

Classnames 'h-3.5, w-3.5' could be replaced by the 'size-3.5' shorthand!
<SelectPrimitive.ItemIndicator>
{/* eslint-disable-next-line react/forbid-component-props */}
<Check className="h-4 w-4" />

Check failure on line 99 in src/components/ui/select.tsx

GitHub Actions / test

Classnames 'h-4, w-4' could be replaced by the 'size-4' shorthand!
</SelectPrimitive.ItemIndicator>
</span>
toast-close=""
{...props}
>
<X className="h-4 w-4" />

Check failure on line 88 in src/components/ui/toast.tsx

GitHub Actions / test

Classnames 'h-4, w-4' could be replaced by the 'size-4' shorthand!
</ToastPrimitives.Close>
));
ToastClose.displayName = ToastPrimitives.Close.displayName;