Skip to content

Commit

Permalink
upgrade deps (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee authored Sep 24, 2024
1 parent 89a9d83 commit 245a1ea
Show file tree
Hide file tree
Showing 4 changed files with 1,643 additions and 1,966 deletions.
6 changes: 3 additions & 3 deletions 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"mermaid": "^11.2.0",
"sass": "^1.78.0",
"mermaid": "^11.2.1",
"sass": "^1.79.3",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16",
"vue": "^3.5.6"
"vue": "^3.5.8"
},
"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.21",
"nuxt": "^3.13.2",
"nuxt-og-image": "^3.0.2",
"vue": "^3.5.6",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"sass": "^1.78.0",
"tailwindcss": "^3.4.11"
"sass": "^1.79.3",
"tailwindcss": "^3.4.13"
}
}
62 changes: 31 additions & 31 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-vite": "^7.4.0",
"@electron-forge/publisher-github": "^7.4.0",
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-dmg": "^7.5.0",
"@electron-forge/maker-rpm": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.5.0",
"@electron-forge/maker-zip": "^7.5.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.5.0",
"@electron-forge/plugin-fuses": "^7.5.0",
"@electron-forge/plugin-vite": "^7.5.0",
"@electron-forge/publisher-github": "^7.5.0",
"@electron/fuses": "^1.8.0",
"@playwright/test": "^1.47.1",
"@playwright/test": "^1.47.2",
"@tailwindcss/typography": "^0.5.15",
"@types/ahoy.js": "^0.4.2",
"@types/autosize": "^4.0.3",
Expand All @@ -50,26 +50,26 @@
"@types/fluent-ffmpeg": "^2.1.26",
"@types/html-to-text": "^9.0.4",
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.9",
"@types/mark.js": "^8.11.12",
"@types/mustache": "^4.2.5",
"@types/node": "^22.5.5",
"@types/prop-types": "^15.7.12",
"@types/node": "^22.6.1",
"@types/prop-types": "^15.7.13",
"@types/rails__actioncable": "^6.1.11",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7.5.8",
"@types/unzipper": "^0.10.10",
"@types/validator": "^13.12.1",
"@types/validator": "^13.12.2",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"electron": "^32.1.0",
"electron": "^32.1.2",
"electron-devtools-installer": "^3.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"flora-colossus": "^2.0.0",
Expand All @@ -78,22 +78,22 @@
"prop-types": "^15.8.1",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite": "^5.4.7",
"vite-plugin-static-copy": "^1.0.6",
"zx": "^8.1.6"
"zx": "^8.1.8"
},
"dependencies": {
"@andrkrn/ffprobe-static": "^5.2.0",
"@divisey/js-mdict": "^5.0.0",
"@electron-forge/publisher-s3": "^7.4.0",
"@electron-forge/publisher-s3": "^7.5.0",
"@hookform/resolvers": "^3.9.0",
"@langchain/community": "^0.3.0",
"@langchain/core": "^0.3.1",
"@langchain/community": "^0.3.2",
"@langchain/core": "^0.3.3",
"@langchain/ollama": "^0.1.0",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-accordion": "^1.2.0",
Expand Down Expand Up @@ -125,7 +125,7 @@
"@ricky0123/vad-web": "^0.0.18",
"@sentry/electron": "^5.4.0",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.12.10",
"@vidstack/react": "^1.12.11",
"ahoy.js": "^0.4.4",
"autosize": "^6.0.1",
"axios": "^1.7.7",
Expand Down Expand Up @@ -159,17 +159,17 @@
"langchain": "^0.3.2",
"lodash": "^4.17.21",
"lru-cache": "^11.0.1",
"lucide-react": "^0.441.0",
"lucide-react": "^0.445.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
"mustache": "^4.2.0",
"next-themes": "^0.3.0",
"openai": "^4.61.0",
"openai": "^4.63.0",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.47",
"proxy-agent": "^6.4.0",
"react": "^18.3.1",
"react-activity-calendar": "^2.5.1",
"react-activity-calendar": "^2.5.2",
"react-audio-visualize": "^1.2.0",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18.3.1",
Expand All @@ -190,7 +190,7 @@
"sonner": "^1.5.0",
"sqlite3": "^5.1.7",
"tailwind-scrollbar-hide": "^1.1.7",
"umzug": "^3.8.1",
"umzug": "^3.8.2",
"unzipper": "^0.12.3",
"update-electron-app": "^3.0.0",
"wavesurfer.js": "^7.8.6",
Expand Down
Loading

0 comments on commit 245a1ea

Please sign in to comment.