Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
This adds support for prettier fixing extra spaces in class lists
thanks to https://x.com/adamwathan/status/1796582408621523320
  • Loading branch information
kentcdodds committed May 31, 2024
1 parent a137e94 commit 654e9bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"license": "MIT",
"dependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"eslint-plugin-import-x": "^0.5.0",
"eslint-plugin-import-x": "^0.5.1",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.3.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.0",
"tslib": "^2.6.2",
"typescript-eslint": "^8.0.0-alpha.20"
},
Expand Down

0 comments on commit 654e9bd

Please sign in to comment.