Skip to content

Commit

Permalink
Bump got
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 31, 2023
1 parent 211ec0a commit 5e1b0ff
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 684 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'@babel/preset-env',
{
targets: {
node: 16,
node: 14,
},
shippedProposals: true,
},
Expand Down
13 changes: 13 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ const esModules = [
'decode-uri-component',
'split-on-first',
'filter-obj',
// got and dependencies
'got',
'p-cancelable',
'@szmarczak/http-timer',
'lowercase-keys',
'@sindresorhus/is',
'cacheable-request',
'normalize-url',
'responselike',
'cacheable-request',
'mimic-response',
'form-data-encoder',
'cacheable-lookup',
];

module.exports = {
Expand Down
Loading

0 comments on commit 5e1b0ff

Please sign in to comment.