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 Apr 28, 2024
1 parent 47d9d83 commit 77c04cf
Show file tree
Hide file tree
Showing 3 changed files with 1,678 additions and 1,594 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
18.16.0
18.20.2
60 changes: 30 additions & 30 deletions package.json
Expand Up @@ -29,43 +29,43 @@
},
"dependencies": {
"clsx": "1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.1"
"react": "18.3.0",
"react-dom": "18.3.0",
"react-router-dom": "6.23.0"
},
"devDependencies": {
"@headlessui/react": "1.7.14",
"@heroicons/react": "2.0.17",
"@tailwindcss/forms": "0.5.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.3",
"@tailwindcss/forms": "0.5.7",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.12.7",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@vitejs/plugin-react": "4.0.0",
"autoprefixer": "10.4.14",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.34.1",
"husky": "8.0.3",
"jsdom": "22.0.0",
"lint-staged": "13.2.2",
"postcss": "8.4.23",
"jsdom": "22.1.0",
"lint-staged": "13.3.0",
"postcss": "8.4.38",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.2.8",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vite": "4.3.5",
"vitest": "0.31.0"
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vite": "4.5.3",
"vitest": "0.34.6"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md,yml,md,mdx,html}": "prettier --write",
Expand Down

0 comments on commit 77c04cf

Please sign in to comment.