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 Jun 17, 2024
1 parent b4c17c9 commit ff234ef
Show file tree
Hide file tree
Showing 8 changed files with 646 additions and 646 deletions.
610 changes: 305 additions & 305 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.0.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.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.gradle.accessors.dm.LibrariesForLibs

plugins {
application
id("com.github.johnrengelman.shadow")
id("io.github.goooler.shadow")
id("tools.refinery.gradle.internal.java-conventions")
}

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[versions]
eclipseCollections = "12.0.0.M3"
jetty = "12.0.9"
jetty = "12.0.10"
jmh = "1.37"
junit = "5.11.0-M2"
mockito = "5.12.0"
Expand All @@ -18,8 +18,8 @@ eclipseCollections-api = { group = "org.eclipse.collections", name = "eclipse-co
ecore = { group = "org.eclipse.emf", name = "org.eclipse.emf.ecore", version = "2.36.0" }
ecore-xmi = { group = "org.eclipse.emf", name = "org.eclipse.emf.ecore.xmi", version = "2.37.0" }
ecore-codegen = { group = "org.eclipse.emf", name = "org.eclipse.emf.codegen.ecore", version = "2.38.0" }
gradlePlugin-frontend = { group = "org.siouan", name = "frontend-jdk17", version = "8.0.0" }
gradlePlugin-shadow = { group = "com.github.johnrengelman", name = "shadow", version = "8.1.1" }
gradlePlugin-frontend = { group = "org.siouan", name = "frontend-jdk17", version = "8.1.0" }
gradlePlugin-shadow = { group = "io.github.goooler.shadow", name = "shadow-gradle-plugin", version = "8.1.7" }
gradlePlugin-sonarqube = { group = "org.sonarsource.scanner.gradle", name = "sonarqube-gradle-plugin", version = "5.0.0.4638" }
gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "2.2" }
Expand Down
12 changes: 6 additions & 6 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.2.2",
"packageManager": "yarn@4.3.0",
"dependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^20.13.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"corepack": "^0.28.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -48,11 +48,11 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mobx": "^0.0.9",
"eslint-plugin-mobx": "^0.0.10",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.0",
"prettier": "^3.3.2",
"typescript": "5.4.5"
},
"resolutions": {
Expand Down
6 changes: 3 additions & 3 deletions subprojects/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fontsource/open-sans": "^5.0.28",
"@material-icons/svg": "^1.0.33",
"@mdx-js/react": "^3.0.1",
"@swc/core": "^1.5.24",
"@swc/core": "^1.6.1",
"clsx": "^2.1.1",
"mdast-util-mdx": "^3.0.0",
"prism-react-renderer": "^2.3.1",
Expand All @@ -55,15 +55,15 @@
"terser-webpack-plugin": "^5.3.10",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"webpack": "^5.91.0"
"webpack": "^5.92.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.13.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.2"
Expand Down
24 changes: 12 additions & 12 deletions subprojects/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"homepage": "https://refinery.tools",
"dependencies": {
"@codemirror/autocomplete": "^6.16.2",
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
"@codemirror/commands": "^6.6.0",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@codemirror/view": "^6.28.1",
"@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.15.19",
"@mui/material": "^5.15.19",
"@mui/system": "^5.15.15",
"@mui/x-data-grid": "^7.6.1",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@mui/system": "^5.15.20",
"@mui/x-data-grid": "^7.7.0",
"ansi-styles": "^6.2.1",
"csstype": "^3.1.3",
"d3": "^7.9.0",
Expand All @@ -64,15 +64,15 @@
"lodash-es": "^4.17.21",
"loglevel": "^1.9.1",
"loglevel-plugin-prefix": "^0.8.4",
"mobx": "^6.12.3",
"mobx": "^6.12.4",
"mobx-react-lite": "^4.0.7",
"ms": "^2.1.3",
"nanoid": "^5.0.7",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-resize-detector": "^10.0.1",
"svg2pdf.js": "^2.2.3",
"react-resize-detector": "^11.0.1",
"svg2pdf.js": "^2.2.4",
"xstate": "^4.38.3",
"zod": "^3.23.8"
},
Expand All @@ -88,7 +88,7 @@
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.7",
"@types/ms": "^0.7.34",
"@types/node": "^20.13.0",
"@types/node": "^20.14.2",
"@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.4.5",
"vite": "^5.2.12",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.20.0",
"workbox-window": "^7.1.0"
}
Expand Down
Loading

0 comments on commit ff234ef

Please sign in to comment.