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 Jan 5, 2024
1 parent 92eb11a commit a95537e
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 149 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"validate": "run-p lint test:ci test:e2e:headless"
},
"dependencies": {
"@tanstack/react-query": "5.17.0",
"@tanstack/react-query": "5.17.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.21.1"
Expand All @@ -33,7 +33,7 @@
"@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/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/css-mediaquery": "0.1.4",
Expand All @@ -44,11 +44,11 @@
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-istanbul": "1.1.1",
"@vitest/coverage-istanbul": "1.1.3",
"autoprefixer": "10.4.16",
"commitizen": "4.3.0",
"css-mediaquery": "0.1.2",
"cypress": "13.3.1",
"cypress": "13.6.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
Expand All @@ -64,22 +64,22 @@
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-unicorn": "50.0.1",
"husky": "8.0.3",
"jsdom": "23.0.1",
"jsdom": "23.1.0",
"lint-staged": "15.2.0",
"msw": "2.0.11",
"msw": "2.0.12",
"npm-run-all": "4.1.5",
"postcss": "8.4.32",
"postcss": "8.4.33",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.10",
"start-server-and-test": "2.0.3",
"stylelint": "16.1.0",
"stylelint-config-standard": "36.0.0",
"tailwindcss": "3.4.0",
"typescript": "5.3.3",
"vite": "5.0.10",
"vite": "5.0.11",
"vite-plugin-pwa": "0.17.4",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.1.1",
"vitest": "1.1.3",
"whatwg-fetch": "3.6.20",
"workbox-build": "7.0.0",
"workbox-window": "7.0.0"
Expand Down
Loading

0 comments on commit a95537e

Please sign in to comment.