Skip to content

Commit

Permalink
build(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Nov 5, 2024
1 parent 93b1b4c commit 58dbc1d
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 142 deletions.
10 changes: 5 additions & 5 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.3.1",
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/theme-mermaid": "^2.3.1",
"@mdx-js/react": "^1.6.21",
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/theme-mermaid": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"mdx-mermaid": "^1.3.2",
"mermaid": "^9.3.0",
"mermaid": "^9.4.3",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
20 changes: 10 additions & 10 deletions examples/mdx-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"start": "node ./dist/esm/index.mjs"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"eslint": "^8.33.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.31.0",
"rollup": "^3.29.5"
},
"dependencies": {
"@mdx-js/mdx": "^2.2.1",
"hast-util-from-html": "^1.0.1",
"@mdx-js/mdx": "^2.3.0",
"hast-util-from-html": "^1.0.2",
"hast-util-to-html": "^8.0.4",
"hast-util-to-mdast": "^8.4.1",
"mdx-mermaid": "workspace:*",
"puppeteer": "^22.13.1",
"puppeteer": "^22.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/react-example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "2.0.1",
"private": true,
"dependencies": {
"@types/node": "^18.11.19",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.18",
"@types/node": "^18.19.64",
"@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
"mdx-mermaid": "workspace:*",
"mermaid": "^9.3.0",
"mermaid": "^9.4.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.5",
"react-markdown": "^8.0.7",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^3.1.1"
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
62 changes: 31 additions & 31 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,47 +50,47 @@
"unist-util-visit": "^4.1.0"
},
"optionalDependencies": {
"estree-util-to-js": "^1.1.0",
"estree-util-visit": "^1.2.0",
"hast-util-from-html": "^1.0.1",
"hast-util-to-estree": "^2.1.0",
"mdast-util-from-markdown": "^1.2.0",
"mdast-util-mdx": "^2.0.0",
"micromark-extension-mdxjs": "^1.0.0",
"puppeteer": "^22.13.1"
"estree-util-to-js": "^1.2.0",
"estree-util-visit": "^1.2.1",
"hast-util-from-html": "^1.0.2",
"hast-util-to-estree": "^2.3.3",
"mdast-util-from-markdown": "^1.3.1",
"mdast-util-mdx": "^2.0.1",
"micromark-extension-mdxjs": "^1.0.1",
"puppeteer": "^22.15.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@mdx-js/mdx": "^2.2.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@mdx-js/mdx": "^2.3.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/react": "^11.2.7",
"@types/jest": "^28.1.6",
"@types/react": "^17.0.53",
"@types/unist": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.8.0",
"eslint-plugin-n": "^15.6.1",
"@types/jest": "^28.1.8",
"@types/react": "^17.0.83",
"@types/unist": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"hast-util-from-html": "^1.0.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.2",
"hast-util-from-html": "^1.0.2",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"mermaid": "^9.3.0",
"puppeteer": "^22.13.1",
"mermaid": "^9.4.3",
"puppeteer": "^22.15.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^3.29.5",
"ts-jest": "^28.0.7",
"ts-jest": "^28.0.8",
"typescript": "^4.9.5",
"unist-util-visit": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lib"
],
"devDependencies": {
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
Expand Down
Loading

0 comments on commit 58dbc1d

Please sign in to comment.