Skip to content

Commit

Permalink
upgrade deps (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-lee authored Sep 9, 2024
1 parent e3c3d1d commit d6826b7
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 125 deletions.
2 changes: 1 addition & 1 deletion 1000-hours/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"mermaid": "^11.1.0",
"mermaid": "^11.2.0",
"sass": "^1.78.0",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16",
Expand Down
22 changes: 11 additions & 11 deletions enjoy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@
"@types/rails__actioncable": "^6.1.11",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7",
"@types/semver": "^7.5.8",
"@types/unzipper": "^0.10.10",
"@types/validator": "^13.12.1",
"@types/wavesurfer.js": "^6.0.12",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"electron": "^32.0.2",
"electron-devtools-installer": "^3.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"flora-colossus": "^2.0.0",
Expand All @@ -82,7 +82,7 @@
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite": "^5.4.3",
"vite-plugin-static-copy": "^1.0.6",
"zx": "^8.1.5"
Expand Down Expand Up @@ -150,7 +150,7 @@
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.14.0",
"i18next": "^23.15.0",
"intl-tel-input": "^24.4.0",
"js-md5": "^0.8.3",
"langchain": "^0.2.18",
Expand All @@ -161,13 +161,13 @@
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
"mustache": "^4.2.0",
"next-themes": "^0.3.0",
"openai": "^4.58.0",
"openai": "^4.58.2",
"pitchfinder": "^2.3.2",
"postcss": "^8.4.45",
"proxy-agent": "^6.4.0",
"react": "^18.3.1",
"react-activity-calendar": "^2.5.1",
"react-audio-visualize": "^1.1.3",
"react-audio-visualize": "^1.2.0",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18.3.1",
"react-frame-component": "^5.2.7",
Expand All @@ -176,7 +176,7 @@
"react-i18next": "^15.0.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.2",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.26.2",
"react-shadow-root": "^6.2.0",
"react-tooltip": "^5.28.0",
"reflect-metadata": "^0.2.2",
Expand All @@ -190,8 +190,8 @@
"umzug": "^3.8.1",
"unzipper": "^0.12.3",
"update-electron-app": "^3.0.0",
"wavesurfer.js": "^7.8.4",
"wavesurfer.js": "^7.8.5",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
"zod-to-json-schema": "^3.23.3"
}
}
Loading

0 comments on commit d6826b7

Please sign in to comment.