Merge branch 'master' into 0.0.6

This commit is contained in:
Gabe Kangas 2021-02-15 22:20:36 -08:00 committed by GitHub
commit 29d25f090d
2 changed files with 628 additions and 3270 deletions

3886
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"classnames": "^2.2.6", "classnames": "^2.2.6",
"date-fns": "^2.16.1", "date-fns": "^2.16.1",
"markdown-it": "^12.0.4", "markdown-it": "^12.0.4",
"next": "^10.0.0", "next": "^10.0.6",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react": "16.13.1", "react": "16.13.1",
"react-chartkick": "^0.4.1", "react-chartkick": "^0.4.1",
@ -23,25 +23,25 @@
"react-linkify": "^1.0.0-alpha", "react-linkify": "^1.0.0-alpha",
"react-markdown": "^5.0.3", "react-markdown": "^5.0.3",
"react-markdown-editor-lite": "^1.2.3", "react-markdown-editor-lite": "^1.2.3",
"sass": "^1.26.11" "sass": "^1.32.7"
}, },
"devDependencies": { "devDependencies": {
"@types/chart.js": "^2.9.30", "@types/chart.js": "^2.9.30",
"@types/classnames": "^2.2.11", "@types/classnames": "^2.2.11",
"@types/markdown-it": "^12.0.1", "@types/markdown-it": "^12.0.1",
"@types/node": "^14.11.2", "@types/node": "^14.14.28",
"@types/prop-types": "^15.7.3", "@types/prop-types": "^15.7.3",
"@types/react": "^16.9.49", "@types/react": "^17.0.2",
"@types/react-linkify": "^1.0.0", "@types/react-linkify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.3.0", "@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0", "@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.10.0", "eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0", "eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0", "eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.21.2", "eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.1.2", "eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.2", "prettier": "^2.1.2",
"typescript": "^4.0.3" "typescript": "^4.0.3"