Skip to content

Commit

Permalink
chore: update deps (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
manoldonev authored Feb 25, 2024
1 parent 08fe1d9 commit b7a0b2c
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 575 deletions.
12 changes: 1 addition & 11 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,8 @@
"plugin:testing-library/react"
],
"rules": {
"testing-library/no-manual-cleanup": "error",
"testing-library/no-render-in-setup": "error",
"testing-library/no-wait-for-snapshot": "error",
"testing-library/prefer-explicit-assert": "error",
"testing-library/prefer-presence-queries": "error",
"testing-library/prefer-wait-for": "error",
"testing-library/no-unnecessary-act": "error",
"testing-library/no-wait-for-multiple-assertions": "error",
"testing-library/no-wait-for-side-effects": "error",
"testing-library/prefer-query-by-disappearance": "error",
"testing-library/prefer-user-event": "error",
"testing-library/no-debugging-utils": "warn"
"testing-library/prefer-user-event": "error"
}
}
],
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.24.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.1.2",
"immer": "^10.0.0",
"axios": "^1.6.7",
"immer": "^10.0.3",
"jotai": "^2.6.5",
"jotai-immer": "^0.3.0",
"jotai-tanstack-query": "^0.8.5",
Expand All @@ -26,47 +26,47 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-hot-toast": "^2.4.0",
"react-hot-toast": "^2.4.1",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.2",
"vite": "^5.1.4",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1",
"web-vitals": "^3.0.1",
"whatwg-fetch": "^3.6.2",
"web-vitals": "^3.5.2",
"whatwg-fetch": "^3.6.20",
"wonka": "^6.3.4"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@types/node": "^20.11.20",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.9",
"cssnano": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.5",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.6.3",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"tsc-files": "^1.1.3"
"eslint-plugin-testing-library": "^6.2.0",
"gh-pages": "^6.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"tsc-files": "^1.1.4"
},
"scripts": {
"start": "vite",
Expand Down
Loading

0 comments on commit b7a0b2c

Please sign in to comment.