Skip to content

Commit

Permalink
chore: 🤖 bump non major deps to latest (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Nov 19, 2023
1 parent 91f4ba6 commit f3506f9
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 206 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,43 +14,44 @@
"format:fix": "prettier --write .",
"test": "vitest",
"coverage": "vitest run --coverage",
"e2e": "playwright test"
"e2e": "playwright test",
"deps:update": "pnpm dlx npm-check-updates -ui"
},
"dependencies": {
"clsx": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.40.0",
"@tailwindcss/typography": "0.5.10",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/react": "18.2.32",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitejs/plugin-react-swc": "3.4.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"@vitejs/plugin-react-swc": "3.5.0",
"@vitest/coverage-v8": "0.34.6",
"autoprefixer": "10.4.16",
"daisyui": "3.9.3",
"eslint": "8.52.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.1.0",
"eslint-plugin-testing-library": "6.1.2",
"gitzy": "4.0.0",
"jsdom": "22.1.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.7",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"vite": "4.5.0",
Expand Down
Loading

1 comment on commit f3506f9

@vercel
Copy link

@vercel vercel bot commented on f3506f9 Nov 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.