Skip to content

Commit 74e0b8a

Browse files
authored
Update immutable to v5.1.5 (#2122)
* Update immutable to v5.1.5 * Update `immutable` imports from default to namespace
1 parent f50c717 commit 74e0b8a

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

js-api-spec/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// MIT-style license that can be found in the LICENSE file or at
33
// https://opensource.org/licenses/MIT.
44

5-
import immutable from 'immutable';
5+
import * as immutable from 'immutable';
66
import * as sass from 'sass';
77
import * as util from 'util';
88
import type {URL} from 'url';

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"file-lines-count": "^1.0.1",
4545
"fs-extra": "^10.0.0",
4646
"gts": "^3.1.0",
47-
"immutable": "^4.0.0",
47+
"immutable": "^5.1.5",
4848
"intercept-stdout": "^0.1.2",
4949
"jasmine": "^4.6.0",
5050
"jasmine-expect": "^5.0.0",

0 commit comments

Comments
 (0)