Skip to content

Commit

Permalink
Updating disclaimer due to newer models
Browse files Browse the repository at this point in the history
  • Loading branch information
HaukurPall committed Oct 19, 2022
1 parent dce6efa commit 14f60a3
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 76 deletions.
150 changes: 75 additions & 75 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion src/components/Disclaimer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)}
</p>
<p>{t("disclaimer-last-updated", "Last updated: ")} 2022-07-04</p>
<p>{t("disclaimer-last-updated", "Last updated: ")} 2022-10-19</p>
</Message>
</div>
);
Expand Down

0 comments on commit 14f60a3

Please sign in to comment.