Skip to content

Commit

Permalink
fix(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 7fb5329 commit 109b5ff
Show file tree
Hide file tree
Showing 5 changed files with 1,023 additions and 1,014 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ dependencies {
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.3")
// Testcontainers to provide Postgres DB (https://testcontainers.org/)
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("org.testcontainers:junit-jupiter:1.19.3")
testImplementation("org.testcontainers:postgresql:1.19.3")
testImplementation("org.testcontainers:testcontainers:1.19.4")
testImplementation("org.testcontainers:junit-jupiter:1.19.4")
testImplementation("org.testcontainers:postgresql:1.19.4")
// Mocking with Mockk (https://mockk.io/)
testImplementation("io.mockk:mockk:1.13.8")
testImplementation("io.mockk:mockk:1.13.9")
}

// Fix version requirement from Kotest
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
24 changes: 12 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.2",
"@mui/material": "5.15.2",
"@mui/styles": "5.15.2",
"@mui/icons-material": "5.15.6",
"@mui/material": "5.15.6",
"@mui/styles": "5.15.6",
"@mui/x-date-pickers": "5.0.20",
"axios": "1.6.3",
"axios": "1.6.7",
"date-fns": "2.30.0",
"jotai": "2.6.1",
"jotai": "2.6.3",
"leaflet": "1.9.4",
"leaflet.heat": "0.2.0",
"notistack": "3.0.1",
Expand All @@ -34,19 +34,19 @@
"@types/geojson": "7946.0.13",
"@types/leaflet": "1.9.0",
"@types/leaflet.heat": "0.2.4",
"@types/node": "20.10.6",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/node": "20.11.11",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-infinite-scroller": "1.2.5",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitejs/plugin-react-swc": "3.5.0",
"eslint": "8.56.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"typescript": "5.3.3",
"vite": "5.0.11",
"vite": "5.0.12",
"vite-plugin-checker": "0.6.2"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 109b5ff

Please sign in to comment.