update deps (#6973)

* update web deps

* update python deps
This commit is contained in:
Blake Blackshear
2023-07-01 07:47:16 -05:00
committed by GitHub
parent f3f9b36e07
commit 2f401bd8da
8 changed files with 530 additions and 559 deletions

View File

@@ -38,8 +38,8 @@
"@testing-library/user-event": "^14.4.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"@vitest/coverage-v8": "^0.32.2",
"@vitest/ui": "^0.32.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-preact": "^1.3.0",
@@ -53,6 +53,6 @@
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
"vitest": "^0.32.2"
}
}