We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f633f7 commit 3fa02a2Copy full SHA for 3fa02a2
package.json
@@ -5,7 +5,7 @@
5
"@octokit/rest": "^20.0.1",
6
"@types/luxon": "^3.2.0",
7
"dotenv": "^16.0.3",
8
- "got": "^13.0.0",
+ "got": "^12.6.1",
9
"luxon": "^3.3.0",
10
"typescript": "^5.0.2"
11
},
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"module": "ES2022",
4
"target": "ES2022",
- "moduleResolution": "nodenext",
+ "moduleResolution": "node",
"removeComments": true,
"alwaysStrict": true,
"skipLibCheck": true
0 commit comments