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 May 4, 2024
1 parent 9849856 commit e630374
Show file tree
Hide file tree
Showing 7 changed files with 1,324 additions and 1,309 deletions.
517 changes: 259 additions & 258 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ packageExtensions:
peerDependencies:
csstype: "*"

yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.1.cjs
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ junit = "5.11.0-M1"
mockito = "5.11.0"
mwe2 = "2.18.0.M2"
slf4j = "2.0.13"
xtext = "2.35.0.M0"
xtext = "2.35.0.M1"

[libraries]
eclipseCollections = { group = "org.eclipse.collections", name = "eclipse-collections", version.ref = "eclipseCollections" }
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
"g:lint": "node scripts/eslintReport.cjs",
"g:tsc": "tsc"
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.1",
"dependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/react": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"corepack": "^0.28.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
26 changes: 13 additions & 13 deletions subprojects/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
},
"homepage": "https://refinery.tools",
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/plugin-content-docs": "^3.2.1",
"@docusaurus/plugin-content-pages": "^3.2.1",
"@docusaurus/plugin-sitemap": "^3.2.1",
"@docusaurus/theme-classic": "^3.2.1",
"@docusaurus/theme-common": "^3.2.1",
"@docusaurus/theme-search-algolia": "^3.2.1",
"@docusaurus/core": "^3.3.2",
"@docusaurus/plugin-content-docs": "^3.3.2",
"@docusaurus/plugin-content-pages": "^3.3.2",
"@docusaurus/plugin-sitemap": "^3.3.2",
"@docusaurus/theme-classic": "^3.3.2",
"@docusaurus/theme-common": "^3.3.2",
"@docusaurus/theme-search-algolia": "^3.3.2",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource-variable/open-sans": "^5.0.29",
"@fontsource/open-sans": "^5.0.28",
"@material-icons/svg": "^1.0.33",
"@mdx-js/react": "^3.0.1",
"@swc/core": "^1.5.0",
"@swc/core": "^1.4.17",
"clsx": "^2.1.1",
"mdast-util-mdx": "^3.0.0",
"prism-react-renderer": "^2.3.1",
Expand All @@ -58,13 +58,13 @@
"webpack": "^5.91.0"
},
"devDependencies": {
"@docusaurus/mdx-loader": "^3.2.1",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/types": "^3.2.1",
"@docusaurus/mdx-loader": "^3.3.2",
"@docusaurus/module-type-aliases": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@types/babel__core": "^7.20.5",
"@types/mdast": "^4.0.3",
"@types/node": "^20.12.7",
"@types/react": "^18.3.0",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.2"
}
Expand Down
20 changes: 10 additions & 10 deletions subprojects/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.5.0",
"@codemirror/lint": "^6.7.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
Expand All @@ -43,15 +43,15 @@
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource-variable/open-sans": "^5.0.29",
"@fontsource/open-sans": "^5.0.28",
"@hpcc-js/wasm": "^2.16.1",
"@hpcc-js/wasm": "^2.16.2",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.0",
"@material-icons/svg": "^1.0.33",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/icons-material": "^5.15.16",
"@mui/material": "^5.15.16",
"@mui/system": "^5.15.15",
"@mui/x-data-grid": "^7.3.1",
"@mui/x-data-grid": "^7.3.2",
"ansi-styles": "^6.2.1",
"csstype": "^3.1.3",
"d3": "^7.9.0",
Expand All @@ -74,7 +74,7 @@
"react-resize-detector": "^10.0.1",
"svg2pdf.js": "^2.2.3",
"xstate": "^4.38.3",
"zod": "^3.23.4"
"zod": "^3.23.6"
},
"devDependencies": {
"@lezer/generator": "^1.7.0",
Expand All @@ -88,18 +88,18 @@
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.7",
"@types/ms": "^0.7.34",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/pnpapi": "^0.0.5",
"@types/react": "^18.3.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@xstate/cli": "^0.5.17",
"html-minifier-terser": "^7.2.0",
"micromatch": "^4.0.5",
"pnpapi": "^0.0.0",
"typescript": "5.4.5",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"workbox-window": "^7.1.0"
}
}
Loading

0 comments on commit e630374

Please sign in to comment.