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 Apr 26, 2024
1 parent d75fa7a commit 03ef785
Show file tree
Hide file tree
Showing 8 changed files with 337 additions and 405 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: EPL-2.0

file.encoding=UTF-8
frontend.nodeVersion=20.12.1
frontend.nodeVersion=20.12.2
group=tools.refinery
# Set to true once tools.refinery.gradle.frontend-worktree supports the cache.
org.gradle.configuration-cache=false
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
eclipseCollections = "12.0.0.M3"
jetty = "12.0.8"
jmh = "1.37"
junit = "5.10.2"
junit = "5.11.0-M1"
mockito = "5.11.0"
mwe2 = "2.18.0.M1"
slf4j = "2.0.12"
xtext = "2.34.0"
mwe2 = "2.18.0.M2"
slf4j = "2.0.13"
xtext = "2.35.0.M0"

[libraries]
eclipseCollections = { group = "org.eclipse.collections", name = "eclipse-collections", version.ref = "eclipseCollections" }
Expand All @@ -37,7 +37,7 @@ junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", ver
junit-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit" }
mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }
mockito-junit = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockito" }
mwe-utils = { group = "org.eclipse.emf", name = "org.eclipse.emf.mwe.utils", version = "1.12.0.M1" }
mwe-utils = { group = "org.eclipse.emf", name = "org.eclipse.emf.mwe.utils", version = "1.12.0.M2" }
mwe2-launch = { group = "org.eclipse.emf", name = "org.eclipse.emf.mwe2.launch", version.ref = "mwe2" }
mwe2-lib = { group = "org.eclipse.emf", name = "org.eclipse.emf.mwe2.lib", version.ref = "mwe2" }
ortools = { group = "com.google.ortools", name = "ortools-java", version = "9.9.3963" }
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"packageManager": "yarn@4.1.1",
"dependencies": {
"react": "^18.2.0"
"react": "^18.3.1"
},
"devDependencies": {
"@types/eslint": "^8.56.8",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"corepack": "^0.26.0",
"@types/react": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"corepack": "^0.28.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand All @@ -51,7 +51,7 @@
"eslint-plugin-mobx": "^0.0.9",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.2.5",
"typescript": "5.4.5"
},
Expand Down
3 changes: 2 additions & 1 deletion subprojects/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* SPDX-License-Identifier: MIT AND EPL-2.0
*/

import type { MDXOptions } from '@docusaurus/mdx-loader';
import type { Options as DocsOptions } from '@docusaurus/plugin-content-docs';
import type { Options as PagesOptions } from '@docusaurus/plugin-content-pages';
import type { Options as ClassicThemeOptions } from '@docusaurus/theme-classic';
Expand All @@ -17,7 +18,7 @@ import smartypants from 'remark-smartypants';

import remarkPosix2Windows from './src/plugins/remarkPosix2Windows';

const markdownOptions = {
const markdownOptions: Partial<MDXOptions> = {
remarkPlugins: [[smartypants, { dashes: 'oldschool' }], remarkPosix2Windows],
};

Expand Down
21 changes: 11 additions & 10 deletions subprojects/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"@docusaurus/theme-classic": "^3.2.1",
"@docusaurus/theme-common": "^3.2.1",
"@docusaurus/theme-search-algolia": "^3.2.1",
"@fontsource-variable/jetbrains-mono": "^5.0.20",
"@fontsource-variable/open-sans": "^5.0.28",
"@fontsource/open-sans": "^5.0.27",
"@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.4.13",
"clsx": "^2.1.0",
"@swc/core": "^1.5.0",
"clsx": "^2.1.1",
"mdast-util-mdx": "^3.0.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remark-smartypants": "^2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-smartypants": "^3.0.1",
"responsive-loader": "^3.1.2",
"sharp": "^0.33.3",
"swc-loader": "^0.2.6",
Expand All @@ -58,13 +58,14 @@
"webpack": "^5.91.0"
},
"devDependencies": {
"@docusaurus/mdx-loader": "^3.2.1",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/types": "^3.2.1",
"@types/babel__core": "^7.20.5",
"@types/mdast": "^4.0.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.2"
}
}
30 changes: 15 additions & 15 deletions subprojects/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
},
"homepage": "https://refinery.tools",
"dependencies": {
"@codemirror/autocomplete": "^6.15.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.5.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.2",
"@codemirror/view": "^6.26.3",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/serialize": "^1.1.4",
"@emotion/styled": "^11.11.5",
"@emotion/utils": "^1.2.1",
"@fontsource-variable/jetbrains-mono": "^5.0.20",
"@fontsource-variable/open-sans": "^5.0.28",
"@fontsource/open-sans": "^5.0.27",
"@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",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
Expand All @@ -51,7 +51,7 @@
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/system": "^5.15.15",
"@mui/x-data-grid": "^7.1.1",
"@mui/x-data-grid": "^7.3.1",
"ansi-styles": "^6.2.1",
"csstype": "^3.1.3",
"d3": "^7.9.0",
Expand All @@ -69,12 +69,12 @@
"ms": "^2.1.3",
"nanoid": "^5.0.7",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resize-detector": "^10.0.1",
"svg2pdf.js": "^2.2.3",
"xstate": "^4.38.3",
"zod": "^3.22.4"
"zod": "^3.23.4"
},
"devDependencies": {
"@lezer/generator": "^1.7.0",
Expand All @@ -86,20 +86,20 @@
"@types/html-minifier-terser": "^7.0.2",
"@types/jspdf": "^2.0.0",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.6",
"@types/micromatch": "^4.0.7",
"@types/ms": "^0.7.34",
"@types/node": "^20.12.7",
"@types/pnpapi": "^0.0.5",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.0",
"@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.8",
"vite": "^5.2.10",
"vite-plugin-pwa": "^0.19.8",
"workbox-window": "^7.0.0"
"workbox-window": "^7.1.0"
}
}
Loading

0 comments on commit 03ef785

Please sign in to comment.