From 14f60a395d5ed7f07bcbaa8ca8ad54aef2374193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haukur=20P=C3=A1ll?= Date: Wed, 19 Oct 2022 13:52:33 +0000 Subject: [PATCH] Updating disclaimer due to newer models --- package.json | 150 ++++++++++++++-------------- src/components/Disclaimer/index.jsx | 2 +- 2 files changed, 76 insertions(+), 76 deletions(-) diff --git a/package.json b/package.json index 8255249..fea4a9f 100644 --- a/package.json +++ b/package.json @@ -1,77 +1,77 @@ { - "name": "frontend", - "version": "0.5.0", - "private": true, - "dependencies": { - "@reduxjs/toolkit": "^1.6.2", - "@sentry/react": "^7.1.1", - "@sentry/tracing": "^7.1.1", - "axios": "^0.27.2", - "emotion": "^11.0.0", - "i18next": "^21.3.0", - "i18next-http-backend": "^1.3.1", - "lodash": "^4.17.21", - "mammoth": "^1.4.18", - "moment": "^2.29.2", - "query-string": "^7.0.1", - "react": "^18.1.0", - "react-cookie": "^4.1.1", - "react-dom": "^18.1.0", - "react-dropzone": "^14.2.1", - "react-i18next": "^11.12.0", - "react-redux": "^8.0.2", - "react-router-dom": "^6.3.0", - "react-spinners": "^0.12.0", - "redux-logger": "^3.0.6", - "redux-persist": "^6.0.0", - "semantic-ui-less": "^2.4.1", - "semantic-ui-react": "^2.0.4", - "slate": "^0.81.1", - "slate-history": "^0.66.0", - "slate-react": "^0.81.0" - }, - "scripts": { - "start": "craco start", - "build": "craco build", - "test": "craco test", - "eject": "craco eject", - "analyze": "source-map-explorer 'build/static/js/*.js'" - }, - "eslintConfig": { - "extends": [ - "airbnb-base" - ] - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - }, - "devDependencies": { - "@babel/core": "^7.18.5", - "@babel/eslint-parser": "^7.18.2", - "@babel/plugin-syntax-flow": "^7.17.12", - "@babel/plugin-transform-react-jsx": "^7.17.12", - "@craco/craco": "6.4.3", - "@semantic-ui-react/craco-less": "1.2.3", - "eslint-config-airbnb": "^19.0.4", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.25.2", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "^7.26.1", - "eslint-plugin-react-hooks": "^4.6.0", - "prettier": "^2.4.1", - "react-scripts": "^4.0.3", - "renamer": "^4.0.0", - "source-map-explorer": "^2.5.2", - "yarn": "^1.22.19" - } + "name": "frontend", + "version": "0.5.1", + "private": true, + "dependencies": { + "@reduxjs/toolkit": "^1.6.2", + "@sentry/react": "^7.1.1", + "@sentry/tracing": "^7.1.1", + "axios": "^0.27.2", + "emotion": "^11.0.0", + "i18next": "^21.3.0", + "i18next-http-backend": "^1.3.1", + "lodash": "^4.17.21", + "mammoth": "^1.4.18", + "moment": "^2.29.2", + "query-string": "^7.0.1", + "react": "^18.1.0", + "react-cookie": "^4.1.1", + "react-dom": "^18.1.0", + "react-dropzone": "^14.2.1", + "react-i18next": "^11.12.0", + "react-redux": "^8.0.2", + "react-router-dom": "^6.3.0", + "react-spinners": "^0.12.0", + "redux-logger": "^3.0.6", + "redux-persist": "^6.0.0", + "semantic-ui-less": "^2.4.1", + "semantic-ui-react": "^2.0.4", + "slate": "^0.81.1", + "slate-history": "^0.66.0", + "slate-react": "^0.81.0" + }, + "scripts": { + "start": "craco start", + "build": "craco build", + "test": "craco test", + "eject": "craco eject", + "analyze": "source-map-explorer 'build/static/js/*.js'" + }, + "eslintConfig": { + "extends": [ + "airbnb-base" + ] + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + }, + "devDependencies": { + "@babel/core": "^7.18.5", + "@babel/eslint-parser": "^7.18.2", + "@babel/plugin-syntax-flow": "^7.17.12", + "@babel/plugin-transform-react-jsx": "^7.17.12", + "@craco/craco": "6.4.3", + "@semantic-ui-react/craco-less": "1.2.3", + "eslint-config-airbnb": "^19.0.4", + "eslint-config-prettier": "^8.3.0", + "eslint-plugin-import": "^2.25.2", + "eslint-plugin-jsx-a11y": "^6.4.1", + "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-react": "^7.26.1", + "eslint-plugin-react-hooks": "^4.6.0", + "prettier": "^2.4.1", + "react-scripts": "^4.0.3", + "renamer": "^4.0.0", + "source-map-explorer": "^2.5.2", + "yarn": "^1.22.19" + } } diff --git a/src/components/Disclaimer/index.jsx b/src/components/Disclaimer/index.jsx index 365ed24..447f0af 100644 --- a/src/components/Disclaimer/index.jsx +++ b/src/components/Disclaimer/index.jsx @@ -21,7 +21,7 @@ export default function Disclaimer() { "By using this service you agreee to our use of cookies. Translations may be logged for quality assurance purposes." )}

-

{t("disclaimer-last-updated", "Last updated: ")} 2022-07-04

+

{t("disclaimer-last-updated", "Last updated: ")} 2022-10-19

);