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 Jul 17, 2024
1 parent 06e8ea0 commit e3de4b4
Show file tree
Hide file tree
Showing 8 changed files with 213 additions and 300 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.15.0
frontend.nodeVersion=20.15.1
group=tools.refinery
# Set to true once tools.refinery.gradle.frontend-worktree supports the cache.
org.gradle.configuration-cache=false
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.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down
19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"corepack": "^0.28.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"corepack": "^0.29.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand All @@ -49,19 +49,14 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-mobx": "^0.0.10",
"eslint-plugin-prettier": "patch:eslint-plugin-prettier@npm%3A5.1.3#~/.yarn/patches/eslint-plugin-prettier-npm-5.1.3-496c3b84df.patch",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"typescript": "5.5.3"
},
"resolutions": {
"d3-zoom@npm:^3.0.0": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch",
"d3-zoom@npm:3": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch"
},
"dependenciesMeta": {
"eslint-plugin-prettier@5.1.3": {
"unplugged": true
}
}
}
2 changes: 1 addition & 1 deletion subprojects/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import type { Options as ClassicThemeOptions } from '@docusaurus/theme-classic';
import type { UserThemeConfig } from '@docusaurus/theme-common';
import type { UserThemeConfig as AlgoliaConfig } from '@docusaurus/theme-search-algolia';
import type { Config } from '@docusaurus/types';
import { Config as SwcConfig } from '@swc/core';
import type { Config as SwcConfig } from '@swc/core';
import { themes } from 'prism-react-renderer';
import smartypants from 'remark-smartypants';

Expand Down
8 changes: 4 additions & 4 deletions subprojects/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-smartypants": "^3.0.1",
"remark-smartypants": "^3.0.2",
"responsive-loader": "^3.1.2",
"search-insights": "^2.14.0",
"search-insights": "^2.15.0",
"sharp": "^0.33.4",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.10",
"typescript": "5.5.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"webpack": "^5.92.1"
"webpack": "^5.93.0"
},
"devDependencies": {
"@docusaurus/mdx-loader": "^3.4.0",
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"@types/babel__core": "^7.20.5",
"@types/mdast": "^4.0.4",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.2"
Expand Down
14 changes: 7 additions & 7 deletions subprojects/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@codemirror/lint": "^6.8.1",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.28.4",
"@codemirror/view": "^6.28.5",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/serialize": "^1.1.4",
Expand All @@ -48,10 +48,10 @@
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.1",
"@material-icons/svg": "^1.0.33",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@mui/system": "^5.16.0",
"@mui/x-data-grid": "^7.9.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/system": "^5.16.4",
"@mui/x-data-grid": "^7.10.0",
"ansi-styles": "^6.2.1",
"csstype": "^3.1.3",
"d3": "^7.9.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/pnpapi": "^0.0.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -98,7 +98,7 @@
"micromatch": "^4.0.7",
"pnpapi": "^0.0.0",
"typescript": "5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.0",
"workbox-window": "^7.1.0"
}
Expand Down
Loading

0 comments on commit e3de4b4

Please sign in to comment.