Skip to content

Commit

Permalink
upgrade deps (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee authored Nov 17, 2024
1 parent 8bebf20 commit 74400c8
Show file tree
Hide file tree
Showing 4 changed files with 1,456 additions and 1,512 deletions.
4 changes: 2 additions & 2 deletions 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"mermaid": "^11.4.0",
"sass": "^1.80.7",
"sass": "^1.81.0",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"scripts": {
"dev": "vitepress dev",
Expand Down
6 changes: 3 additions & 3 deletions 1000h-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@nuxtjs/seo": "^2.0.0-rc.23",
"nuxt": "^3.14.159",
"nuxt-og-image": "^3.0.8",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sass": "^1.80.7",
"tailwindcss": "^3.4.14"
"sass": "^1.81.0",
"tailwindcss": "^3.4.15"
}
}
14 changes: 7 additions & 7 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"electron": "^33.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"flora-colossus": "^2.0.0",
Expand All @@ -78,7 +78,7 @@
"prop-types": "^15.8.1",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
Expand All @@ -92,7 +92,7 @@
"@divisey/js-mdict": "^5.0.0",
"@electron-forge/publisher-s3": "^7.5.0",
"@hookform/resolvers": "^3.9.1",
"@langchain/community": "^0.3.14",
"@langchain/community": "^0.3.15",
"@langchain/core": "^0.3.18",
"@langchain/ollama": "^0.1.2",
"@mozilla/readability": "^0.5.0",
Expand All @@ -104,7 +104,7 @@
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
Expand Down Expand Up @@ -157,10 +157,10 @@
"input-otp": "^1.4.1",
"intl-tel-input": "^24.7.0",
"js-md5": "^0.8.3",
"langchain": "^0.3.5",
"langchain": "^0.3.6",
"lodash": "^4.17.21",
"lru-cache": "^11.0.2",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"mark.js": "^8.11.1",
"media-captions": "^0.0.18",
"microsoft-cognitiveservices-speech-sdk": "^1.41.0",
Expand All @@ -181,7 +181,7 @@
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.1.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.6",
"react-resizable-panels": "^2.1.7",
"react-router-dom": "^6.28.0",
"react-shadow-root": "^6.2.0",
"react-tooltip": "^5.28.0",
Expand Down
Loading

0 comments on commit 74400c8

Please sign in to comment.