Skip to content

Commit a588bbd

Browse files
author
Chris Armstrong
committed
Merge branch 'master' of github.com:ferdikoomen/openapi-typescript-codegen into ref-file
2 parents f86b3e3 + 5559a15 commit a588bbd

File tree

3 files changed

+98
-134
lines changed

3 files changed

+98
-134
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,36 +70,37 @@
7070
"path": "0.12.7",
7171
"pkg-dir": "^5.0.0",
7272
"rimraf": "3.0.2",
73-
"source-map-support": "^0.5.19"
73+
"source-map-support": "^0.5.19",
74+
"rimraf": "3.0.2"
7475
},
7576
"devDependencies": {
76-
"@babel/cli": "7.12.1",
77+
"@babel/cli": "7.12.7",
7778
"@babel/core": "7.12.3",
7879
"@babel/preset-env": "7.12.1",
79-
"@babel/preset-typescript": "7.12.1",
80+
"@babel/preset-typescript": "7.12.7",
8081
"@rollup/plugin-commonjs": "16.0.0",
8182
"@rollup/plugin-node-resolve": "10.0.0",
8283
"@types/express": "4.17.9",
8384
"@types/jest": "26.0.15",
8485
"@types/js-yaml": "3.12.5",
85-
"@types/node": "14.14.7",
86+
"@types/node": "14.14.9",
8687
"@types/node-fetch": "2.5.7",
87-
"@typescript-eslint/eslint-plugin": "4.7.0",
88-
"@typescript-eslint/parser": "4.7.0",
88+
"@typescript-eslint/eslint-plugin": "4.8.1",
89+
"@typescript-eslint/parser": "4.8.1",
8990
"codecov": "3.8.1",
90-
"eslint": "7.13.0",
91+
"eslint": "7.14.0",
9192
"eslint-config-prettier": "6.15.0",
9293
"eslint-plugin-prettier": "3.1.4",
93-
"eslint-plugin-simple-import-sort": "6.0.0",
94+
"eslint-plugin-simple-import-sort": "6.0.1",
9495
"express": "4.17.1",
9596
"form-data": "3.0.0",
9697
"glob": "7.1.6",
9798
"jest": "26.6.3",
9899
"jest-cli": "26.6.3",
99100
"node-fetch": "2.6.1",
100-
"prettier": "2.1.2",
101+
"prettier": "2.2.0",
101102
"puppeteer": "5.4.1",
102-
"rollup": "2.33.2",
103+
"rollup": "2.33.3",
103104
"rollup-plugin-terser": "7.0.2",
104105
"rollup-plugin-typescript2": "0.29.0",
105106
"typescript": "4.0.5"

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = {
6565
'fs',
6666
'os',
6767
'util',
68+
'path',
6869
'http',
6970
'https',
7071
'handlebars/runtime',

0 commit comments

Comments
 (0)