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 Oct 3, 2024
1 parent 43265b8 commit 35859d0
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 82 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.17.0
frontend.nodeVersion=20.18.0
group=tools.refinery
org.gradle.configuration-cache=true
org.gradle.parallel=true
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
antlr = "3.2" # To retain Xtext compatibility, this mustn't be increased
apiguardian = "1.1.2"
asm = "9.7"
classgraph = "4.8.176"
classgraph = "4.8.177"
eclipse-commands = "3.12.200"
eclipse-contenttype = "3.9.500"
eclipse-debug = "3.21.500"
Expand Down Expand Up @@ -40,7 +40,7 @@ jdt-core = "3.39.0"
jdt-debug = "3.21.500"
jdt-launching = "3.23.0"
jetbrainsAnnotations = "25.0.0"
jetty = "12.0.13"
jetty = "12.0.14"
jmh = "1.37"
jna = "5.15.0"
junit = "5.11.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cheerio": "^1.0.0",
Expand All @@ -48,7 +48,7 @@
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-mobx": "^0.0.11",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/babel__core": "^7.20.5",
"@types/mdast": "^4.0.4",
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.3"
}
Expand Down
10 changes: 5 additions & 5 deletions subprojects/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"@fontsource/open-sans": "^5.1.0",
"@hpcc-js/wasm": "^2.22.3",
"@hpcc-js/wasm-zstd": "^1.2.1",
"@lezer/common": "^1.2.1",
"@lezer/common": "^1.2.2",
"@lezer/highlight": "^1.2.1",
"@lezer/lr": "^1.4.2",
"@material-icons/svg": "^1.0.33",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@mui/system": "^6.1.1",
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.2",
"@mui/system": "^6.1.2",
"@mui/x-data-grid": "^7.18.0",
"ansi-styles": "^6.2.1",
"csstype": "^3.1.3",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@types/ms": "^0.7.34",
"@types/node": "^20.16.10",
"@types/pnpapi": "^0.0.5",
"@types/react": "^18.3.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"@xstate/cli": "^0.5.17",
Expand Down
Loading

0 comments on commit 35859d0

Please sign in to comment.