File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- uses : actions/setup-node@v3
22
22
with :
23
- node-version : 18.x
23
+ node-version : 18.20.7
24
24
25
25
- run : npx changelogen gh release
26
26
env :
Original file line number Diff line number Diff line change 3
3
"type" : " module" ,
4
4
"version" : " 0.2.1" ,
5
5
"private" : true ,
6
- "packageManager" : " pnpm@8.6.6 " ,
6
+ "packageManager" : " pnpm@8.15.9 " ,
7
7
"description" : " Starter repo for Typescript projects and NPM packages" ,
8
8
"author" : " John Campion" ,
9
9
"license" : " MIT" ,
48
48
"release:patch" : " changelogen --release --patch --push && pnpm publish"
49
49
},
50
50
"devDependencies" : {
51
- "@commitlint/cli" : " ^17.6.6 " ,
51
+ "@commitlint/cli" : " ^17.8.1 " ,
52
52
"@jcamp/eslint-config" : " 0.7.1" ,
53
- "changelogen" : " ^0.5.4 " ,
53
+ "changelogen" : " ^0.6.1 " ,
54
54
"commitlint-config-unjs" : " ^1.0.1" ,
55
- "eslint" : " ^8.44.0 " ,
56
- "lint-staged" : " ^13.2.3 " ,
55
+ "eslint" : " ^8.57.1 " ,
56
+ "lint-staged" : " ^13.3.0 " ,
57
57
"prettier" : " 2.8.8" ,
58
- "simple-git-hooks" : " ^2.8 .1" ,
59
- "typescript" : " ^5.1.6 " ,
60
- "vite" : " ^4.3 .9" ,
61
- "vitest" : " ^0.32.4 "
58
+ "simple-git-hooks" : " ^2.11 .1" ,
59
+ "typescript" : " ^5.8.2 " ,
60
+ "vite" : " ^4.5 .9" ,
61
+ "vitest" : " ^0.34.6 "
62
62
}
63
63
}
You can’t perform that action at this time.
0 commit comments