Skip to content

Commit d8c3503

Browse files
committed
Fix prune-dts and bump typescript to 4.4
1 parent 48a127b commit d8c3503

File tree

6 files changed

+4193
-20
lines changed

6 files changed

+4193
-20
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"@babel/core": "7.17.10",
6666
"@babel/plugin-transform-modules-commonjs": "7.17.9",
6767
"@babel/preset-env": "7.17.10",
68-
"@babel/register": "7.17.7",
6968
"@babel/preset-typescript": "7.16.7",
69+
"@babel/register": "7.17.7",
7070
"@changesets/changelog-github": "0.4.7",
7171
"@changesets/cli": "2.25.0",
7272
"@types/chai": "4.3.1",
@@ -75,23 +75,24 @@
7575
"@types/clone": "2.1.1",
7676
"@types/eslint": "7.29.0",
7777
"@types/inquirer": "8.2.1",
78+
"@types/js-yaml": "4.0.5",
7879
"@types/listr": "0.14.4",
7980
"@types/long": "4.0.2",
8081
"@types/mocha": "9.1.1",
8182
"@types/mz": "2.7.4",
8283
"@types/node": "12.20.50",
84+
"@types/request": "2.48.8",
8385
"@types/sinon": "9.0.11",
8486
"@types/sinon-chai": "3.2.8",
8587
"@types/tmp": "0.2.3",
8688
"@types/yargs": "17.0.10",
87-
"@types/js-yaml": "4.0.5",
88-
"@types/request": "2.48.8",
8989
"@typescript-eslint/eslint-plugin": "4.33.0",
9090
"@typescript-eslint/eslint-plugin-tslint": "4.33.0",
9191
"@typescript-eslint/parser": "4.33.0",
9292
"api-documenter-me": "0.1.1",
9393
"api-extractor-me": "0.1.2",
9494
"babel-loader": "8.2.5",
95+
"babel-plugin-transform-import-meta": "2.1.1",
9596
"chai": "4.3.6",
9697
"chai-as-promised": "7.1.1",
9798
"chalk": "4.1.2",
@@ -150,7 +151,7 @@
150151
"ts-node": "10.7.0",
151152
"tslint": "6.1.3",
152153
"typedoc": "0.16.11",
153-
"typescript": "4.2.2",
154+
"typescript": "4.4",
154155
"watch": "1.0.2",
155156
"webpack": "4.46.0",
156157
"yargs": "17.4.1"

0 commit comments

Comments
 (0)