Skip to content

Commit 0f0d51d

Browse files
committed
chore: updated minor and patch versions of dev dependencies
1 parent c6e34ea commit 0f0d51d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

dist/browser-polyfill.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/browser-ponyfill.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"devDependencies": {
7676
"@commitlint/cli": "12.0.1",
7777
"@commitlint/config-conventional": "12.0.1",
78-
"@types/chai": "4.2.21",
78+
"@types/chai": "4.2.22",
7979
"@types/mocha": "8.2.2",
8080
"@types/node": "14.14.37",
8181
"body-parser": "1.19.0",
@@ -87,20 +87,20 @@
8787
"lint-staged": "10.5.4",
8888
"mocha": "8.3.2",
8989
"mocha-headless-chrome": "3.1.0",
90-
"nock": "13.1.1",
90+
"nock": "13.1.3",
9191
"nyc": "15.1.0",
9292
"open-cli": "6.0.1",
9393
"ora": "5.4.1",
94-
"rollup": "2.55.1",
94+
"rollup": "2.58.0",
9595
"rollup-plugin-copy": "3.4.0",
9696
"rollup-plugin-terser": "7.0.2",
9797
"semver": "7.3.5",
9898
"serve-index": "1.9.1",
99-
"standard": "16.0.3",
99+
"standard": "16.0.4",
100100
"standard-version": "9.3.1",
101-
"typescript": "4.3.5",
102-
"webpack": "5.48.0",
103-
"webpack-cli": "4.7.2",
101+
"typescript": "4.4.4",
102+
"webpack": "5.58.2",
103+
"webpack-cli": "4.9.0",
104104
"whatwg-fetch": "3.0.0",
105105
"yargs": "16.2.0"
106106
},

test/module/web.cjs/test.polyfill.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ var irrelevant = (function (exports) {
554554

555555
return exports;
556556

557-
}({}));
557+
})({});
558558
})(typeof self !== 'undefined' ? self : this);
559559

560560

0 commit comments

Comments
 (0)