Skip to content

Commit

Permalink
Update deps Sep 18, 2023 - minus remark-gfm
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Sep 18, 2023
1 parent 1d7c629 commit f5dffab
Show file tree
Hide file tree
Showing 5 changed files with 4,209 additions and 7,926 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
docs
public
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,65 +14,65 @@
"test": "vitest"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
"@codemirror/lang-javascript": "^6.1.9",
"@chakra-ui/react": "^2.8.1",
"@codemirror/lang-javascript": "^6.2.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@uiw/react-codemirror": "^4.21.9",
"@uiw/react-codemirror": "^4.21.13",
"compromise": "^14.10.0",
"cookie": "^0.5.0",
"dexie": "^3.2.4",
"dexie-export-import": "^4.0.7",
"dexie-react-hooks": "^1.1.6",
"esbuild-wasm": "^0.19.2",
"framer-motion": "^10.15.0",
"jose": "^4.14.4",
"esbuild-wasm": "^0.19.3",
"framer-motion": "^10.16.4",
"jose": "^4.14.6",
"lodash": "^4.17.21",
"mermaid": "^10.3.0",
"nanoid": "^4.0.2",
"openai": "^4.3.0",
"mermaid": "^10.4.0",
"nanoid": "^5.0.1",
"openai": "^4.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-icons": "^4.11.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.14.2",
"react-router-dom": "^6.16.0",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.2",
"react-textarea-autosize": "^8.5.3",
"react-use": "^17.4.0",
"remark-gfm": "^3.0.1",
"remove-markdown": "^0.5.0",
"tiktoken": "^1.0.10",
"typescript2openai": "github:tarasglek/typescript2openai#2781b198bffb3207c4712fdc08aca49dabbe54d0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230814.0",
"@types/cookie": "^0.5.1",
"@types/lodash": "^4.14.196",
"@types/react": "^18.2.18",
"@cloudflare/workers-types": "^4.20230914.0",
"@types/cookie": "^0.5.2",
"@types/lodash": "^4.14.198",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/remove-markdown": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-import": "^2.28.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "3.0.0",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite-plugin-node-polyfills": "^0.14.0",
"vite-plugin-pwa": "^0.16.4",
"lint-staged": "^14.0.1",
"prettier": "3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-node-polyfills": "^0.14.1",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-wasm": "^3.2.2",
"vitest": "^0.33.0",
"vitest-environment-miniflare": "^2.14.0",
"wrangler": "^3.5.1"
"vitest": "^0.34.4",
"vitest-environment-miniflare": "^2.14.1",
"wrangler": "^3.8.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down
Loading

0 comments on commit f5dffab

Please sign in to comment.