This commit is contained in:
Blake Blackshear 2022-12-30 09:24:04 -06:00
parent f2fe31fc02
commit e7fc5511a7
2 changed files with 486 additions and 229 deletions

707
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,8 +38,8 @@
"@types/video.js": "^7.3.50", "@types/video.js": "^7.3.50",
"@typescript-eslint/eslint-plugin": "^5.47.1", "@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1", "@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-c8": "^0.25.3", "@vitest/coverage-c8": "^0.26.2",
"@vitest/ui": "^0.25.3", "@vitest/ui": "^0.26.2",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"eslint": "^8.30.0", "eslint": "^8.30.0",
"eslint-config-preact": "^1.3.0", "eslint-config-preact": "^1.3.0",
@ -47,12 +47,12 @@
"eslint-plugin-vitest-globals": "^1.2.0", "eslint-plugin-vitest-globals": "^1.2.0",
"fake-indexeddb": "^4.0.1", "fake-indexeddb": "^4.0.1",
"jsdom": "^20.0.3", "jsdom": "^20.0.3",
"msw": "^0.49.0", "msw": "^0.49.2",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"prettier": "^2.8.0", "prettier": "^2.8.0",
"tailwindcss": "^3.2.4", "tailwindcss": "^3.2.4",
"typescript": "^4.8.4", "typescript": "^4.8.4",
"vite": "^3.2.4", "vite": "^3.2.5",
"vitest": "^0.25.3" "vitest": "^0.25.3"
} }
} }