Skip to content

Commit

Permalink
update deps (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Apr 9, 2024
1 parent ccc9cfa commit 0a6be17
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 486 deletions.
2 changes: 1 addition & 1 deletion 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"mermaid": "^10.9.0",
"sass": "^1.72.0",
"sass": "^1.74.1",
"vitepress": "^1.0.2",
"vitepress-plugin-mermaid": "^2.0.16",
"vue": "^3.4.21"
Expand Down
40 changes: 20 additions & 20 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@electron-forge/plugin-vite": "^7.3.1",
"@electron-forge/publisher-github": "^7.3.1",
"@electron/fuses": "^1.8.0",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@tailwindcss/typography": "^0.5.12",
"@types/autosize": "^4.0.3",
"@types/command-exists": "^1.2.3",
Expand All @@ -51,33 +51,33 @@
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.17.0",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/node": "^20.12.5",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/validator": "^13.11.9",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"electron": "^29.1.5",
"electron": "^29.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"flora-colossus": "^2.0.0",
"octokit": "^3.1.2",
"octokit": "^3.2.0",
"progress": "^2.0.3",
"tailwind-merge": "^2.2.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-static-copy": "^1.0.2",
"zx": "^7.2.3"
"zx": "^8.0.1"
},
"dependencies": {
"@andrkrn/ffprobe-static": "^5.2.0",
Expand Down Expand Up @@ -107,10 +107,10 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/electron": "^4.21.0",
"@sentry/electron": "^4.22.0",
"@types/ahoy.js": "^0.4.2",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.11.6",
"@vidstack/react": "^1.11.13",
"ahoy.js": "^0.4.4",
"autosize": "^6.0.1",
"axios": "^1.6.8",
Expand Down Expand Up @@ -138,16 +138,16 @@
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.4",
"i18next": "^23.10.1",
"intl-tel-input": "^20.3.0",
"i18next": "^23.11.0",
"intl-tel-input": "^21.1.1",
"js-md5": "^0.8.3",
"langchain": "^0.1.30",
"langchain": "^0.1.31",
"lodash": "^4.17.21",
"lucide-react": "^0.364.0",
"lucide-react": "^0.365.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"next-themes": "^0.3.0",
"openai": "^4.32.0",
"openai": "^4.33.0",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.38",
"proxy-agent": "^6.4.0",
Expand All @@ -167,8 +167,8 @@
"sonner": "^1.4.41",
"sqlite3": "^5.1.7",
"tailwind-scrollbar-hide": "^1.1.7",
"umzug": "^3.7.0",
"wavesurfer.js": "^7.7.7",
"umzug": "^3.8.0",
"wavesurfer.js": "^7.7.10",
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 0a6be17

Please sign in to comment.