Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2023
1 parent 88a6fd2 commit c7f730c
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 146 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -31,7 +31,7 @@
"clsx": "1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.10.0"
"react-router-dom": "6.11.1"
},
"devDependencies": {
"@headlessui/react": "1.7.14",
Expand All @@ -40,12 +40,12 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/node": "18.16.4",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.4",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@vitejs/plugin-react": "4.0.0",
"autoprefixer": "10.4.14",
"eslint": "8.39.0",
Expand All @@ -57,15 +57,15 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"husky": "8.0.3",
"jsdom": "21.1.1",
"jsdom": "21.1.2",
"lint-staged": "13.2.2",
"postcss": "8.4.23",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.2.7",
"prettier-plugin-tailwindcss": "0.2.8",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vite": "4.3.3",
"vitest": "0.30.1"
"vite": "4.3.5",
"vitest": "0.31.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md,yml,md,mdx,html}": "prettier --write",
Expand Down

0 comments on commit c7f730c

Please sign in to comment.