Skip to content

Commit 6c95106

Browse files
authored
Feat/security stuff (#287)
* fix: very ugly but big ticket scanner * feat: warn if ticket already checked in * chore: reorganise users list on admin page * chore: start work on add user modal * feat: form now exists * feat: you can now add people! * chore: update to new supabase libraries * chore: change deprecated supabase function * chore: fix linting issue * refactor: new middleware thing * chore: fix work on middleware (auth broken) * fix: go back to old Next.js version so it now works * feat: risk profiling * feat: add notes for users * feat: show risk level and notes on check in
1 parent 3ba3eb1 commit 6c95106

32 files changed

+1081
-774
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@
2828
"@happykit/flags": "^2.0.5-perf.0",
2929
"@sendgrid/mail": "7.6.2",
3030
"@sentry/cli": "1.74.4",
31-
"@sentry/nextjs": "6.19.7",
31+
"@sentry/nextjs": "7.5.1",
3232
"@stripe/react-stripe-js": "1.7.2",
3333
"@stripe/stripe-js": "1.29.0",
3434
"@stripe/terminal-js": "0.10.0",
35-
"@supabase/supabase-auth-helpers": "1.4.2",
35+
"@supabase/auth-helpers-nextjs": "^0.2.2",
36+
"@supabase/auth-helpers-react": "^0.2.2",
3637
"@supabase/supabase-js": "1.35.3",
3738
"async-jsonwebtoken": "1.0.1",
39+
"formik": "^2.2.9",
3840
"framer-motion": "6.3.3",
3941
"micro": "9.3.4",
4042
"micro-cors": "0.1.1",
@@ -43,8 +45,8 @@
4345
"next-seo": "5.4.0",
4446
"qrcode": "1.5.0",
4547
"qrcode.react": "2.0.0",
46-
"react": "18.0.0",
47-
"react-dom": "18.0.0",
48+
"react": "^18.2.0",
49+
"react-dom": "18.2.0",
4850
"react-icons": "4.3.1",
4951
"react-markdown": "8.0.3",
5052
"react-qr-reader": "3.0.0-beta-1",
@@ -56,7 +58,7 @@
5658
},
5759
"devDependencies": {
5860
"@fast-csv/parse": "4.3.6",
59-
"@next/eslint-plugin-next": "12.1.6",
61+
"@next/eslint-plugin-next": "12.2.0",
6062
"@types/micro": "7.3.7",
6163
"@types/micro-cors": "0.1.2",
6264
"@types/node": "17.0.18",

0 commit comments

Comments
 (0)