Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade deps #1066

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sass": "^1.78.0",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16",
"vue": "^3.5.3"
"vue": "^3.5.4"
},
"scripts": {
"dev": "vitepress dev",
Expand Down
8 changes: 4 additions & 4 deletions 1000h-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@nuxtjs/seo": "^2.0.0-rc.21",
"nuxt": "^3.13.1",
"nuxt-og-image": "^3.0.0-rc.66",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"nuxt-og-image": "^3.0.2",
"vue": "^3.5.4",
"vue-router": "^4.4.4"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"sass": "^1.78.0",
"tailwindcss": "^3.4.10"
"tailwindcss": "^3.4.11"
}
}
22 changes: 11 additions & 11 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"electron": "^32.0.2",
"electron": "^32.1.0",
"electron-devtools-installer": "^3.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.10.0",
Expand All @@ -78,21 +78,21 @@
"prop-types": "^15.8.1",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite": "^5.4.4",
"vite-plugin-static-copy": "^1.0.6",
"zx": "^8.1.5"
"zx": "^8.1.6"
},
"dependencies": {
"@andrkrn/ffprobe-static": "^5.2.0",
"@divisey/js-mdict": "^5.0.0",
"@electron-forge/publisher-s3": "^7.4.0",
"@hookform/resolvers": "^3.9.0",
"@langchain/community": "^0.2.32",
"@langchain/community": "^0.2.33",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
Expand Down Expand Up @@ -151,18 +151,18 @@
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.15.0",
"intl-tel-input": "^24.4.0",
"i18next": "^23.15.1",
"intl-tel-input": "^24.5.0",
"js-md5": "^0.8.3",
"langchain": "^0.2.18",
"langchain": "^0.2.19",
"lodash": "^4.17.21",
"lru-cache": "^11.0.1",
"lucide-react": "^0.439.0",
"lucide-react": "^0.441.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
"mustache": "^4.2.0",
"next-themes": "^0.3.0",
"openai": "^4.58.2",
"openai": "^4.60.0",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.45",
"proxy-agent": "^6.4.0",
Expand Down Expand Up @@ -191,7 +191,7 @@
"umzug": "^3.8.1",
"unzipper": "^0.12.3",
"update-electron-app": "^3.0.0",
"wavesurfer.js": "^7.8.5",
"wavesurfer.js": "^7.8.6",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.3"
}
Expand Down
Loading
Loading