Skip to content

Commit

Permalink
Update deps for May 16, 2024 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd authored May 20, 2024
1 parent b9661ce commit 278b9ce
Show file tree
Hide file tree
Showing 2 changed files with 2,368 additions and 1,752 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"dev-functions": "wrangler pages dev --port 9339 --r2 CHATCRAFT_ORG_BUCKET -- npm run dev",
"typecheck": "tsc",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install",
Expand All @@ -16,39 +17,38 @@
"dependencies": {
"@antonz/runno": "^0.6.1",
"@chakra-ui/react": "^2.8.2",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-yaml": "^6.0.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-yaml": "^6.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@szhsin/react-menu": "^4.1.0",
"@uiw/react-codemirror": "^4.21.21",
"@uiw/react-codemirror": "^4.22.1",
"browser-image-compression": "^2.0.2",
"cheerio": "1.0.0-rc.12",
"compromise": "^14.11.2",
"compromise": "^14.13.0",
"cookie": "^0.6.0",
"dexie": "^3.2.4",
"dexie-export-import": "^4.1.1",
"dexie-export-import": "^4.1.2",
"dexie-react-hooks": "^1.1.7",
"esbuild-wasm": "^0.20.0",
"esbuild-wasm": "^0.21.3",
"feed": "^4.2.2",
"framer-motion": "^11.0.3",
"framer-motion": "^11.2.3",
"get-video-id": "^3.6.5",
"html2canvas": "^1.4.1",
"iframe-resizer-react": "^1.1.0",
"jose": "^5.2.1",
"katex": "^0.16.9",
"linkedom": "^0.16.11",
"iframe-resizer-react": "^1.0.8",
"jose": "^5.3.0",
"katex": "^0.16.10",
"linkedom": "^0.18.0",
"lodash-es": "^4.17.21",
"mermaid": "^10.8.0",
"nanoid": "^5.0.5",
"mermaid": "^10.9.1",
"nanoid": "^5.0.7",
"nomnoml": "^1.6.2",
"openai": "^4.26.1",
"openai": "^4.47.1",
"p-limit": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.0",
"react-router-dom": "^6.23.1",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"react-use": "^17.5.0",
Expand All @@ -57,18 +57,18 @@
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remove-markdown": "^0.5.0",
"tiktoken": "^1.0.13",
"tiktoken": "^1.0.15",
"typescript2openai": "^1.0.1",
"yaml": "^2.3.4",
"youtube-captions-scraper": "^2.0.2"
"yaml": "^2.4.2",
"youtube-captions-scraper": "^2.0.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@cloudflare/workers-types": "^4.20240512.0",
"@types/cookie": "^0.6.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/remove-markdown": "^0.3.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -80,18 +80,18 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite-plugin-node-polyfills": "^0.19.0",
"vite-plugin-pwa": "^0.17.5",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.2.2",
"vitest": "^1.6.0",
"vitest-environment-miniflare": "^2.14.2",
"wrangler": "^3.27.0"
"wrangler": "^3.56.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down
Loading

0 comments on commit 278b9ce

Please sign in to comment.