Skip to content

Commit

Permalink
Build: Update rollup and other dev deps
Browse files Browse the repository at this point in the history
Reviewed output of `node build/review-package.js 2.17.1` after a build.

The only difference affecting our code is a change in the internal
`_iterableToArrayLimit` helper from Babel:

```diff
   function _iterableToArrayLimit(arr, i) {
-    var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]);
+    var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
```
  • Loading branch information
Krinkle committed Sep 19, 2021
1 parent 0bc9514 commit f1aefc8
Show file tree
Hide file tree
Showing 2 changed files with 999 additions and 1,331 deletions.
Loading

0 comments on commit f1aefc8

Please sign in to comment.