From 90abd62bd35973bcbc2583ad8a05082e9581bf0b Mon Sep 17 00:00:00 2001 From: David Bradshaw Date: Mon, 1 Apr 2024 18:25:34 -0700 Subject: [PATCH] fix: update --- .eslintrc.json | 1 + package-lock.json | 8 ++++---- package.json | 2 +- src/views/App/App.scss | 2 ++ 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 53a2abc..c20ec33 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -52,6 +52,7 @@ "noreferrer", "instagram", "linkedin", + "checkbox", "pathname", "resize", "unmount", diff --git a/package-lock.json b/package-lock.json index 132845c..2e43210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@types/react-dom": "^18.2.4", "@types/react-router-dom": "^5.3.3", "@typescript-eslint/eslint-plugin": "^5.59.8", - "@unrealpixels/common-lib": "^0.1.16", + "@unrealpixels/common-lib": "^0.1.17", "@vitejs/plugin-basic-ssl": "^1.0.1", "@vitejs/plugin-react": "^4.0.4", "axios": "^1.4.0", @@ -1300,9 +1300,9 @@ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/@unrealpixels/common-lib": { - "version": "0.1.16", - "resolved": "https://registry.npmjs.org/@unrealpixels/common-lib/-/common-lib-0.1.16.tgz", - "integrity": "sha512-ufi8QS9g9aWqAA5m/BBQwndaQw2psz7uANlsSmEw0utLwenXL4q2a2PuzOMIcDbTjGdBDiNkGyWsNi+ZDrx8Fw==", + "version": "0.1.17", + "resolved": "https://registry.npmjs.org/@unrealpixels/common-lib/-/common-lib-0.1.17.tgz", + "integrity": "sha512-JOC0l/NUQHZsdNprh/t0Q2kWm8yJOPTYvzDxGhGQEmdb3Ymm63ro3ibXV9J/Gka2xz0t10Ry+XeD+SKhIjh68g==", "peerDependencies": { "@types/axios": "^0.14.0", "@types/node": "^16.18.34", diff --git a/package.json b/package.json index 8aeeaee..5941076 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@types/react-dom": "^18.2.4", "@types/react-router-dom": "^5.3.3", "@typescript-eslint/eslint-plugin": "^5.59.8", - "@unrealpixels/common-lib": "^0.1.16", + "@unrealpixels/common-lib": "^0.1.17", "@vitejs/plugin-basic-ssl": "^1.0.1", "@vitejs/plugin-react": "^4.0.4", "axios": "^1.4.0", diff --git a/src/views/App/App.scss b/src/views/App/App.scss index f39446f..bfccfa4 100644 --- a/src/views/App/App.scss +++ b/src/views/App/App.scss @@ -2,6 +2,8 @@ .data-entry { width: 100%; + font-family: monospace; + font-size: 1rem; &--label { display: block;