upgrade deps
This commit is contained in:
parent
4d1ef66986
commit
61c737523d
@ -1,3 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
preset: "blitz",
|
|
||||||
};
|
|
7
jest.config.ts
Normal file
7
jest.config.ts
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import type { Config } from "@jest/types";
|
||||||
|
|
||||||
|
const config: Config.InitialOptions = {
|
||||||
|
preset: "blitz",
|
||||||
|
};
|
||||||
|
|
||||||
|
export default config;
|
5252
package-lock.json
generated
5252
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
54
package.json
54
package.json
@ -33,68 +33,68 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/react": "1.4.0",
|
"@headlessui/react": "1.4.1",
|
||||||
"@hookform/resolvers": "2.8.0",
|
"@hookform/resolvers": "2.8.1",
|
||||||
"@panelbear/panelbear-js": "1.2.0",
|
"@panelbear/panelbear-js": "1.3.2",
|
||||||
"@prisma/client": "2.30.0",
|
"@prisma/client": "2.30.0",
|
||||||
"@react-aria/interactions": "3.5.1",
|
"@react-aria/interactions": "3.6.0",
|
||||||
"@sentry/browser": "6.12.0",
|
"@sentry/browser": "6.13.2",
|
||||||
"@sentry/integrations": "6.12.0",
|
"@sentry/integrations": "6.13.2",
|
||||||
"@sentry/node": "6.12.0",
|
"@sentry/node": "6.13.2",
|
||||||
"@sentry/tracing": "6.12.0",
|
"@sentry/tracing": "6.13.2",
|
||||||
"@sentry/webpack-plugin": "1.17.1",
|
"@sentry/webpack-plugin": "1.17.1",
|
||||||
"@tailwindcss/forms": "0.3.3",
|
"@tailwindcss/forms": "0.3.3",
|
||||||
"@tailwindcss/line-clamp": "0.2.1",
|
"@tailwindcss/line-clamp": "0.2.1",
|
||||||
"@tailwindcss/typography": "0.4.1",
|
"@tailwindcss/typography": "0.4.1",
|
||||||
"@twilio/voice-sdk": "2.0.1",
|
"@twilio/voice-sdk": "2.0.1",
|
||||||
"awesome-phonenumber": "2.58.0",
|
"awesome-phonenumber": "2.59.0",
|
||||||
"aws-sdk": "2.985.0",
|
"aws-sdk": "2.991.0",
|
||||||
"blitz": "0.40.0-canary.7",
|
"blitz": "0.40.0-canary.8",
|
||||||
"clsx": "1.1.1",
|
"clsx": "1.1.1",
|
||||||
"got": "11.8.2",
|
"got": "11.8.2",
|
||||||
"jotai": "1.3.2",
|
"jotai": "1.3.5",
|
||||||
"luxon": "2.0.2",
|
"luxon": "2.0.2",
|
||||||
"next-pwa": "5.3.1",
|
"next-pwa": "5.3.1",
|
||||||
"pino": "6.13.1",
|
"pino": "6.13.2",
|
||||||
"pino-pretty": "6.0.0",
|
"pino-pretty": "7.0.1",
|
||||||
"prisma": "2.30.0",
|
"prisma": "2.30.0",
|
||||||
"quirrel": "1.7.1",
|
"quirrel": "1.7.1",
|
||||||
"react": "18.0.0-alpha-8723e772b-20210826",
|
"react": "18.0.0-alpha-8f96c6b2a-20210909",
|
||||||
"react-datocms": "1.6.3",
|
"react-datocms": "1.6.3",
|
||||||
"react-dom": "18.0.0-alpha-8723e772b-20210826",
|
"react-dom": "18.0.0-alpha-8f96c6b2a-20210909",
|
||||||
"react-hook-form": "7.14.0",
|
"react-hook-form": "7.15.4",
|
||||||
"react-icons": "4.2.0",
|
"react-icons": "4.2.0",
|
||||||
"react-spring": "9.2.4",
|
"react-spring": "9.2.4",
|
||||||
"react-spring-bottom-sheet": "3.4.0",
|
"react-spring-bottom-sheet": "3.4.0",
|
||||||
"react-use-gesture": "9.1.3",
|
"react-use-gesture": "9.1.3",
|
||||||
"remark": "14.0.1",
|
"remark": "14.0.1",
|
||||||
"remark-html": "14.0.0",
|
"remark-html": "14.0.1",
|
||||||
"tailwindcss": "2.2.8",
|
"tailwindcss": "2.2.15",
|
||||||
"twilio": "3.67.1",
|
"twilio": "3.67.2",
|
||||||
"web-push": "3.4.5",
|
"web-push": "3.4.5",
|
||||||
"zod": "3.8.1"
|
"zod": "3.8.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/luxon": "2.0.2",
|
"@types/luxon": "2.0.4",
|
||||||
"@types/pino": "6.3.11",
|
"@types/pino": "6.3.11",
|
||||||
"@types/preview-email": "2.0.1",
|
"@types/preview-email": "2.0.1",
|
||||||
"@types/react": "17.0.19",
|
"@types/react": "17.0.23",
|
||||||
"@types/test-listen": "1.1.0",
|
"@types/test-listen": "1.1.0",
|
||||||
"@types/web-push": "3.3.2",
|
"@types/web-push": "3.3.2",
|
||||||
"autoprefixer": "10.3.3",
|
"autoprefixer": "10.3.4",
|
||||||
"concurrently": "6.2.1",
|
"concurrently": "6.2.1",
|
||||||
"eslint": "7.32.0",
|
"eslint": "7.32.0",
|
||||||
"husky": "6.0.0",
|
"husky": "6.0.0",
|
||||||
"isomorphic-unfetch": "3.1.0",
|
"isomorphic-unfetch": "3.1.0",
|
||||||
"lint-staged": "11.1.2",
|
"lint-staged": "11.1.2",
|
||||||
"postcss": "8.3.6",
|
"postcss": "8.3.6",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.4.1",
|
||||||
"prettier-plugin-prisma": "2.30.0",
|
"prettier-plugin-prisma": "2.30.0",
|
||||||
"pretty-quick": "3.1.1",
|
"pretty-quick": "3.1.1",
|
||||||
"preview-email": "3.0.5",
|
"preview-email": "3.0.5",
|
||||||
"test-listen": "1.1.0",
|
"test-listen": "1.1.0",
|
||||||
"type-fest": "2.1.0",
|
"type-fest": "2.3.4",
|
||||||
"typescript": "4.4.2"
|
"typescript": "4.4.3"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user