Skip to content

Commit c4457b6

Browse files
committed
update deps
1 parent c1a5cb0 commit c4457b6

File tree

15 files changed

+1979
-1695
lines changed

15 files changed

+1979
-1695
lines changed

apps/benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
},
1717
"dependencies": {
1818
"benchmark": "^2.1.4",
19-
"chalk": "^5.5.0",
19+
"chalk": "^5.6.2",
2020
"mobx-keystone": "workspace:packages/lib",
2121
"mobx-state-tree": "^7.0.2",
2222
"tslib": "^2.8.1"
2323
},
2424
"devDependencies": {
2525
"@types/benchmark": "^2.1.5",
26-
"cross-env": "^10.0.0",
26+
"cross-env": "^10.1.0",
2727
"shx": "^0.4.0",
28-
"typescript": "^5.9.2"
28+
"typescript": "^5.9.3"
2929
}
3030
}

apps/site/docusaurus.config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { Config } from "@docusaurus/types"
21
import type * as Preset from "@docusaurus/preset-classic"
2+
import type { Config } from "@docusaurus/types"
33

44
const docsRouteBasePath = "/"
55

@@ -10,10 +10,14 @@ const config: Config = {
1010
url: "https://mobx-keystone.js.org",
1111
baseUrl: "/",
1212
onBrokenLinks: "ignore", // because of /api/ links
13-
onBrokenMarkdownLinks: "warn",
1413
favicon: "img/favicon.ico",
1514
organizationName: "xaviergonz",
1615
projectName: "mobx-keystone",
16+
markdown: {
17+
hooks: {
18+
onBrokenMarkdownLinks: "warn",
19+
},
20+
},
1721
presets: [
1822
[
1923
"@docusaurus/preset-classic",

apps/site/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"serve": "docusaurus serve"
1111
},
1212
"dependencies": {
13-
"@docusaurus/core": "^3.8.1",
14-
"@docusaurus/preset-classic": "^3.8.1",
13+
"@docusaurus/core": "^3.9.1",
14+
"@docusaurus/preset-classic": "^3.9.1",
1515
"@easyops-cn/docusaurus-search-local": "^0.52.1",
16-
"@iframe-resizer/child": "^5.5.2",
17-
"@iframe-resizer/react": "^5.5.2",
16+
"@iframe-resizer/child": "^5.5.7",
17+
"@iframe-resizer/react": "^5.5.7",
1818
"bootstrap-icons": "^1.13.1",
1919
"bufferutil": "^4.0.9",
2020
"mobx-keystone": "workspace:packages/lib",
2121
"mobx-keystone-yjs": "workspace:packages/mobx-keystone-yjs",
22-
"mobx-react": "^9.2.0",
22+
"mobx-react": "^9.2.1",
2323
"nanoid": "^3.3.11",
24-
"react": "^19.1.1",
25-
"react-dom": "^19.1.1",
24+
"react": "^19.2.0",
25+
"react-dom": "^19.2.0",
2626
"remotedev": "^0.2.9",
2727
"utf-8-validate": "^6.0.5",
2828
"y-webrtc": "^10.3.0"
@@ -33,15 +33,15 @@
3333
},
3434
"devDependencies": {
3535
"@babel/plugin-proposal-decorators": "^7.28.0",
36-
"@docusaurus/module-type-aliases": "^3.8.1",
37-
"@docusaurus/tsconfig": "^3.8.1",
36+
"@docusaurus/module-type-aliases": "^3.9.1",
37+
"@docusaurus/tsconfig": "^3.9.1",
3838
"@svgr/webpack": "^8.1.0",
39-
"@types/react": "^19.1.10",
40-
"@types/react-dom": "^19.1.7",
41-
"@types/uuid": "^10.0.0",
39+
"@types/react": "^19.2.2",
40+
"@types/react-dom": "^19.2.1",
41+
"@types/uuid": "^11.0.0",
4242
"raw-loader": "^4.0.2",
4343
"shx": "^0.4.0",
44-
"typescript": "^5.9.2"
44+
"typescript": "^5.9.3"
4545
},
4646
"browserslist": {
4747
"production": [

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"apps/*"
2424
],
2525
"dependencies": {
26-
"mobx": "^6.13.7",
26+
"mobx": "^6.15.0",
2727
"yjs": "^13.6.27"
2828
},
2929
"devDependencies": {
30-
"@biomejs/biome": "^2.1.4",
31-
"globals": "^16.3.0",
32-
"netlify-cli": "^23.1.3",
33-
"turbo": "^2.5.5",
34-
"typescript": "^5.9.2"
30+
"@biomejs/biome": "^2.2.5",
31+
"globals": "^16.4.0",
32+
"netlify-cli": "^23.9.1",
33+
"turbo": "^2.5.8",
34+
"typescript": "^5.9.3"
3535
},
3636
"packageManager": "[email protected]"
3737
}

packages/lib/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,27 +66,27 @@
6666
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "^7.28.0",
69+
"@babel/core": "^7.28.4",
7070
"@babel/plugin-proposal-class-properties": "^7.18.6",
7171
"@babel/plugin-proposal-decorators": "^7.28.0",
72-
"@babel/preset-env": "^7.28.0",
72+
"@babel/preset-env": "^7.28.3",
7373
"@babel/preset-typescript": "^7.27.1",
74-
"@swc/core": "^1.13.3",
74+
"@swc/core": "^1.13.20",
7575
"@swc/jest": "^0.2.39",
7676
"@types/jest": "^30.0.0",
77-
"@types/node": "^24.2.1",
78-
"babel-jest": "^30.0.5",
79-
"jest": "^30.0.5",
77+
"@types/node": "^24.7.0",
78+
"babel-jest": "^30.2.0",
79+
"jest": "^30.2.0",
8080
"mobx-v4": "npm:mobx@^4.15.7",
8181
"mobx-v5": "npm:mobx@^5.15.7",
8282
"rollup-plugin-typescript2": "^0.36.0",
8383
"shx": "^0.4.0",
8484
"spec.ts": "^1.1.3",
85-
"ts-jest": "^29.4.1",
85+
"ts-jest": "^29.4.4",
8686
"ts-node": "^10.9.2",
87-
"typedoc": "^0.28.10",
88-
"typescript": "^5.9.2",
89-
"vite": "^7.1.2"
87+
"typedoc": "^0.28.13",
88+
"typescript": "^5.9.3",
89+
"vite": "^7.1.9"
9090
},
9191
"dependencies": {
9292
"fast-deep-equal": "^3.1.3",

packages/lib/src/redux/connectReduxDevTools.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ActionContextActionType } from "../action"
22
import {
3-
actionTrackingMiddleware,
43
ActionTrackingResult,
4+
actionTrackingMiddleware,
55
SimpleActionContext,
66
} from "../actionMiddlewares"
77
import { fastGetRootPath, RootPath } from "../parent/path"
@@ -15,7 +15,6 @@ import { assertTweakedObject } from "../tweaker/core"
1515
* @param remotedevPackage The remotedev package (usually the result of `require("remoteDev")`) (https://www.npmjs.com/package/remotedev).
1616
* @param remotedevConnection The result of a connect method from the remotedev package (usually the result of `remoteDev.connectViaExtension(...)`).
1717
* @param target Object to use as root.
18-
* @param storeName Name to be shown in the redux dev tools.
1918
* @param [options] Optional options object. `logArgsNearName` if it should show the arguments near the action name (default is `true`).
2019
*/
2120
export function connectReduxDevTools(

packages/lib/test/actionMiddlewares/__snapshots__/actionTrackingMiddleware-flow.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`actionTrackingMiddleware - flow: addX 1`] = `
44
[

packages/lib/test/actionMiddlewares/__snapshots__/actionTrackingMiddleware-sync.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`actionTrackingMiddleware - sync: action on the child 1`] = `
44
[

packages/lib/test/actionMiddlewares/__snapshots__/undoMiddleware.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`concurrent async actions 1`] = `
44
{

packages/lib/test/model/__snapshots__/onChildAttachedTo.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`dynamic target: add Todo 1`] = `
44
[

0 commit comments

Comments
 (0)