Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 6, 2024
1 parent 42f518f commit f5a2056
Show file tree
Hide file tree
Showing 2 changed files with 1,254 additions and 801 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,63 +23,63 @@
"validate": "run-p lint test:ci test:e2e:headless"
},
"dependencies": {
"@tanstack/react-query": "5.17.0",
"@tanstack/react-query": "5.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.21.1"
"react-router-dom": "6.22.3"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "2.0.2",
"@tailwindcss/forms": "0.5.7",
"@testing-library/cypress": "10.0.1",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.6",
"@testing-library/react": "14.1.2",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/css-mediaquery": "0.1.4",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@types/react-router-dom": "5.3.3",
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-istanbul": "1.1.1",
"autoprefixer": "10.4.16",
"@vitest/coverage-istanbul": "1.4.0",
"autoprefixer": "10.4.19",
"commitizen": "4.3.0",
"css-mediaquery": "0.1.2",
"cypress": "13.3.1",
"cypress": "13.7.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-prefer-function-component": "3.3.0",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-unicorn": "51.0.1",
"husky": "8.0.3",
"jsdom": "24.0.0",
"lint-staged": "15.2.0",
"msw": "2.0.11",
"lint-staged": "15.2.2",
"msw": "2.2.13",
"npm-run-all2": "6.1.2",
"postcss": "8.4.32",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.10",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.13",
"start-server-and-test": "2.0.3",
"stylelint": "16.1.0",
"stylelint": "16.3.1",
"stylelint-config-standard": "36.0.0",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite-plugin-pwa": "0.17.4",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.1.1",
"tailwindcss": "3.4.3",
"typescript": "5.4.4",
"vite": "5.2.8",
"vite-plugin-pwa": "0.19.8",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0",
"whatwg-fetch": "3.6.20",
"workbox-build": "7.0.0",
"workbox-window": "7.0.0"
Expand Down
Loading

0 comments on commit f5a2056

Please sign in to comment.