Skip to content

Commit 56ed0e8

Browse files
Bump the prod-dependencies-patch group across 1 directory with 4 updates
Bumps the prod-dependencies-patch group with 4 updates in the / directory: [dayjs](https://github.com/iamkun/dayjs), [immer](https://github.com/immerjs/immer), [remark-flexible-toc](https://github.com/ipikuka/remark-flexible-toc) and [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react). Updates `dayjs` from 1.11.15 to 1.11.18 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md) - [Commits](iamkun/dayjs@v1.11.15...v1.11.18) Updates `immer` from 10.1.1 to 10.1.3 - [Release notes](https://github.com/immerjs/immer/releases) - [Commits](immerjs/immer@v10.1.1...v10.1.3) Updates `remark-flexible-toc` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/ipikuka/remark-flexible-toc/releases) - [Commits](ipikuka/remark-flexible-toc@v1.2.0...v1.2.1) Updates `@mdx-js/react` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/mdx-js/mdx/releases) - [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md) - [Commits](https://github.com/mdx-js/mdx/commits/3.1.1/packages/react) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies-patch - dependency-name: immer dependency-version: 10.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies-patch - dependency-name: remark-flexible-toc dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies-patch - dependency-name: "@mdx-js/react" dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b9224a commit 56ed0e8

3 files changed

Lines changed: 29 additions & 17 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@docusaurus/plugin-svgr": "^3.7.0",
2424
"@docusaurus/theme-classic": "^3.7.0",
2525
"@docusaurus/theme-search-algolia": "^3.7.0",
26-
"@mdx-js/react": "^3.0.0",
26+
"@mdx-js/react": "^3.1.1",
2727
"@waveterm/docusaurus-og": "https://github.com/wavetermdev/docusaurus-og.git",
2828
"clsx": "^2.1.1",
2929
"docusaurus-plugin-sass": "^0.2.6",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@
113113
"color": "^4.2.3",
114114
"colord": "^2.9.3",
115115
"css-tree": "^3.1.0",
116-
"dayjs": "^1.11.15",
116+
"dayjs": "^1.11.18",
117117
"debug": "^4.4.1",
118118
"electron-updater": "^6.6",
119119
"env-paths": "^3.0.0",
120120
"fast-average-color": "^9.5.0",
121121
"htl": "^0.3.1",
122122
"html-to-image": "^1.11.13",
123-
"immer": "^10.1.1",
123+
"immer": "^10.1.3",
124124
"jotai": "2.9.3",
125125
"monaco-editor": "^0.52.2",
126126
"monaco-yaml": "^5.4.0",
@@ -144,7 +144,7 @@
144144
"rehype-raw": "^7.0.0",
145145
"rehype-sanitize": "^6.0.0",
146146
"rehype-slug": "^6.0.0",
147-
"remark-flexible-toc": "^1.2.0",
147+
"remark-flexible-toc": "^1.2.1",
148148
"remark-gfm": "^4.0.1",
149149
"remark-github-blockquote-alert": "^1.3.1",
150150
"rxjs": "^7.8.2",

yarn.lock

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3954,6 +3954,18 @@ __metadata:
39543954
languageName: node
39553955
linkType: hard
39563956

3957+
"@mdx-js/react@npm:^3.1.1":
3958+
version: 3.1.1
3959+
resolution: "@mdx-js/react@npm:3.1.1"
3960+
dependencies:
3961+
"@types/mdx": "npm:^2.0.0"
3962+
peerDependencies:
3963+
"@types/react": ">=16"
3964+
react: ">=16"
3965+
checksum: 10c0/34ca98bc2a0f969894ea144dc5c8a5294690505458cd24965cd9be854d779c193ad9192bf9143c4c18438fafd1902e100d99067e045c69319288562d497558c6
3966+
languageName: node
3967+
linkType: hard
3968+
39573969
"@mdx-js/typescript-plugin@npm:^0.1.2":
39583970
version: 0.1.2
39593971
resolution: "@mdx-js/typescript-plugin@npm:0.1.2"
@@ -10053,10 +10065,10 @@ __metadata:
1005310065
languageName: node
1005410066
linkType: hard
1005510067

10056-
"dayjs@npm:^1.11.15":
10057-
version: 1.11.15
10058-
resolution: "dayjs@npm:1.11.15"
10059-
checksum: 10c0/bb66cd5419fff017f3950b95fc27643cf4e0ce22a087cef1f67398f18126ed07bf36d6911f33b19029a1621c64090b8ecaef660477de7678287fe8c0f4e68d29
10068+
"dayjs@npm:^1.11.18":
10069+
version: 1.11.18
10070+
resolution: "dayjs@npm:1.11.18"
10071+
checksum: 10c0/83b67f5d977e2634edf4f5abdd91d9041a696943143638063016915d2cd8c7e57e0751e40379a07ebca8be7a48dd380bef8752d22a63670f2d15970e34f96d7a
1006010072
languageName: node
1006110073
linkType: hard
1006210074

@@ -13326,7 +13338,7 @@ __metadata:
1332613338
languageName: node
1332713339
linkType: hard
1332813340

13329-
"immer@npm:^10.0.3":
13341+
"immer@npm:^10.0.3, immer@npm:^10.1.3":
1333013342
version: 10.1.3
1333113343
resolution: "immer@npm:10.1.3"
1333213344
checksum: 10c0/b3929022c1999935c9c5e9491fce20d883c15a04072628056f3b8c51a63ac0876d1c1f25cec146e325c30c906bc7f15a636c29ed53156f0a3049150f152df4c8
@@ -19017,17 +19029,17 @@ __metadata:
1901719029
languageName: node
1901819030
linkType: hard
1901919031

19020-
"remark-flexible-toc@npm:^1.2.0":
19021-
version: 1.2.0
19022-
resolution: "remark-flexible-toc@npm:1.2.0"
19032+
"remark-flexible-toc@npm:^1.2.1":
19033+
version: 1.2.1
19034+
resolution: "remark-flexible-toc@npm:1.2.1"
1902319035
dependencies:
1902419036
"@types/mdast": "npm:^4.0.4"
1902519037
github-slugger: "npm:^2.0.0"
1902619038
mdast-util-to-string: "npm:^4.0.0"
1902719039
unist-util-visit: "npm:^5.0.0"
1902819040
peerDependencies:
1902919041
unified: ^11
19030-
checksum: 10c0/bbc8da4a2f51951ca202238f16e36b9ad33910397ca2fa228f8ff4492412608058572defa884e3e044b95ae06334830b91ae44abc33a3448d7b1dc7f03b2030e
19042+
checksum: 10c0/1b8e45ee3d4bc5f8d8c130a2eac1b1302b55bb2f533a1f05dc3faa1edbc5f4f079c7ad60e12970318b7d2d59a19293848ef54402eba5110786cebf8b533c61b8
1903119043
languageName: node
1903219044
linkType: hard
1903319045

@@ -22658,7 +22670,7 @@ __metadata:
2265822670
"@docusaurus/tsconfig": "npm:3.7.0"
2265922671
"@docusaurus/types": "npm:3.7.0"
2266022672
"@eslint/js": "npm:^8.57.0"
22661-
"@mdx-js/react": "npm:^3.0.0"
22673+
"@mdx-js/react": "npm:^3.1.1"
2266222674
"@mdx-js/typescript-plugin": "npm:^0.1.2"
2266322675
"@types/eslint": "npm:^9.6.1"
2266422676
"@types/eslint-config-prettier": "npm:^6.11.3"
@@ -22747,7 +22759,7 @@ __metadata:
2274722759
color: "npm:^4.2.3"
2274822760
colord: "npm:^2.9.3"
2274922761
css-tree: "npm:^3.1.0"
22750-
dayjs: "npm:^1.11.15"
22762+
dayjs: "npm:^1.11.18"
2275122763
debug: "npm:^4.4.1"
2275222764
electron: "npm:^38.1.0"
2275322765
electron-builder: "npm:^26.0"
@@ -22759,7 +22771,7 @@ __metadata:
2275922771
fast-average-color: "npm:^9.5.0"
2276022772
htl: "npm:^0.3.1"
2276122773
html-to-image: "npm:^1.11.13"
22762-
immer: "npm:^10.1.1"
22774+
immer: "npm:^10.1.3"
2276322775
jotai: "npm:2.9.3"
2276422776
monaco-editor: "npm:^0.52.2"
2276522777
monaco-yaml: "npm:^5.4.0"
@@ -22788,7 +22800,7 @@ __metadata:
2278822800
rehype-raw: "npm:^7.0.0"
2278922801
rehype-sanitize: "npm:^6.0.0"
2279022802
rehype-slug: "npm:^6.0.0"
22791-
remark-flexible-toc: "npm:^1.2.0"
22803+
remark-flexible-toc: "npm:^1.2.1"
2279222804
remark-gfm: "npm:^4.0.1"
2279322805
remark-github-blockquote-alert: "npm:^1.3.1"
2279422806
rollup-plugin-flow: "npm:^1.1.1"

0 commit comments

Comments
 (0)