upgrade deps
This commit is contained in:
parent
4c22ee83e1
commit
117a77525e
8456
package-lock.json
generated
8456
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
60
package.json
60
package.json
@ -50,27 +50,27 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bull-board/express": "3.11.0",
|
"@bull-board/express": "3.11.0",
|
||||||
"@headlessui/react": "1.6.1",
|
"@headlessui/react": "1.6.4",
|
||||||
"@maizzle/framework": "3.7.3",
|
"@maizzle/framework": "3.7.3",
|
||||||
"@prisma/client": "3.14.0",
|
"@prisma/client": "3.14.0",
|
||||||
"@react-aria/interactions": "3.8.4",
|
"@react-aria/interactions": "3.9.0",
|
||||||
"@remix-run/express": "1.4.3",
|
"@remix-run/express": "1.5.1",
|
||||||
"@remix-run/node": "1.4.3",
|
"@remix-run/node": "1.5.1",
|
||||||
"@remix-run/react": "1.4.3",
|
"@remix-run/react": "1.5.1",
|
||||||
"@tailwindcss/forms": "0.5.1",
|
"@tailwindcss/forms": "0.5.2",
|
||||||
"@tailwindcss/line-clamp": "0.4.0",
|
"@tailwindcss/line-clamp": "0.4.0",
|
||||||
"@tailwindcss/typography": "0.5.2",
|
"@tailwindcss/typography": "0.5.2",
|
||||||
"@twilio/voice-sdk": "2.1.1",
|
"@twilio/voice-sdk": "2.1.1",
|
||||||
"awesome-phonenumber": "3.0.1",
|
"awesome-phonenumber": "3.0.2",
|
||||||
"aws-sdk": "2.1134.0",
|
"aws-sdk": "2.1146.0",
|
||||||
"bullmq": "1.82.0",
|
"bullmq": "1.85.1",
|
||||||
"clsx": "1.1.1",
|
"clsx": "1.1.1",
|
||||||
"compression": "1.7.4",
|
"compression": "1.7.4",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"express": "4.18.1",
|
"express": "4.18.1",
|
||||||
"ioredis": "5.0.4",
|
"ioredis": "5.0.6",
|
||||||
"isbot": "3.4.7",
|
"isbot": "3.5.0",
|
||||||
"jotai": "1.6.6",
|
"jotai": "1.7.0",
|
||||||
"luxon": "2.4.0",
|
"luxon": "2.4.0",
|
||||||
"morgan": "1.10.0",
|
"morgan": "1.10.0",
|
||||||
"nanoid": "3.3.4",
|
"nanoid": "3.3.4",
|
||||||
@ -78,28 +78,28 @@
|
|||||||
"preview-email": "3.0.5",
|
"preview-email": "3.0.5",
|
||||||
"react": "18.1.0",
|
"react": "18.1.0",
|
||||||
"react-dom": "18.1.0",
|
"react-dom": "18.1.0",
|
||||||
"react-icons": "4.3.1",
|
"react-icons": "4.4.0",
|
||||||
"react-modal-sheet": "1.5.1",
|
"react-modal-sheet": "1.5.1",
|
||||||
"remix-auth": "3.2.2",
|
"remix-auth": "3.2.2",
|
||||||
"remix-auth-form": "1.1.2",
|
"remix-auth-form": "1.1.2",
|
||||||
"remix-seo": "0.1.0",
|
"remix-seo": "0.1.0",
|
||||||
"remix-utils": "3.2.0",
|
"remix-utils": "3.2.0",
|
||||||
"secure-password": "4.0.0",
|
"secure-password": "4.0.0",
|
||||||
"stripe": "9.1.0",
|
"stripe": "9.5.0",
|
||||||
"superjson-remix": "0.1.2",
|
"superjson-remix": "0.1.2",
|
||||||
"tiny-invariant": "1.2.0",
|
"tiny-invariant": "1.2.0",
|
||||||
"tslog": "3.3.3",
|
"tslog": "3.3.3",
|
||||||
"twilio": "3.77.0",
|
"twilio": "3.77.1",
|
||||||
"web-push": "3.5.0",
|
"web-push": "3.5.0",
|
||||||
"zod": "3.16.0"
|
"zod": "3.17.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@remix-run/dev": "1.4.3",
|
"@remix-run/dev": "1.5.1",
|
||||||
"@remix-run/eslint-config": "1.4.3",
|
"@remix-run/eslint-config": "1.5.1",
|
||||||
"@testing-library/cypress": "8.0.2",
|
"@testing-library/cypress": "8.0.2",
|
||||||
"@testing-library/dom": "8.13.0",
|
"@testing-library/dom": "8.13.0",
|
||||||
"@testing-library/jest-dom": "5.16.4",
|
"@testing-library/jest-dom": "5.16.4",
|
||||||
"@testing-library/react": "13.2.0",
|
"@testing-library/react": "13.3.0",
|
||||||
"@testing-library/user-event": "14.2.0",
|
"@testing-library/user-event": "14.2.0",
|
||||||
"@types/compression": "1.7.2",
|
"@types/compression": "1.7.2",
|
||||||
"@types/express": "4.17.13",
|
"@types/express": "4.17.13",
|
||||||
@ -107,20 +107,20 @@
|
|||||||
"@types/morgan": "1.9.3",
|
"@types/morgan": "1.9.3",
|
||||||
"@types/nodemailer": "6.4.4",
|
"@types/nodemailer": "6.4.4",
|
||||||
"@types/preview-email": "2.0.1",
|
"@types/preview-email": "2.0.1",
|
||||||
"@types/react": "18.0.9",
|
"@types/react": "18.0.10",
|
||||||
"@types/react-dom": "18.0.4",
|
"@types/react-dom": "18.0.5",
|
||||||
"@types/secure-password": "3.1.1",
|
"@types/secure-password": "3.1.1",
|
||||||
"@types/web-push": "3.3.2",
|
"@types/web-push": "3.3.2",
|
||||||
"@vitejs/plugin-react": "1.3.2",
|
"@vitejs/plugin-react": "1.3.2",
|
||||||
"c8": "7.11.2",
|
"c8": "7.11.3",
|
||||||
"cypress": "9.6.1",
|
"cypress": "9.7.0",
|
||||||
"dotenv-cli": "5.1.0",
|
"dotenv-cli": "5.1.0",
|
||||||
"esbuild": "0.14.39",
|
"esbuild": "0.14.42",
|
||||||
"esbuild-node-externals": "1.4.1",
|
"esbuild-node-externals": "1.4.1",
|
||||||
"eslint": "8.15.0",
|
"eslint": "8.16.0",
|
||||||
"happy-dom": "3.2.0",
|
"happy-dom": "5.0.0",
|
||||||
"husky": "7.0.4",
|
"husky": "7.0.4",
|
||||||
"lint-staged": "12.4.1",
|
"lint-staged": "13.0.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"prettier": "2.6.2",
|
"prettier": "2.6.2",
|
||||||
"prettier-plugin-prisma": "3.14.0",
|
"prettier-plugin-prisma": "3.14.0",
|
||||||
@ -128,10 +128,10 @@
|
|||||||
"start-server-and-test": "1.14.0",
|
"start-server-and-test": "1.14.0",
|
||||||
"tailwindcss": "3.0.24",
|
"tailwindcss": "3.0.24",
|
||||||
"ts-eager": "npm:@m5r/ts-eager@2.1.0",
|
"ts-eager": "npm:@m5r/ts-eager@2.1.0",
|
||||||
"typescript": "4.6.4",
|
"typescript": "4.7.2",
|
||||||
"vite": "2.9.9",
|
"vite": "2.9.9",
|
||||||
"vite-tsconfig-paths": "3.4.1",
|
"vite-tsconfig-paths": "3.5.0",
|
||||||
"vitest": "0.11.0"
|
"vitest": "0.13.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16"
|
"node": "16"
|
||||||
|
Loading…
Reference in New Issue
Block a user