Skip to content

Commit 6df1c66

Browse files
committed
build(deps): upgraded dev deps
1 parent 2c695e1 commit 6df1c66

20 files changed

+1086
-1340
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"typecheck": "tsc -p tsconfig.json --noEmit",
1212
"clean": "rm -rf lib examples test",
1313
"lint": "eslint --ext ts src",
14+
"prepare": "husky",
1415
"test": "node --test test/commands/*.js"
1516
},
1617
"keywords": [
@@ -32,12 +33,12 @@
3233
"types": "./lib/index.d.ts",
3334
"typings": "./lib/index.d.ts",
3435
"devDependencies": {
35-
"@commitlint/cli": "^18.2.0",
36-
"@commitlint/config-conventional": "^18.1.0",
37-
"@litert/eslint-plugin-rules": "^0.1.6",
38-
"@types/node": "^20.8.9",
39-
"husky": "^8.0.3",
40-
"typescript": "^5.2.2"
36+
"@commitlint/cli": "^19.4.1",
37+
"@commitlint/config-conventional": "^19.4.1",
38+
"@litert/eslint-plugin-rules": "^0.1.7",
39+
"@types/node": "^22.5.1",
40+
"husky": "^9.1.5",
41+
"typescript": "^5.5.4"
4142
},
4243
"engines": {
4344
"node": ">=16.0.0"

src/examples/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Angus.Fenying <fenying@litert.org>
2+
* Copyright 2024 Angus.Fenying <fenying@litert.org>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/examples/multi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Angus.Fenying <fenying@litert.org>
2+
* Copyright 2024 Angus.Fenying <fenying@litert.org>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/examples/pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Angus.Fenying <fenying@litert.org>
2+
* Copyright 2024 Angus.Fenying <fenying@litert.org>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/examples/reconnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Angus.Fenying <fenying@litert.org>
2+
* Copyright 2024 Angus.Fenying <fenying@litert.org>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/lib/CommandClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Angus.Fenying <fenying@litert.org>
2+
* Copyright 2024 Angus.Fenying <fenying@litert.org>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/lib/Commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Angus.Fenying <fenying@litert.org>
2+
* Copyright 2024 Angus.Fenying <fenying@litert.org>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/lib/Common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Angus.Fenying <fenying@litert.org>
2+
* Copyright 2024 Angus.Fenying <fenying@litert.org>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/lib/Constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Angus.Fenying <fenying@litert.org>
2+
* Copyright 2024 Angus.Fenying <fenying@litert.org>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)