update deps

This commit is contained in:
Blake Blackshear 2023-04-15 12:42:26 -05:00
parent 5eafb0f0a7
commit 67ff675e10
2 changed files with 406 additions and 307 deletions

695
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,21 +13,21 @@
},
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.5",
"axios": "^1.2.2",
"axios": "^1.3.5",
"copy-to-clipboard": "3.3.3",
"date-fns": "^2.29.3",
"idb-keyval": "^6.2.0",
"immer": "^9.0.16",
"monaco-yaml": "^4.0.2",
"preact": "^10.11.3",
"immer": "^9.0.21",
"monaco-yaml": "^4.0.4",
"preact": "^10.13.2",
"preact-async-route": "^2.2.1",
"preact-router": "^4.1.0",
"react": "npm:@preact/compat@^17.1.2",
"react-dom": "npm:@preact/compat@^17.1.2",
"strftime": "^0.10.1",
"swr": "^1.3.0",
"video.js": "^7.20.3",
"videojs-playlist": "^5.0.0",
"video.js": "^7.21.4",
"videojs-playlist": "^5.1.0",
"videojs-seek-buttons": "^3.0.1",
"vite-plugin-monaco-editor": "^1.1.0"
},
@ -37,12 +37,12 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/preact": "^3.2.3",
"@testing-library/user-event": "^14.4.3",
"@types/video.js": "^7.3.50",
"@types/video.js": "^7.3.51",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/ui": "^0.30.1",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.8.0",
@ -52,7 +52,7 @@
"msw": "^1.2.1",
"postcss": "^8.4.19",
"prettier": "^2.8.7",
"tailwindcss": "^3.2.4",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.1"