upgrade dependencies

This commit is contained in:
m5r
2021-08-28 01:02:27 +08:00
parent 3734b2053c
commit 8765d2b7e5
3 changed files with 266 additions and 215 deletions

View File

@ -46,35 +46,35 @@
"@headlessui/react": "1.4.0",
"@heroicons/react": "1.0.4",
"@hookform/resolvers": "2.8.0",
"@prisma/client": "2.29.1",
"@prisma/client": "2.30.0",
"@react-aria/interactions": "3.5.1",
"@tailwindcss/forms": "0.3.3",
"@tailwindcss/line-clamp": "0.2.1",
"@tailwindcss/typography": "0.4.1",
"@twilio/voice-sdk": "2.0.1",
"awesome-phonenumber": "2.57.0",
"awesome-phonenumber": "2.58.0",
"blitz": "0.40.0-canary.5",
"clsx": "1.1.1",
"got": "11.8.2",
"jotai": "1.3.0",
"jotai": "1.3.2",
"luxon": "2.0.2",
"next-pwa": "5.3.1",
"pino": "6.13.0",
"pino-pretty": "5.1.3",
"pino": "6.13.1",
"pino-pretty": "6.0.0",
"quirrel": "1.7.1",
"react": "18.0.0-alpha-64f83a6fd-20210819",
"react": "18.0.0-alpha-8723e772b-20210826",
"react-datocms": "1.6.3",
"react-dom": "18.0.0-alpha-64f83a6fd-20210819",
"react-hook-form": "7.12.2",
"react-dom": "18.0.0-alpha-8723e772b-20210826",
"react-hook-form": "7.14.0",
"react-spring": "9.2.4",
"react-spring-bottom-sheet": "3.4.0",
"react-use-gesture": "9.1.3",
"remark": "14.0.1",
"remark-html": "14.0.0",
"tailwindcss": "2.2.7",
"twilio": "3.67.0",
"tailwindcss": "2.2.8",
"twilio": "3.67.1",
"web-push": "3.4.5",
"zod": "3.7.3"
"zod": "3.8.1"
},
"devDependencies": {
"@types/luxon": "2.0.1",
@ -82,19 +82,19 @@
"@types/preview-email": "2.0.1",
"@types/react": "17.0.19",
"@types/web-push": "3.3.2",
"autoprefixer": "10.3.1",
"autoprefixer": "10.3.3",
"concurrently": "6.2.1",
"eslint": "7.32.0",
"husky": "6.0.0",
"lint-staged": "11.1.2",
"next-test-api-route-handler": "2.1.2",
"next-test-api-route-handler": "2.2.0",
"postcss": "8.3.6",
"prettier": "2.3.2",
"prettier-plugin-prisma": "2.29.1",
"prettier-plugin-prisma": "2.30.0",
"pretty-quick": "3.1.1",
"preview-email": "3.0.5",
"prisma": "2.29.1",
"typescript": "4.3.5"
"prisma": "2.30.0",
"typescript": "4.4.2"
},
"private": true
}