Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed May 16, 2024
1 parent bcb4be1 commit 55d6249
Show file tree
Hide file tree
Showing 3 changed files with 1,063 additions and 593 deletions.
2 changes: 1 addition & 1 deletion 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"mermaid": "^10.9.0",
"mermaid": "^10.9.1",
"sass": "^1.77.1",
"vitepress": "^1.1.4",
"vitepress-plugin-mermaid": "^2.0.16",
Expand Down
22 changes: 11 additions & 11 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.17.1",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/validator": "^13.11.10",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"electron": "^30.0.3",
"electron": "^30.0.6",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.2.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -77,14 +77,14 @@
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-static-copy": "^1.0.4",
"zx": "^8.0.2"
"zx": "^8.1.0"
},
"dependencies": {
"@andrkrn/ffprobe-static": "^5.2.0",
"@electron-forge/publisher-s3": "^7.4.0",
"@hookform/resolvers": "^3.3.4",
"@langchain/community": "^0.0.56",
"@langchain/google-genai": "^0.0.12",
"@hookform/resolvers": "^3.4.0",
"@langchain/community": "^0.0.57",
"@langchain/google-genai": "^0.0.13",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
Expand Down Expand Up @@ -129,11 +129,11 @@
"dayjs": "^1.11.11",
"decamelize": "^6.0.0",
"decamelize-keys": "^2.0.1",
"echogarden": "^1.4.3",
"echogarden": "^1.4.4",
"electron-context-menu": "^4.0.0",
"electron-log": "^5.1.4",
"electron-settings": "^4.0.4",
"electron-squirrel-startup": "^1.0.0",
"electron-squirrel-startup": "^1.0.1",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.2.0",
Expand All @@ -148,7 +148,7 @@
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"next-themes": "^0.3.0",
"openai": "^4.45.0",
"openai": "^4.47.1",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.38",
"proxy-agent": "^6.4.0",
Expand Down
Loading

0 comments on commit 55d6249

Please sign in to comment.