Skip to content

Commit b09e001

Browse files
committed
[CI] Update packages
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
1 parent 82205e5 commit b09e001

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"_check:format:delta": "npm run _check:format:any -- $(npm run -s _list:git:delta)",
99
"_check:format": "npx prettier --check .",
1010
"_check:links": "make --keep-going check-links",
11-
"_check:links-md": "bash -c 'for f in *.md `find analyses -name \"*.md\"`; do npx markdown-link-check@3.12.2 --config .markdown-link-check.json -p -v $f || exit 1; done'",
11+
"_check:links-md": "bash -c 'for f in *.md `find analyses -name \"*.md\"`; do npx markdown-link-check --config .markdown-link-check.json -p -v $f || exit 1; done'",
1212
"_check:markdown:all": "npm run -s _list:check:md | xargs -I {} -P 4 npx -p markdownlint-cli markdownlint -c .markdownlint.yaml {}",
1313
"_check:markdown:delta": "npm run -s _list:git:delta | xargs -I {} npx -p markdownlint-cli markdownlint -c .markdownlint.yaml {}",
1414
"_check:markdown:1": "npx -p markdownlint-cli markdownlint -c .markdownlint.yaml",
@@ -43,27 +43,26 @@
4343
},
4444
"author": "CNCF",
4545
"license": "CC-BY-4.0",
46-
"NOTE": "We've pinned markdown-link-check to 3.12.2 due to a bug in 3.13.x stream, both in the devDeps below and the check:links script above. For details, see https://github.com/tcort/markdown-link-check/issues/369.",
4746
"dependencies": {
48-
"@docusaurus/core": "3.7.0",
49-
"@docusaurus/preset-classic": "3.7.0",
50-
"@mdx-js/react": "^3.0.0",
51-
"clsx": "^2.0.0",
52-
"prism-react-renderer": "^2.3.0",
53-
"react": "^19.0.0",
54-
"react-dom": "^19.0.0"
47+
"@docusaurus/core": "3.8.1",
48+
"@docusaurus/preset-classic": "3.8.1",
49+
"@mdx-js/react": "^3.1.0",
50+
"clsx": "^2.1.1",
51+
"prism-react-renderer": "^2.4.1",
52+
"react": "^19.1.0",
53+
"react-dom": "^19.1.0"
5554
},
5655
"devDependencies": {
57-
"cspell": "^8.17.5",
58-
"markdown-link-check": "3.12.2",
59-
"markdownlint": "^0.37.4",
60-
"markdownlint-cli": "^0.44.0",
61-
"npm-check-updates": "^17.1.15",
62-
"prettier": "^3.5.2",
63-
"@docusaurus/module-type-aliases": "3.7.0",
64-
"@docusaurus/tsconfig": "3.7.0",
65-
"@docusaurus/types": "3.7.0",
66-
"typescript": "~5.6.2"
56+
"cspell": "^9.1.1",
57+
"markdown-link-check": "3.13.7",
58+
"markdownlint": "^0.38.0",
59+
"markdownlint-cli": "^0.45.0",
60+
"npm-check-updates": "^18.0.1",
61+
"prettier": "^3.5.3",
62+
"@docusaurus/module-type-aliases": "3.8.1",
63+
"@docusaurus/tsconfig": "3.8.1",
64+
"@docusaurus/types": "3.8.1",
65+
"typescript": "~5.8.3"
6766
},
6867
"private": true,
6968
"spelling": "cSpell:ignore ACMR loglevel pkgs -",

0 commit comments

Comments
 (0)