aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorHenrik Bierbum Bacher <Bacher@gmail.com>2022-12-05 18:27:58 +0100
committerGitHub <noreply@github.com>2022-12-05 09:27:58 -0800
commit1744e209522284aab3794613f08c08b47bff32b9 (patch)
treeb583d4897760cd675fd7cb9bb7523144c8ff84da /package.json
parent31203ca412462e6814fe6d292a7d9d40cdc5e766 (diff)
Use official node image (#257)
* Use official node image Use the official node which relies on a more recent version of alpine, the mhart image uses 3.11 which is end of life as of 7 months ago * Update Dockerfile * Update dependencies to run without openssl lgeacy workaround * Update line endings to fix prettier warnings
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index 682d3bf..1a38d28 100644
--- a/package.json
+++ b/package.json
@@ -3,21 +3,21 @@
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "private": true, 4 "private": true,
5 "dependencies": { 5 "dependencies": {
6 "@testing-library/jest-dom": "^5.14.1", 6 "@testing-library/jest-dom": "^5.16.5",
7 "@testing-library/react": "^12.0.0", 7 "@testing-library/react": "^13.4.0",
8 "@testing-library/user-event": "^13.2.1", 8 "@testing-library/user-event": "^14.4.3",
9 "evergreen-ui": "^6.3.0", 9 "evergreen-ui": "^6.13.1",
10 "i18next": "^20.3.5", 10 "i18next": "^22.0.6",
11 "i18next-browser-languagedetector": "^6.1.2", 11 "i18next-browser-languagedetector": "^7.0.1",
12 "qrcode.react": "^1.0.1", 12 "qrcode.react": "^3.0.1",
13 "react": "^17.0.2", 13 "react": "^18.2.0",
14 "react-dom": "^17.0.2", 14 "react-dom": "^18.2.0",
15 "react-i18next": "^11.11.4", 15 "react-i18next": "^12.0.0",
16 "react-scripts": "^4.0.3" 16 "react-scripts": "^5.0.1"
17 }, 17 },
18 "devDependencies": { 18 "devDependencies": {
19 "husky": "^7.0.1", 19 "husky": "^8.0.2",
20 "prettier": "2.3.2" 20 "prettier": "2.8.0"
21 }, 21 },
22 "scripts": { 22 "scripts": {
23 "start": "react-scripts start", 23 "start": "react-scripts start",