Skip to content

Commit

Permalink
chore: updated minor and patch versions of dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Oct 13, 2021
1 parent c6e34ea commit 0f0d51d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/browser-polyfill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/browser-ponyfill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@types/chai": "4.2.21",
"@types/chai": "4.2.22",
"@types/mocha": "8.2.2",
"@types/node": "14.14.37",
"body-parser": "1.19.0",
Expand All @@ -87,20 +87,20 @@
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"mocha-headless-chrome": "3.1.0",
"nock": "13.1.1",
"nock": "13.1.3",
"nyc": "15.1.0",
"open-cli": "6.0.1",
"ora": "5.4.1",
"rollup": "2.55.1",
"rollup": "2.58.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-terser": "7.0.2",
"semver": "7.3.5",
"serve-index": "1.9.1",
"standard": "16.0.3",
"standard": "16.0.4",
"standard-version": "9.3.1",
"typescript": "4.3.5",
"webpack": "5.48.0",
"webpack-cli": "4.7.2",
"typescript": "4.4.4",
"webpack": "5.58.2",
"webpack-cli": "4.9.0",
"whatwg-fetch": "3.0.0",
"yargs": "16.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/module/web.cjs/test.polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ var irrelevant = (function (exports) {

return exports;

}({}));
})({});
})(typeof self !== 'undefined' ? self : this);


Expand Down

0 comments on commit 0f0d51d

Please sign in to comment.