Skip to content

Commit

Permalink
bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sparker2-godaddy committed May 9, 2023
1 parent 88a6fd2 commit 47d9d83
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 227 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
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,15 +40,15 @@
"@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": "20.1.1",
"@types/react": "18.2.6",
"@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.5",
"@typescript-eslint/parser": "5.59.5",
"@vitejs/plugin-react": "4.0.0",
"autoprefixer": "10.4.14",
"eslint": "8.39.0",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.5.5",
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": "22.0.0",
"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 47d9d83

Please sign in to comment.