Skip to content

Commit

Permalink
upgrade deps (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee authored Feb 9, 2024
1 parent a95c247 commit 27c342c
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 188 deletions.
44 changes: 22 additions & 22 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@types/intl-tel-input": "^18.1.4",
"@types/lodash": "^4.14.202",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.11.10",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/validator": "^13.11.8",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/validator": "^13.11.9",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"electron": "^28.2.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.10.2",
"@vidstack/react": "^1.10.5",
"adm-zip": "^0.5.10",
"autosize": "^6.0.1",
"axios": "^1.6.7",
Expand All @@ -108,44 +108,44 @@
"dayjs": "^1.11.10",
"decamelize": "^6.0.0",
"decamelize-keys": "^2.0.1",
"electron-log": "^5.1.0",
"electron-log": "^5.1.1",
"electron-settings": "^4.0.2",
"electron-squirrel-startup": "^1.0.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.2",
"i18next": "^23.8.1",
"intl-tel-input": "^19.2.15",
"i18next": "^23.8.2",
"intl-tel-input": "^19.2.16",
"js-md5": "^0.8.3",
"langchain": "^0.1.10",
"langchain": "^0.1.17",
"lodash": "^4.17.21",
"lucide-react": "^0.319.0",
"lucide-react": "^0.323.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.34.0",
"microsoft-cognitiveservices-speech-sdk": "^1.35.0",
"next-themes": "^0.2.1",
"openai": "^4.26.0",
"openai": "^4.27.0",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"proxy-agent": "^6.3.1",
"react": "^18.2.0",
"react-activity-calendar": "^2.2.7",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-hotkeys-hook": "^4.4.4",
"react-i18next": "^14.0.1",
"react-hook-form": "^7.50.1",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.0.5",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.22.0",
"react-tooltip": "^5.26.0",
"reflect-metadata": "^0.2.1",
"rimraf": "^5.0.5",
"sequelize": "^6.35.2",
"sequelize": "^6.36.0",
"sequelize-typescript": "^2.1.6",
"sonner": "^1.4.0",
"sqlite3": "^5.1.7",
"tailwind-scrollbar-hide": "^1.1.7",
"umzug": "^3.5.1",
"wavesurfer.js": "^7.7.1",
"umzug": "^3.6.1",
"wavesurfer.js": "^7.7.2",
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 27c342c

Please sign in to comment.