From 86287b55a762399f94fff8a031724065ed355113 Mon Sep 17 00:00:00 2001 From: Mentor Date: Thu, 9 Nov 2023 09:32:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Hotfix:=20remove=20safari-incomp?= =?UTF-8?q?atible=20regex=20expressions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +--------------- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 9 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 9db85e9..398b54a 100644 --- a/README.md +++ b/README.md @@ -66,18 +66,4 @@ To configure Firebase services: 1. Enable firestore, functions, hosting, analytics 2. Enable [app check]( https://console.firebase.google.com/u/0/project/poap-qr-kiosk/settings/appcheck ) ([docs](https://firebase.google.com/docs/app-check/web/recaptcha-provider)) -3. Fill out all variables in `.env` - -To Configure backend: - -1. Set keys using `firebase functions:config:set key=value`: - - `auth0.audience` - - `auth0.client_id` - - `auth0.client_secret` - - `auth0.endpoint` - - `sendgrid.fromemail` - - `sendgrid.apikey` - - `poap.apikey` - - `recaptcha.secret` - - `kiosk.publicUrl` -1. `firebase functions:config:get > .runtimeconfig.json` \ No newline at end of file +3. Fill out all variables in `.env` from 1Password \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6656fa7..e19d56e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@heroicons/react": "^2.0.18", "@poap/poap-components": "^0.1.20", - "@poap/sane-data": "^0.0.4", + "@poap/sane-data": "^0.0.7", "@rive-app/react-canvas": "^4.5.0", "@vitejs/plugin-react": "^4.1.1", "cypress": "^11.2.0", @@ -3356,9 +3356,9 @@ } }, "node_modules/@poap/sane-data": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@poap/sane-data/-/sane-data-0.0.4.tgz", - "integrity": "sha512-j5zBxoAxd0l+oXhN8yFsg1P5BDKCXcNBNMLE5YU5dovoWXLWojGwAoulYU+1JdTt+jsXfBxSWwZ+JHlivq9A7A==" + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@poap/sane-data/-/sane-data-0.0.7.tgz", + "integrity": "sha512-Pa1hBY2NikdqeV6GZOblrEg0vIJyAUmkZk+/X7GVhsHuL9V2pjvLHXuky5zhm5396AXtB0DchyioLEOfqebSbQ==" }, "node_modules/@poap/skunk-linter": { "version": "0.0.3", @@ -14280,9 +14280,9 @@ "requires": {} }, "@poap/sane-data": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@poap/sane-data/-/sane-data-0.0.4.tgz", - "integrity": "sha512-j5zBxoAxd0l+oXhN8yFsg1P5BDKCXcNBNMLE5YU5dovoWXLWojGwAoulYU+1JdTt+jsXfBxSWwZ+JHlivq9A7A==" + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@poap/sane-data/-/sane-data-0.0.7.tgz", + "integrity": "sha512-Pa1hBY2NikdqeV6GZOblrEg0vIJyAUmkZk+/X7GVhsHuL9V2pjvLHXuky5zhm5396AXtB0DchyioLEOfqebSbQ==" }, "@poap/skunk-linter": { "version": "0.0.3", diff --git a/package.json b/package.json index 258dd72..f50e025 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@heroicons/react": "^2.0.18", "@poap/poap-components": "^0.1.20", - "@poap/sane-data": "^0.0.4", + "@poap/sane-data": "^0.0.7", "@rive-app/react-canvas": "^4.5.0", "@vitejs/plugin-react": "^4.1.1", "cypress": "^11.2.0",