Skip to content

Commit

Permalink
Update deps Nov 2024 (#738)
Browse files Browse the repository at this point in the history
* Update deps Nov 2024

* Downgrade eslint to 9.14.0 for eslint/eslint#19134
  • Loading branch information
humphd authored Nov 16, 2024
1 parent d6e5cb0 commit 5a17666
Show file tree
Hide file tree
Showing 2 changed files with 926 additions and 944 deletions.
63 changes: 32 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,84 +21,85 @@
"@codemirror/lang-yaml": "^6.1.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint/compat": "^1.2.0",
"@eslint/compat": "^1.2.3",
"@szhsin/react-menu": "^4.2.2",
"@uiw/react-codemirror": "^4.23.2",
"@uiw/react-codemirror": "^4.23.6",
"browser-image-compression": "^2.0.2",
"compromise": "^14.13.0",
"cookie": "^0.6.0",
"compromise": "^14.14.2",
"cookie": "^1.0.0",
"dexie": "^4.0.10",
"dexie-export-import": "^4.1.4",
"dexie-react-hooks": "^1.1.7",
"esbuild-wasm": "^0.23.1",
"esbuild-wasm": "^0.24.0",
"exponential-backoff": "^3.1.1",
"feed": "^4.2.2",
"framer-motion": "^11.5.6",
"get-video-id": "^4.1.7",
"globals": "^15.10.0",
"html2canvas": "^1.4.1",
"iframe-resizer-react": "^1.0.8",
"jose": "^5.9.2",
"jose": "^5.9.6",
"katex": "^0.16.11",
"linkedom": "^0.18.5",
"lodash-es": "^4.17.21",
"mammoth": "^1.8.0",
"mermaid": "^11.4.0",
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"nomnoml": "^1.6.2",
"openai": "^4.47.1",
"p-limit": "^5.0.0",
"p-limit": "^6.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.2",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.5",
"react-use": "^17.5.1",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remove-markdown": "^0.5.5",
"tiktoken": "^1.0.16",
"tiktoken": "^1.0.17",
"typescript2openai": "^1.0.1",
"yaml": "^2.5.1",
"yaml": "^2.6.0",
"youtube-captions-scraper": "^2.0.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240919.0",
"@eslint/js": "^9.12.0",
"@types/cookie": "^0.6.0",
"@cloudflare/workers-types": "^4.20241106.0",
"@eslint/js": "9.14.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/remove-markdown": "^0.3.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.12.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-1460d67c-20241003",
"globals": "^15.12.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.1.1",
"vitest-environment-miniflare": "^2.14.3",
"wrangler": "^3.78.7"
"vitest": "^2.1.5",
"vitest-environment-miniflare": "^2.14.4",
"workbox-build": "7.3.0",
"workbox-window": "7.3.0",
"wrangler": "^3.87.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down
Loading

0 comments on commit 5a17666

Please sign in to comment.