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 Jul 15, 2023
1 parent 292d56b commit ac73d69
Show file tree
Hide file tree
Showing 10 changed files with 1,545 additions and 1,464 deletions.
24 changes: 12 additions & 12 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {

// Spring https://spring.io/projects/spring-boot
id("org.springframework.boot") version "2.7.6"
id("io.spring.dependency-management") version "1.1.0"
id("io.spring.dependency-management") version "1.1.1"

// Build and push docker images
id("com.google.cloud.tools.jib") version "3.3.1"
Expand All @@ -37,20 +37,20 @@ dependencies {
kapt("org.springframework.boot:spring-boot-configuration-processor")

// OpenAPI generation and Swagger UI https://springdoc.org/
implementation("org.springdoc:springdoc-openapi-ui:1.6.13")
implementation("org.springdoc:springdoc-openapi-kotlin:1.6.13")
implementation("org.springdoc:springdoc-openapi-ui:1.7.0")
implementation("org.springdoc:springdoc-openapi-kotlin:1.7.0")

// Serialization
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")

// Postgres Database
implementation("org.postgresql:postgresql:42.5.1")
implementation("org.postgresql:postgresql:42.6.0")

// Run Flyway DB migration tool on startup https://flywaydb.org/
implementation("org.flywaydb:flyway-core:8.5.13")

// Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/
implementation("com.maxmind.geoip2:geoip2:4.0.0")
implementation("com.maxmind.geoip2:geoip2:4.0.1")

// Collect metrics
implementation("com.newrelic.telemetry:micrometer-registry-new-relic:0.10.0")
Expand All @@ -68,12 +68,12 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
}
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
testImplementation("io.kotest:kotest-assertions-core:5.5.4")
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.2")
testImplementation("org.testcontainers:testcontainers:1.17.6")
testImplementation("org.testcontainers:junit-jupiter:1.17.6")
testImplementation("org.testcontainers:postgresql:1.17.6")
testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
testImplementation("io.kotest:kotest-assertions-core:5.6.2")
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.3")
testImplementation("org.testcontainers:testcontainers:1.18.3")
testImplementation("org.testcontainers:junit-jupiter:1.18.3")
testImplementation("org.testcontainers:postgresql:1.18.3")
}

// Fix version requirement from Kotest
Expand Down
Binary file modified backend/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 4 additions & 1 deletion backend/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
807 changes: 0 additions & 807 deletions frontend/.yarn/releases/yarn-3.3.0.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions frontend/.yarn/releases/yarn-3.6.1.cjs

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 @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN yarn install --immutable
RUN yarn run build

# Bundle static assets with nginx
FROM nginx:1.23.3-alpine as production
FROM nginx:1.25.1-alpine as production
ENV NODE_ENV production
# Copy built assets from `builder` image
COPY --from=builder /app/build /usr/share/nginx/html
Expand Down
44 changes: 22 additions & 22 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint": "eslint ./src --ext .jsx,.js,.ts,.tsx --fix --ignore-path ./.gitignore"
},
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/icons-material": "5.10.16",
"@mui/material": "5.10.17",
"@mui/styles": "5.10.16",
"@mui/x-date-pickers": "5.0.12",
"axios": "1.2.1",
"date-fns": "2.29.3",
"jotai": "2.0.3",
"leaflet": "1.9.3",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.0",
"@mui/material": "5.14.0",
"@mui/styles": "5.14.0",
"@mui/x-date-pickers": "5.0.20",
"axios": "1.4.0",
"date-fns": "2.30.0",
"jotai": "2.2.2",
"leaflet": "1.9.4",
"leaflet.heat": "0.2.0",
"notistack": "2.0.8",
"react": "18.2.0",
Expand All @@ -29,21 +29,21 @@
},
"devDependencies": {
"@types/geojson": "7946.0.10",
"@types/leaflet": "1.9.0",
"@types/leaflet": "1.9.3",
"@types/leaflet.heat": "0.2.1",
"@types/node": "16.18.6",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/node": "16.18.38",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-infinite-scroller": "^1",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@vitejs/plugin-react-swc": "3.0.1",
"eslint": "8.31.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react-swc": "3.3.2",
"eslint": "8.44.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.0",
"typescript": "5.0.4",
"vite": "4.0.5",
"eslint-plugin-react": "7.32.2",
"typescript": "5.1.6",
"vite": "4.4.3",
"vite-plugin-checker": "0.6.1"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.6.1"
}
Loading

0 comments on commit ac73d69

Please sign in to comment.