Skip to content

Commit d2b1b01

Browse files
committed
Update to mobx 6.13.6
This was restricted in #7315 because mobx 6.13 started using Iterator helper types introduced in TypeScript 5.6.
1 parent e9882ca commit d2b1b01

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#### next release (8.8.2)
44

5+
- Update mobx to 6.13.6
56
- [The next improvement]
67

78
#### 8.8.1 - 2025-02-27

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"math-expression-evaluator": "^1.3.7",
122122
"mini-css-extract-plugin": "^2.9.2",
123123
"minisearch": "^3.0.2",
124-
"mobx": "<6.13.0",
124+
"mobx": "^6.13.6",
125125
"mobx-react": "7.6.0",
126126
"mobx-utils": "^6.0.5",
127127
"moment": "^2.30.1",

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2019",
4+
"lib": ["ESNext.collection", "DOM.Iterable", "ES2019"],
45
"experimentalDecorators": true,
56
"module": "esNext",
67
"moduleResolution": "node",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -2095,12 +2095,7 @@
20952095
dependencies:
20962096
"@types/node" "*"
20972097

2098-
"@types/node@*", "@types/node@>=10.0.0", "@types/node@>=13.7.0":
2099-
version "18.15.11"
2100-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
2101-
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
2102-
2103-
"@types/node@^22.13.1":
2098+
"@types/node@*", "@types/node@>=10.0.0", "@types/node@>=13.7.0", "@types/node@^22.13.1":
21042099
version "22.13.4"
21052100
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.4.tgz#3fe454d77cd4a2d73c214008b3e331bfaaf5038a"
21062101
integrity sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==
@@ -8160,10 +8155,10 @@ mobx-utils@^6.0.5:
81608155
resolved "https://registry.yarnpkg.com/mobx-utils/-/mobx-utils-6.0.6.tgz#99a2e0d54e958e4c9de4b35729e0c3768b6afc43"
81618156
integrity sha512-lzJtxOWgj3Dp2HeXviInV3ZRY4YhThzRHXuy90oKXDH2g+ymJGIts4bdjb7NQuSi34V25cMZoQX7TkHJQuKLOQ==
81628157

8163-
mobx@<6.13.0:
8164-
version "6.12.5"
8165-
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.12.5.tgz#ed2e4312bc9dbe3d9ecd063c70a5ba9e7c2b823b"
8166-
integrity sha512-xRq2tyY6unAec0ItlsrgoCuxrWXLoIkM5cGPuerm/0nX/CI9FxAO6ttfRYfFa+B5Yz51d59IfKy0mJwxOEwqzQ==
8158+
mobx@^6.13.6:
8159+
version "6.13.6"
8160+
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.13.6.tgz#3b80895c7c9df456efc86ae0b6983ccea1da6cc6"
8161+
integrity sha512-r19KNV0uBN4b+ER8Z0gA4y+MzDYIQ2SvOmn3fUrqPnWXdQfakd9yfbPBDBF/p5I+bd3N5Rk1fHONIvMay+bJGA==
81678162

81688163
moment@^2.17.1:
81698164
version "2.29.1"

0 commit comments

Comments
 (0)