Skip to content

Commit 93039f8

Browse files
committed
chore: update modules
1 parent d9e6718 commit 93039f8

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"@semantic-release/github": "11.0.1",
142142
"@semantic-release/npm": "12.0.1",
143143
"@shikijs/vitepress-twoslash": "^2.2.0",
144-
"@stylistic/eslint-plugin": "^2.12.1",
144+
"@stylistic/eslint-plugin": "^3.0.1",
145145
"@types/async-retry": "^1.4.9",
146146
"@types/bytes": "^3.1.5",
147147
"@types/cross-spawn": "^6.0.6",

templates/electron-typescript-react/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,38 @@
2222
"clean": "rm -rf ./node_modules ./dist ./dist-electron ./release ./models"
2323
},
2424
"dependencies": {
25-
"birpc": "^0.2.19",
25+
"birpc": "^2.0.19",
2626
"classnames": "^2.5.1",
2727
"highlight.js": "^11.11.1",
2828
"lifecycle-utils": "^2.0.0",
2929
"markdown-it": "^14.1.0",
3030
"node-llama-cpp": "file:../..",
3131
"react": "^19.0.0",
3232
"react-dom": "^19.0.0",
33-
"semver": "^7.6.3"
33+
"semver": "^7.7.0"
3434
},
3535
"devDependencies": {
36-
"@stylistic/eslint-plugin": "^2.12.1",
36+
"@stylistic/eslint-plugin": "^3.0.1",
3737
"@types/markdown-it": "^14.1.2",
38-
"@types/react": "^19.0.3",
39-
"@types/react-dom": "^19.0.2",
38+
"@types/react": "^19.0.8",
39+
"@types/react-dom": "^19.0.3",
4040
"@types/semver": "^7.5.8",
4141
"@vitejs/plugin-react": "^4.3.4",
42-
"electron": "^33.3.1",
42+
"electron": "^34.0.2",
4343
"electron-builder": "^25.1.8",
44-
"eslint": "^9.17.0",
44+
"eslint": "^9.19.0",
4545
"eslint-import-resolver-typescript": "^3.7.0",
4646
"eslint-plugin-import": "^2.31.0",
47-
"eslint-plugin-jsdoc": "^50.6.1",
47+
"eslint-plugin-jsdoc": "^50.6.3",
4848
"eslint-plugin-react-hooks": "^5.1.0",
49-
"eslint-plugin-react-refresh": "^0.4.16",
49+
"eslint-plugin-react-refresh": "^0.4.18",
5050
"rimraf": "^6.0.1",
51-
"typescript": "^5.7.2",
52-
"typescript-eslint": "^8.19.1",
53-
"vite": "^6.0.7",
51+
"typescript": "^5.7.3",
52+
"typescript-eslint": "^8.22.0",
53+
"vite": "^6.0.11",
5454
"vite-plugin-electron": "^0.29.0",
5555
"vite-plugin-electron-renderer": "^0.14.6",
56-
"zx": "^8.3.0"
56+
"zx": "^8.3.1"
5757
},
5858
"overrides": {
5959
"electron-builder": {

templates/node-typescript/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"node-llama-cpp": "file:../.."
3939
},
4040
"devDependencies": {
41-
"@stylistic/eslint-plugin": "^2.12.1",
42-
"@types/node": "^22.10.5",
43-
"eslint": "^9.17.0",
41+
"@stylistic/eslint-plugin": "^3.0.1",
42+
"@types/node": "^22.12.0",
43+
"eslint": "^9.19.0",
4444
"eslint-import-resolver-typescript": "^3.7.0",
4545
"eslint-plugin-import": "^2.31.0",
46-
"eslint-plugin-jsdoc": "^50.6.1",
46+
"eslint-plugin-jsdoc": "^50.6.3",
4747
"eslint-plugin-n": "^17.15.1",
4848
"rimraf": "^6.0.1",
4949
"tslib": "^2.8.1",
50-
"typescript": "^5.7.2",
51-
"typescript-eslint": "^8.19.1",
52-
"vite-node": "^2.1.8"
50+
"typescript": "^5.7.3",
51+
"typescript-eslint": "^8.22.0",
52+
"vite-node": "^3.0.4"
5353
}
5454
}

0 commit comments

Comments
 (0)