Updates deps to latest (#1088)

This commit is contained in:
Michael Novotny 2023-07-17 19:43:21 -05:00 committed by GitHub
parent b6d8eed77f
commit c131f5afe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 302 additions and 246 deletions

View File

@ -25,28 +25,28 @@
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.15", "@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18", "@heroicons/react": "^2.0.18",
"clsx": "^1.2.1", "clsx": "^2.0.0",
"next": "13.4.9-canary.2", "next": "13.4.10",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.35.1", "@playwright/test": "^1.36.1",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@types/node": "20.3.2", "@types/node": "20.4.2",
"@types/react": "18.2.14", "@types/react": "18.2.15",
"@types/react-dom": "18.2.6", "@types/react-dom": "18.2.7",
"@vercel/git-hooks": "^1.0.0", "@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"eslint": "^8.44.0", "eslint": "^8.45.0",
"eslint-config-next": "^13.4.9", "eslint-config-next": "^13.4.10",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-unicorn": "^47.0.0", "eslint-plugin-unicorn": "^48.0.0",
"lint-staged": "^13.2.3", "lint-staged": "^13.2.3",
"postcss": "^8.4.25", "postcss": "^8.4.26",
"prettier": "^2.8.8", "prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.3.0", "prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.3",
"typescript": "5.1.3" "typescript": "5.1.6"
} }
} }

520
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff