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 25, 2024
1 parent 2194e1e commit f761a91
Show file tree
Hide file tree
Showing 7 changed files with 711 additions and 618 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542
with:
args: --include-meson-subprojects lint
publish-site:
Expand All @@ -145,11 +145,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
with:
platforms: arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5
with:
platforms: linux/amd64,linux/arm64
- name: Checkout code
Expand All @@ -169,7 +169,7 @@ jobs:
./bake.sh false --set '*.cache-from=gha' --set '*.cache-to=type=gha,mode=max'
- name: Log in to GitHub Container registry
if: ${{ github.event_name == 'push' && github.ref_name == 'main' && github.repository == 'graphs4value/refinery' }}
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -180,6 +180,6 @@ jobs:
run: |
./bake.sh true --set '*.cache-from=gha' --set '*.cache-to=type=gha,mode=max'
- name: Delete application artifacts
uses: geekyeggo/delete-artifact@24928e75e6e6590170563b8ddae9fac674508aa1
uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b
with:
name: distributions
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jdt-launching = "3.23.100"
jetbrainsAnnotations = "26.0.1"
jetty = "12.0.15"
jmh = "1.37"
jna = "5.15.0"
junit = "5.11.3"
jna = "5.16.0"
junit = "5.11.4"
junit4 = "4.13.2"
lsp4j = "0.23.1"
mockito = "5.14.2"
mwe = "1.14.0"
mwe2 = "2.20.0"
opentest4j = "1.3.0"
ortools = "9.11.4210"
protobuf = "4.29.1"
protobuf = "4.29.2"
refinery-z3 = "4.12.6"
slf4j = "2.0.16"
xtext = "2.37.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@types/react": "^18.3.18",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"cheerio": "^1.0.0",
"corepack": "^0.30.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mobx": "^0.0.13",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"prettier": "^3.4.2",
"smol-toml": "^1.3.1",
Expand Down
4 changes: 2 additions & 2 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.17.1",
"@algolia/client-search": "^5.18.0",
"@docusaurus/core": "^3.6.3",
"@docusaurus/faster": "^3.6.3",
"@docusaurus/plugin-client-redirects": "^3.6.3",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@types/babel__core": "^7.20.5",
"@types/mdast": "^4.0.4",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/unist": "^3.0.3"
}
Expand Down
18 changes: 9 additions & 9 deletions subprojects/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
},
"homepage": "https://refinery.tools",
"dependencies": {
"@codemirror/autocomplete": "^6.18.3",
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.6",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.5.0",
"@codemirror/view": "^6.35.3",
"@codemirror/view": "^6.36.1",
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/serialize": "^1.3.3",
Expand All @@ -49,10 +49,10 @@
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@material-icons/svg": "^1.0.33",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"@mui/system": "^6.2.0",
"@mui/x-data-grid": "^7.23.2",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@replit/codemirror-indentation-markers": "^6.5.3",
"ansi-styles": "^6.2.1",
"clsx": "^2.1.1",
Expand Down Expand Up @@ -97,7 +97,7 @@
"@types/ms": "^0.7.34",
"@types/node": "^22.10.2",
"@types/pnpapi": "^0.0.5",
"@types/react": "^18.3.16",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.7.2",
"@xstate/cli": "^0.5.17",
Expand All @@ -106,7 +106,7 @@
"micromatch": "^4.0.8",
"pnpapi": "^0.0.0",
"typescript": "5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vite-plugin-pwa": "^0.21.1",
"workbox-window": "^7.3.0"
}
Expand Down
Loading

0 comments on commit f761a91

Please sign in to comment.