Skip to content

Commit 5e597bf

Browse files
committed
chore: update template dependencies
1 parent 1d4a98f commit 5e597bf

File tree

4 files changed

+23
-19
lines changed

4 files changed

+23
-19
lines changed

templates/electron-typescript-react/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Start the project:
1111
```bash
1212
npm start
1313
```
14+
15+
> Generated using `npm create node-llama-cpp@latest` ([learn more](https://node-llama-cpp.withcat.ai/guide/))

templates/electron-typescript-react/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
"semver": "^7.6.3"
3434
},
3535
"devDependencies": {
36-
"@stylistic/eslint-plugin": "^2.10.0",
36+
"@stylistic/eslint-plugin": "^2.11.0",
3737
"@types/markdown-it": "^14.1.2",
3838
"@types/react": "^18.3.12",
3939
"@types/react-dom": "^18.3.1",
4040
"@types/semver": "^7.5.8",
41-
"@vitejs/plugin-react": "^4.3.3",
42-
"electron": "^33.0.2",
41+
"@vitejs/plugin-react": "^4.3.4",
42+
"electron": "^33.2.1",
4343
"electron-builder": "^25.1.8",
44-
"eslint": "^9.13.0",
44+
"eslint": "^9.16.0",
4545
"eslint-import-resolver-typescript": "^3.6.3",
4646
"eslint-plugin-import": "^2.31.0",
47-
"eslint-plugin-jsdoc": "^50.4.3",
47+
"eslint-plugin-jsdoc": "^50.6.0",
4848
"eslint-plugin-react-hooks": "^5.0.0",
4949
"eslint-plugin-react-refresh": "^0.4.14",
5050
"rimraf": "^6.0.1",
51-
"typescript": "^5.6.3",
52-
"typescript-eslint": "^8.12.2",
53-
"vite": "^5.4.10",
54-
"vite-plugin-electron": "^0.28.8",
51+
"typescript": "^5.7.2",
52+
"typescript-eslint": "^8.16.0",
53+
"vite": "^6.0.1",
54+
"vite-plugin-electron": "^0.29.0",
5555
"vite-plugin-electron-renderer": "^0.14.6",
56-
"zx": "^8.1.9"
56+
"zx": "^8.2.4"
5757
},
5858
"overrides": {
5959
"electron-builder": {

templates/node-typescript/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Start the project:
1111
```bash
1212
npm start
1313
```
14+
15+
> Generated using `npm create node-llama-cpp@latest` ([learn more](https://node-llama-cpp.withcat.ai/guide/))

templates/node-typescript/package.json

Lines changed: 9 additions & 9 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.10.0",
42-
"@types/node": "^22.8.4",
43-
"eslint": "^9.13.0",
41+
"@stylistic/eslint-plugin": "^2.11.0",
42+
"@types/node": "^22.10.1",
43+
"eslint": "^9.16.0",
4444
"eslint-import-resolver-typescript": "^3.6.3",
4545
"eslint-plugin-import": "^2.31.0",
46-
"eslint-plugin-jsdoc": "^50.4.3",
47-
"eslint-plugin-n": "^17.12.0",
46+
"eslint-plugin-jsdoc": "^50.6.0",
47+
"eslint-plugin-n": "^17.14.0",
4848
"rimraf": "^6.0.1",
49-
"tslib": "^2.8.0",
50-
"typescript": "^5.6.3",
51-
"typescript-eslint": "^8.12.2",
52-
"vite-node": "^2.1.4"
49+
"tslib": "^2.8.1",
50+
"typescript": "^5.7.2",
51+
"typescript-eslint": "^8.16.0",
52+
"vite-node": "^2.1.6"
5353
}
5454
}

0 commit comments

Comments
 (0)