Skip to content

Commit 4cb9c28

Browse files
committed
wip
1 parent e17d6ee commit 4cb9c28

File tree

6 files changed

+193
-369
lines changed

6 files changed

+193
-369
lines changed

.tool-versions

-4
This file was deleted.

RELEASES

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
0.77.0-rc.1
22
0.77.0-rc.0
3-
0.76.4
43
0.76.3
54
0.76.2
65
0.76.1

mise.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[tools]
2+
node = "20"
3+
pnpm = "9"
4+
ruby = "3.2"

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
},
88
"dependencies": {
99
"get-stdin": "^9.0.0",
10-
"markdown-table": "^3.0.3",
10+
"markdown-table": "^3.0.4",
1111
"markdown-to-html": "^0.0.13",
12-
"ramda": "^0.29.1",
13-
"semver": "^7.6.0"
12+
"ramda": "^0.30.1",
13+
"semver": "^7.6.3"
1414
},
1515
"devDependencies": {
1616
"eslint": "^8.27.0",
17-
"octokit": "^3.2.0",
17+
"octokit": "^4.0.2",
1818
"replace-in-file": "^6.3.5"
1919
},
2020
"license": "ISC"

0 commit comments

Comments
 (0)