update web deps (#4498)

This commit is contained in:
Blake Blackshear 2022-11-24 08:20:27 -06:00 committed by GitHub
parent 6c0978498d
commit 93f94a7afb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 570 additions and 233 deletions

783
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
},
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.5",
"axios": "^1.1.3",
"axios": "^1.2.0",
"date-fns": "^2.29.3",
"idb-keyval": "^6.2.0",
"immer": "^9.0.16",
@ -34,23 +34,23 @@
"@testing-library/preact": "^3.2.2",
"@testing-library/user-event": "^14.4.3",
"@types/video.js": "^7.3.49",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.43.0",
"@vitest/coverage-c8": "^0.25.1",
"@vitest/ui": "^0.25.1",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitest/coverage-c8": "^0.25.3",
"@vitest/ui": "^0.25.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vitest-globals": "^1.2.0",
"fake-indexeddb": "^4.0.0",
"jsdom": "^20.0.2",
"msw": "^0.48.3",
"jsdom": "^20.0.3",
"msw": "^0.49.0",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.8.4",
"vite": "^3.2.4",
"vitest": "^0.25.2"
"vitest": "^0.25.3"
}
}