Skip to content

Commit 5f5811b

Browse files
authored
upgrade deps (#1129)
1 parent e785d52 commit 5f5811b

File tree

4 files changed

+423
-654
lines changed

4 files changed

+423
-654
lines changed

1000-hours/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"markdown-it-sup": "^2.0.0",
1010
"mermaid": "^11.3.0",
1111
"sass": "^1.79.5",
12-
"vitepress": "^1.4.0",
12+
"vitepress": "^1.4.1",
1313
"vitepress-plugin-mermaid": "^2.0.17",
14-
"vue": "^3.5.11"
14+
"vue": "^3.5.12"
1515
},
1616
"scripts": {
1717
"dev": "vitepress dev",

1000h-portal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nuxtjs/seo": "^2.0.0-rc.23",
1414
"nuxt": "^3.13.2",
1515
"nuxt-og-image": "^3.0.4",
16-
"vue": "^3.5.11",
16+
"vue": "^3.5.12",
1717
"vue-router": "^4.4.5"
1818
},
1919
"devDependencies": {

enjoy/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"@types/prop-types": "^15.7.13",
5858
"@types/rails__actioncable": "^6.1.11",
5959
"@types/react": "^18.3.11",
60-
"@types/react-dom": "^18.3.0",
60+
"@types/react-dom": "^18.3.1",
6161
"@types/semver": "^7.5.8",
6262
"@types/unzipper": "^0.10.10",
6363
"@types/validator": "^13.12.2",
6464
"@types/wavesurfer.js": "^6.0.12",
65-
"@typescript-eslint/eslint-plugin": "^8.8.1",
66-
"@typescript-eslint/parser": "^8.8.1",
65+
"@typescript-eslint/eslint-plugin": "^8.9.0",
66+
"@typescript-eslint/parser": "^8.9.0",
6767
"@vitejs/plugin-react": "^4.3.2",
6868
"autoprefixer": "^10.4.20",
6969
"electron": "^32.2.0",
@@ -76,14 +76,14 @@
7676
"octokit": "^4.0.2",
7777
"progress": "^2.0.3",
7878
"prop-types": "^15.8.1",
79-
"tailwind-merge": "^2.5.3",
79+
"tailwind-merge": "^2.5.4",
8080
"tailwind-scrollbar": "^3.1.0",
8181
"tailwindcss": "^3.4.13",
8282
"tailwindcss-animate": "^1.0.7",
8383
"ts-node": "^10.9.2",
8484
"tslib": "^2.7.0",
8585
"typescript": "^5.6.3",
86-
"vite": "^5.4.8",
86+
"vite": "^5.4.9",
8787
"vite-plugin-static-copy": "^2.0.0",
8888
"zx": "^8.1.9"
8989
},
@@ -92,8 +92,8 @@
9292
"@divisey/js-mdict": "^5.0.0",
9393
"@electron-forge/publisher-s3": "^7.5.0",
9494
"@hookform/resolvers": "^3.9.0",
95-
"@langchain/community": "^0.3.4",
96-
"@langchain/core": "^0.3.9",
95+
"@langchain/community": "^0.3.5",
96+
"@langchain/core": "^0.3.11",
9797
"@langchain/ollama": "^0.1.0",
9898
"@mozilla/readability": "^0.5.0",
9999
"@radix-ui/react-accordion": "^1.2.1",
@@ -150,13 +150,13 @@
150150
"fs-extra": "^11.2.0",
151151
"html-to-text": "^9.0.5",
152152
"https-proxy-agent": "^7.0.5",
153-
"i18next": "^23.15.2",
153+
"i18next": "^23.16.0",
154154
"intl-tel-input": "^24.6.0",
155155
"js-md5": "^0.8.3",
156156
"langchain": "^0.3.2",
157157
"lodash": "^4.17.21",
158158
"lru-cache": "^11.0.1",
159-
"lucide-react": "^0.451.0",
159+
"lucide-react": "^0.452.0",
160160
"mark.js": "^8.11.1",
161161
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
162162
"mustache": "^4.2.0",
@@ -173,10 +173,10 @@
173173
"react-frame-component": "^5.2.7",
174174
"react-hook-form": "^7.53.0",
175175
"react-hotkeys-hook": "^4.5.1",
176-
"react-i18next": "^15.0.2",
176+
"react-i18next": "^15.0.3",
177177
"react-markdown": "^9.0.1",
178178
"react-resizable-panels": "^2.1.4",
179-
"react-router-dom": "^6.26.2",
179+
"react-router-dom": "^6.27.0",
180180
"react-shadow-root": "^6.2.0",
181181
"react-tooltip": "^5.28.0",
182182
"reflect-metadata": "^0.2.2",

0 commit comments

Comments
 (0)