Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Rasztabiga committed Apr 19, 2024
1 parent 436dc77 commit 37c8882
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion delivery/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

val axonVersion = "4.9.4"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

dependencies {
implementation("me.rasztabiga.thesis:shared:0.21.4")
Expand Down
2 changes: 1 addition & 1 deletion e2e/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

val axonVersion = "4.9.4"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

dependencies {
implementation("me.rasztabiga.thesis:shared:0.21.4")
Expand Down
64 changes: 32 additions & 32 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bcryptjs": "^2.4.3",
"isbot": "^5.1.4",
"leaflet": "^1.9.4",
"marked": "^12.0.1",
"marked": "^12.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
Expand All @@ -47,33 +47,33 @@
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@types/bcryptjs": "^2.4.6",
"@types/eslint": "^8.56.9",
"@types/eslint": "^8.56.10",
"@types/leaflet": "^1.9.11",
"@types/marked": "^5.0.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"binode": "^1.0.5",
"c8": "^9.1.0",
"cookie": "^0.6.0",
"cross-env": "^7.0.3",
"cypress": "^13.7.3",
"cypress": "^13.8.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-cypress": "^2.15.2",
"happy-dom": "^14.7.1",
"msw": "^2.2.13",
"msw": "^2.2.14",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion order/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {
}

val axonVersion = "4.9.4"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

dependencies {
implementation("me.rasztabiga.thesis:shared:0.21.4")
Expand Down
2 changes: 1 addition & 1 deletion payment/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

val axonVersion = "4.9.4"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

dependencies {
implementation("me.rasztabiga.thesis:shared:0.21.4")
Expand Down
2 changes: 1 addition & 1 deletion query/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

val axonVersion = "4.9.4"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

dependencies {
implementation("me.rasztabiga.thesis:shared:0.21.4")
Expand Down
2 changes: 1 addition & 1 deletion restaurant/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

val axonVersion = "4.9.4"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

dependencies {
implementation("me.rasztabiga.thesis:shared:0.21.4")
Expand Down
2 changes: 1 addition & 1 deletion saga/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}

val axonVersion = "4.9.4"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

dependencies {
implementation("me.rasztabiga.thesis:shared:0.21.4")
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}

val axonVersion = "4.9.4"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux")
Expand Down

0 comments on commit 37c8882

Please sign in to comment.