0

Update all non-major dependencies (#443)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-02 00:11:26 -08:00 committed by GitHub
parent ebae6f34f1
commit 12c265c6c0
3 changed files with 413 additions and 408 deletions

View File

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Linter - name: Linter
uses: tj-actions/eslint-changed-files@v8.1 uses: tj-actions/eslint-changed-files@v8.6
with: with:
config_path: '.eslintrc.js' config_path: '.eslintrc.js'
ignore_path: '.eslintignore' ignore_path: '.eslintignore'

801
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,24 +32,24 @@
"devDependencies": { "devDependencies": {
"@types/chart.js": "2.9.35", "@types/chart.js": "2.9.35",
"@types/classnames": "2.3.1", "@types/classnames": "2.3.1",
"@types/markdown-it": "12.2.0", "@types/markdown-it": "12.2.3",
"@types/node": "17.0.0", "@types/node": "17.0.0",
"@types/prop-types": "15.7.3", "@types/prop-types": "15.7.4",
"@types/react": "17.0.11", "@types/react": "17.0.38",
"@types/react-linkify": "1.0.0", "@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36", "@types/ua-parser-js": "0.7.36",
"@typescript-eslint/eslint-plugin": "5.10.0", "@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.0", "@typescript-eslint/parser": "5.10.2",
"eslint": "8.8.0", "eslint": "8.8.0",
"eslint-config-airbnb": "19.0.0", "eslint-config-airbnb": "19.0.4",
"eslint-config-next": "12.0.10", "eslint-config-next": "12.0.10",
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3", "eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0", "eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0", "eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0", "eslint-plugin-react-hooks": "4.3.0",
"prettier": "2.5.1", "prettier": "2.5.1",
"typescript": "4.5.2" "typescript": "4.5.5"
} }
} }