Skip to content

Commit

Permalink
chore: 🤖 bump all devDependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Aug 25, 2023
1 parent d2d7e10 commit 7925b16
Show file tree
Hide file tree
Showing 8 changed files with 729 additions and 936 deletions.
30 changes: 30 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
module.exports = {
extends: [
'jimmy-guzman',
'jimmy-guzman/typescript',
'jimmy-guzman/react',
'jimmy-guzman/vitest',
'jimmy-guzman/testing-library',
],
parserOptions: {
project: ['./tsconfig.json', './tsconfig.node.json'],
},
rules: {
// https://vitejs.dev/guide/assets.html#the-public-directory
'import/no-absolute-path': 'off',
'import/no-unresolved': ['error', { ignore: ['\\.svg$'] }],
'import/no-anonymous-default-export': 'off',

'@typescript-eslint/explicit-module-boundary-types': 'off',
},
overrides: [
{
files: ['**/e2e/**/*.[jt]s?(x)'],
rules: {
'jest/no-done-callback': 'off',
'jest/require-hook': 'off',
'testing-library/prefer-screen-queries': 'off',
},
},
],
}
45 changes: 0 additions & 45 deletions .eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

11 changes: 0 additions & 11 deletions .prettierrc.cjs

This file was deleted.

20 changes: 20 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/** @type {import("prettier").Options} */
export default {
$schema: 'http://json.schemastore.org/prettierrc',
semi: false,
singleQuote: true,
printWidth: 80,
jsxSingleQuote: true,
arrowParens: 'always',
trailingComma: 'es5',
quoteProps: 'consistent',
plugins: ['prettier-plugin-tailwindcss'],
overrides: [
{
files: 'pnpm-lock.yaml',
options: {
rangeEnd: 0,
},
},
],
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,27 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@playwright/test": "1.34.3",
"@playwright/test": "1.37.1",
"@tailwindcss/typography": "0.5.9",
"@testing-library/dom": "9.3.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/dom": "9.3.1",
"@testing-library/jest-dom": "6.1.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/testing-library__jest-dom": "5.14.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react-swc": "3.3.2",
"@vitest/coverage-v8": "0.34.2",
"autoprefixer": "10.4.14",
"daisyui": "2.51.6",
"eslint": "8.41.0",
"eslint-config-jimmy-guzman": "9.1.0",
"autoprefixer": "10.4.15",
"daisyui": "3.6.1",
"eslint": "8.47.0",
"eslint-config-jimmy-guzman": "10.0.0",
"gitzy": "4.0.0",
"jsdom": "22.0.0",
"postcss": "8.4.23",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"jsdom": "22.1.0",
"postcss": "8.4.28",
"prettier": "3.0.2",
"prettier-plugin-tailwindcss": "0.5.3",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"vite": "4.4.9",
"vitest": "0.34.2"
},
Expand Down
Loading

1 comment on commit 7925b16

@vercel
Copy link

@vercel vercel bot commented on 7925b16 Aug 25, 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.