feat(poc): update packages

This commit is contained in:
Björn Meyer
2023-07-10 09:17:46 +02:00
parent f61c41f24a
commit ed79b5b025
2 changed files with 87 additions and 87 deletions

View File

@@ -23,11 +23,11 @@
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@shopware/api-client": "^0.0.3",
"@shopware/api-client": "0.0.0-canary-20230706101754",
"@vercel/og": "^0.5.8",
"clsx": "^1.2.1",
"is-empty-iterable": "^3.0.0",
"next": "13.4.8",
"next": "13.4.9",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0"
@@ -35,18 +35,18 @@
"devDependencies": {
"@playwright/test": "^1.35.1",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.4.0",
"@types/node": "^20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.8",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-unicorn": "^47.0.0",
"lint-staged": "^13.2.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"postcss": "^8.4.25",
"prettier": "^3.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "5.1.6"