feat: add auto-update and out-of-date indicator

This commit is contained in:
Paul Makles
2022-06-12 21:16:42 +01:00
parent 7680931f5f
commit a404ff7fe0
10 changed files with 145 additions and 28 deletions

View File

@@ -38,7 +38,8 @@
{
"varsIgnorePattern": "^_"
}
]
],
"react/jsx-no-literals": "warn"
}
},
"dependencies": {
@@ -92,6 +93,7 @@
"@types/react-helmet": "^6.1.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-scroll": "^1.8.2",
"@types/semver": "^7",
"@types/styled-components": "^5.1.10",
"@types/twemoji": "^12.1.1",
"@typescript-eslint/eslint-plugin": "^4.27.0",
@@ -132,6 +134,7 @@
"revolt.js": "6.0.3",
"rimraf": "^3.0.2",
"sass": "^1.35.1",
"semver": "^7.3.7",
"shade-blend-color": "^1.0.0",
"stacktrace-js": "^2.0.2",
"styled-components": "^5.3.0",