Skip to content

Commit

Permalink
⬆️ Upgrade frontend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Nov 18, 2023
1 parent d562a59 commit ea93939
Show file tree
Hide file tree
Showing 2 changed files with 1,878 additions and 1,607 deletions.
72 changes: 36 additions & 36 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,64 +29,64 @@
},
"license": "AGPL-3.0-only",
"devDependencies": {
"@jest/globals": "^29.5.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@types/wavesurfer.js": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"favicons": "^7.1.3",
"jest": "^29.5.0",
"@jest/globals": "^29.7.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-helmet": "^6.1.9",
"@types/wavesurfer.js": "^6.0.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"favicons": "^7.1.4",
"jest": "^29.7.0",
"mime-types": "^2.1.35",
"nlf": "^2.1.1",
"npm-run-all": "^4.1.5",
"openapi-typescript": "^6.2.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"ts-jest": "^29.1.0",
"typescript": "^5.1.6",
"vite": "^4.1.4"
"openapi-typescript": "^6.7.1",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
"dependencies": {
"@audapolis/webvtt-writer": "^1.0.6",
"@automerge/automerge": "^2.0.3",
"@automerge/automerge": "~2.0.3",
"@automerge/automerge-wasm": "^0.1.26",
"@fontsource/inter": "^4.5.15",
"@podlove/html5-audio-driver": "^2.0.3",
"@popperjs/core": "^2.11.7",
"@zip.js/zip.js": "^2.7.20",
"@popperjs/core": "^2.11.8",
"@zip.js/zip.js": "^2.7.31",
"clsx": "^1.2.1",
"openapi-typescript-fetch": "github:bugbakery/openapi-typescript-fetch#4b5cc33983c5a658feedd628d417599db2bd672c",
"react": "^18.2.0",
"react-base16-styling": "^0.9.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.5",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.5.2",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-json-tree": "^0.18.0",
"react-markdown": "^8.0.7",
"react-popper": "^2.3.0",
"reconnecting-websocket": "^4.4.0",
"slate": "^0.94.0",
"slate": "^0.94.1",
"slate-automerge-doc": "github:bugbakery/slate-automerge-doc",
"slate-history": "^0.93.0",
"slate-react": "^0.94.0",
"swr": "^2.1.0",
"tailwindcss": "^3.2.7",
"vite-plugin-top-level-await": "^1.3.0",
"slate-react": "^0.94.2",
"swr": "^2.2.4",
"tailwindcss": "^3.3.5",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"wavesurfer-react": "^2.2.2",
"wavesurfer.js": "^6.6.2",
"wouter": "^2.10.0"
"wavesurfer-react": "^2.2.3",
"wavesurfer.js": "^6.6.4",
"wouter": "^2.12.1"
},
"jest": {
"preset": "ts-jest"
Expand Down
Loading

0 comments on commit ea93939

Please sign in to comment.