Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee committed Jan 15, 2025
1 parent ccb8694 commit 4db8afb
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 408 deletions.
2 changes: 1 addition & 1 deletion 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"mermaid": "^11.4.1",
"sass": "^1.83.1",
"sass": "^1.83.4",
"vitepress": "^1.5.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.13"
Expand Down
8 changes: 4 additions & 4 deletions 1000h-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/seo": "^2.0.2",
"@nuxtjs/seo": "^2.0.3",
"nuxt": "^3.15.1",
"nuxt-og-image": "^4.0.2",
"nuxt-og-image": "^4.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sass": "^1.83.1",
"postcss": "^8.5.1",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17"
}
}
22 changes: 11 additions & 11 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@electron/fuses": "^1.8.0",
"@hookform/resolvers": "^3.10.0",
"@langchain/community": "^0.3.24",
"@langchain/core": "^0.3.29",
"@langchain/core": "^0.3.30",
"@langchain/ollama": "^0.1.4",
"@mozilla/readability": "^0.5.0",
"@playwright/test": "^1.49.1",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@types/mark.js": "^8.11.12",
"@types/mime-types": "^2.1.4",
"@types/mustache": "^4.2.5",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@types/prop-types": "^15.7.14",
"@types/rails__actioncable": "^6.1.11",
"@types/react": "^18.3.18",
Expand All @@ -97,8 +97,8 @@
"@types/unzipper": "^0.10.10",
"@types/validator": "^13.12.2",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.12.12",
"@vitejs/plugin-react": "^4.3.4",
Expand All @@ -121,9 +121,9 @@
"decamelize": "^6.0.0",
"decamelize-keys": "^2.0.1",
"dependencies-tree": "^2.0.0",
"electron": "^33.3.1",
"electron": "^34.0.0",
"electron-context-menu": "^4.0.4",
"electron-devtools-installer": "^3.2.1",
"electron-devtools-installer": "^4.0.0",
"electron-forge-plugin-dependencies": "^1.0.0",
"electron-log": "^5.2.4",
"electron-playwright-helpers": "^1.7.1",
Expand All @@ -142,7 +142,7 @@
"langchain": "^0.3.11",
"lodash": "^4.17.21",
"lru-cache": "^11.0.2",
"lucide-react": "^0.471.0",
"lucide-react": "^0.471.1",
"mark.js": "^8.11.1",
"media-captions": "^0.0.18",
"microsoft-cognitiveservices-speech-sdk": "^1.42.0",
Expand All @@ -152,12 +152,12 @@
"octokit": "^4.1.0",
"openai": "^4.78.1",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"progress": "^2.0.3",
"prop-types": "^15.8.1",
"proxy-agent": "^6.5.0",
"react": "^18.3.1",
"react-activity-calendar": "^2.7.6",
"react-activity-calendar": "^2.7.7",
"react-audio-visualize": "^1.2.0",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18.3.1",
Expand All @@ -176,7 +176,7 @@
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar": "^3.1.0",
"tailwind-scrollbar-hide": "^1.3.1",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
Expand All @@ -185,7 +185,7 @@
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-static-copy": "^2.2.0",
"wavesurfer.js": "^7.8.15",
"wavesurfer.js": "^7.8.16",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1",
"zx": "^8.3.0"
Expand Down
Loading

0 comments on commit 4db8afb

Please sign in to comment.