Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Dec 13, 2024
1 parent e78bddd commit c42aa83
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 191 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"cheerio": "^1.0.0",
Expand Down
12 changes: 6 additions & 6 deletions subprojects/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://refinery.tools",
"dependencies": {
"@algolia/client-search": "^5.16.0",
"@algolia/client-search": "^5.17.1",
"@docusaurus/core": "^3.6.3",
"@docusaurus/faster": "^3.6.3",
"@docusaurus/plugin-client-redirects": "^3.6.3",
Expand All @@ -51,15 +51,15 @@
"java-properties": "^1.0.2",
"lightningcss": "^1.28.2",
"mdast-util-mdx": "^3.0.0",
"prism-react-renderer": "^2.4.0",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-smartypants": "^3.0.2",
"responsive-loader": "^3.1.2",
"search-insights": "^2.17.3",
"sharp": "^0.33.5",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"terser-webpack-plugin": "^5.3.11",
"typescript": "5.7.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
Expand All @@ -71,9 +71,9 @@
"@docusaurus/types": "^3.6.3",
"@types/babel__core": "^7.20.5",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/unist": "^3.0.3"
}
}
24 changes: 12 additions & 12 deletions subprojects/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@fontsource-variable/open-sans": "^5.1.0",
"@fontsource/open-sans": "^5.1.0",
"@hpcc-js/wasm": "^2.22.3",
"@hpcc-js/wasm": "^2.22.4",
"@hpcc-js/wasm-zstd": "^1.2.1",
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@material-icons/svg": "^1.0.33",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@mui/system": "^6.1.10",
"@mui/x-data-grid": "^7.23.1",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@mui/system": "^6.2.0",
"@mui/x-data-grid": "^7.23.2",
"@replit/codemirror-indentation-markers": "^6.5.3",
"ansi-styles": "^6.2.1",
"clsx": "^2.1.1",
Expand All @@ -71,16 +71,16 @@
"loglevel-plugin-prefix": "^0.8.4",
"markdown-it": "^14.1.0",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.0.7",
"mobx-react-lite": "^4.1.0",
"ms": "^2.1.3",
"nanoid": "^5.0.9",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resize-detector": "^11.0.1",
"react-resize-detector": "^12.0.1",
"svg2pdf.js": "^2.2.4",
"xstate": "^4.38.3",
"zod": "^3.24.0"
"zod": "^3.24.1"
},
"devDependencies": {
"@lezer/generator": "^1.7.2",
Expand All @@ -92,13 +92,13 @@
"@types/html-minifier-terser": "^7.0.2",
"@types/jspdf": "^2.0.0",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14",
"@types/markdown-it": "^14.1.2",
"@types/micromatch": "^4.0.9",
"@types/ms": "^0.7.34",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/pnpapi": "^0.0.5",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"@xstate/cli": "^0.5.17",
"html-minifier-terser": "^7.2.0",
Expand Down
Loading

0 comments on commit c42aa83

Please sign in to comment.