Skip to content

Commit

Permalink
upgrade deps (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee authored Oct 15, 2024
1 parent e785d52 commit 5f5811b
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 654 deletions.
4 changes: 2 additions & 2 deletions 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"markdown-it-sup": "^2.0.0",
"mermaid": "^11.3.0",
"sass": "^1.79.5",
"vitepress": "^1.4.0",
"vitepress": "^1.4.1",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"scripts": {
"dev": "vitepress dev",
Expand Down
2 changes: 1 addition & 1 deletion 1000h-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nuxtjs/seo": "^2.0.0-rc.23",
"nuxt": "^3.13.2",
"nuxt-og-image": "^3.0.4",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@types/prop-types": "^15.7.13",
"@types/rails__actioncable": "^6.1.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@types/semver": "^7.5.8",
"@types/unzipper": "^0.10.10",
"@types/validator": "^13.12.2",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"electron": "^32.2.0",
Expand All @@ -76,14 +76,14 @@
"octokit": "^4.0.2",
"progress": "^2.0.3",
"prop-types": "^15.8.1",
"tailwind-merge": "^2.5.3",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-static-copy": "^2.0.0",
"zx": "^8.1.9"
},
Expand All @@ -92,8 +92,8 @@
"@divisey/js-mdict": "^5.0.0",
"@electron-forge/publisher-s3": "^7.5.0",
"@hookform/resolvers": "^3.9.0",
"@langchain/community": "^0.3.4",
"@langchain/core": "^0.3.9",
"@langchain/community": "^0.3.5",
"@langchain/core": "^0.3.11",
"@langchain/ollama": "^0.1.0",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-accordion": "^1.2.1",
Expand Down Expand Up @@ -150,13 +150,13 @@
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.15.2",
"i18next": "^23.16.0",
"intl-tel-input": "^24.6.0",
"js-md5": "^0.8.3",
"langchain": "^0.3.2",
"lodash": "^4.17.21",
"lru-cache": "^11.0.1",
"lucide-react": "^0.451.0",
"lucide-react": "^0.452.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
"mustache": "^4.2.0",
Expand All @@ -173,10 +173,10 @@
"react-frame-component": "^5.2.7",
"react-hook-form": "^7.53.0",
"react-hotkeys-hook": "^4.5.1",
"react-i18next": "^15.0.2",
"react-i18next": "^15.0.3",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.4",
"react-router-dom": "^6.26.2",
"react-router-dom": "^6.27.0",
"react-shadow-root": "^6.2.0",
"react-tooltip": "^5.28.0",
"reflect-metadata": "^0.2.2",
Expand Down
Loading

0 comments on commit 5f5811b

Please sign in to comment.