Skip to content

Commit aae7ee7

Browse files
committed
rm request types, update ts
1 parent fb5ca43 commit aae7ee7

4 files changed

Lines changed: 9 additions & 118 deletions

File tree

build/bring.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
],
2424
"devDependencies": {
2525
"@types/node": "^18.11.8",
26-
"@types/request-promise-native": "^1.0.18",
2726
"@typescript-eslint/eslint-plugin": "^5.41.0",
2827
"@typescript-eslint/parser": "^5.41.0",
2928
"chai": "^4.3.6",
@@ -32,7 +31,7 @@
3231
"eslint-plugin-prettier": "^4.2.1",
3332
"mocha": "^10.1.0",
3433
"prettier": "^2.7.1",
35-
"typescript": "^4.6.2"
34+
"typescript": "^5.7.2"
3635
},
3736
"scripts": {
3837
"test": "node node_modules/mocha/bin/mocha",

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@
3232
// Uncomment this if you want the old behavior of catch variables being `any`
3333
// "useUnknownInCatchVariables": false,
3434

35-
// Consider targetting es2019 or higher if you only support Node.js 12+
35+
// Consider targeting es2019 or higher if you only support Node.js 12+
3636
"target": "es2018",
3737

3838
"sourceMap": true,
39-
"inlineSourceMap": false,
40-
"watch": false
39+
"inlineSourceMap": false
4140
},
4241
"include": [
4342
"src/**/*.ts",

0 commit comments

Comments
 (0)