Update web deps (#7339)

* web dev deps

* update preact

* audit fix
This commit is contained in:
Blake Blackshear 2023-08-01 06:26:01 -05:00 committed by GitHub
parent e941012d48
commit c2e2656407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1717 additions and 1515 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />

3211
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -36,23 +36,24 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/preact": "^3.2.3",
"@testing-library/user-event": "^14.4.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint": "^8.46.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vitest-globals": "^1.3.1",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-vitest-globals": "^1.4.0",
"fake-indexeddb": "^4.0.1",
"jsdom": "^22.0.0",
"msw": "^1.2.1",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
}
}