File tree Expand file tree Collapse file tree 4 files changed +90
-72
lines changed Expand file tree Collapse file tree 4 files changed +90
-72
lines changed Original file line number Diff line number Diff line change 9
9
"test" : " npm run test --workspaces" ,
10
10
"test:worker" : " npm run test --workspace=packages/worker" ,
11
11
"test:main" : " npm run test --workspace=packages/main" ,
12
- "lint" : " npm run lint --workspaces"
12
+ "lint" : " npm run lint --workspaces" ,
13
+ "ncu" : " ncu --workspaces --root -u"
13
14
},
14
15
"workspaces" : [
15
16
" packages/main" ,
16
17
" packages/worker"
17
18
],
18
19
"devDependencies" : {
19
- "@typescript-eslint/eslint-plugin" : " ^8.34.1" ,
20
- "typedoc" : " ^0.28.5"
20
+ "@typescript-eslint/eslint-plugin" : " ^8.35.0" ,
21
+ "npm-check-updates" : " ^18.0.1" ,
22
+ "typedoc" : " ^0.28.6"
21
23
},
22
24
"version" : " "
23
25
}
Original file line number Diff line number Diff line change 31
31
"url" : " https://github.com/codebam/cf-workers-telegram-bot.git"
32
32
},
33
33
"devDependencies" : {
34
- "@cloudflare/workers-types" : " ^4.20250620 .0" ,
35
- "@eslint/js" : " ^9.29 .0" ,
36
- "@typescript-eslint/eslint-plugin" : " ^8.34.1 " ,
37
- "@typescript-eslint/parser" : " ^8.34.1 " ,
38
- "eslint" : " ^9.29 .0" ,
34
+ "@cloudflare/workers-types" : " ^4.20250628 .0" ,
35
+ "@eslint/js" : " ^9.30 .0" ,
36
+ "@typescript-eslint/eslint-plugin" : " ^8.35.0 " ,
37
+ "@typescript-eslint/parser" : " ^8.35.0 " ,
38
+ "eslint" : " ^9.30 .0" ,
39
39
"eslint-config-prettier" : " ^10.1.5" ,
40
40
"globals" : " ^16.2.0" ,
41
- "prettier" : " ^3.5.3 " ,
41
+ "prettier" : " ^3.6.2 " ,
42
42
"typescript" : " ^5.8.3" ,
43
- "typescript-eslint" : " ^8.34.1 " ,
43
+ "typescript-eslint" : " ^8.35.0 " ,
44
44
"vitest" : " ^3.2.4"
45
45
}
46
46
}
Original file line number Diff line number Diff line change 15
15
"license" : " Apache-2.0" ,
16
16
"dependencies" : {
17
17
"@codebam/cf-workers-telegram-bot" : " file:../main" ,
18
- "marked" : " ^15 .0.12 "
18
+ "marked" : " ^16 .0.0 "
19
19
},
20
20
"devDependencies" : {
21
21
"@babel/preset-env" : " ^7.27.2" ,
22
- "@cloudflare/vitest-pool-workers" : " ^0.8.41 " ,
23
- "@cloudflare/workers-types" : " ^4.20250620 .0" ,
24
- "@eslint/js" : " ^9.29 .0" ,
25
- "@typescript-eslint/eslint-plugin" : " ^8.34.1 " ,
26
- "@typescript-eslint/parser" : " ^8.34.1 " ,
22
+ "@cloudflare/vitest-pool-workers" : " ^0.8.47 " ,
23
+ "@cloudflare/workers-types" : " ^4.20250628 .0" ,
24
+ "@eslint/js" : " ^9.30 .0" ,
25
+ "@typescript-eslint/eslint-plugin" : " ^8.35.0 " ,
26
+ "@typescript-eslint/parser" : " ^8.35.0 " ,
27
27
"esbuild" : " ^0.25.5" ,
28
28
"esbuild-plugin-babel" : " ^0.2.3" ,
29
29
"esbuild-plugin-glob" : " ^2.2.3" ,
30
- "eslint" : " ^9.29 .0" ,
30
+ "eslint" : " ^9.30 .0" ,
31
31
"eslint-config-prettier" : " ^10.1.5" ,
32
32
"globals" : " ^16.2.0" ,
33
- "prettier" : " ^3.5.3 " ,
33
+ "prettier" : " ^3.6.2 " ,
34
34
"typescript" : " ^5.8.3" ,
35
- "typescript-eslint" : " ^8.34.1 " ,
35
+ "typescript-eslint" : " ^8.35.0 " ,
36
36
"vitest" : " 3.2.4"
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments