Skip to content

Commit

Permalink
#: Update versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zdu-strong committed Dec 21, 2024
1 parent 80ba639 commit d22c7b9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions capacitor-cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ eslint<br/>
eslint-plugin-cypress<br/>
execa (Current project not support ES module)<br/>
get-port (Current project not support ES module)<br/>
typescript<br/>

## Notes - xpath - Select the node whose text contains "abc"

Expand Down
2 changes: 1 addition & 1 deletion capacitor-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rxjs": "7.8.1",
"rxjs-exhaustmap-with-trailing": "2.1.1",
"tree-kill": "1.2.2",
"typescript": "5.7.2",
"typescript": "5.6.3",
"uuid": "11.0.3",
"wait-on": "8.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
},
"devDependencies": {
"@types/node": "22.9.1",
"@types/node": "22.10.2",
"typescript": "5.7.2"
}
}
1 change: 1 addition & 0 deletions electron-playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The following dependencies are currently unable to continue to be upgraded:<br/>
eslint<br/>
execa (Current project not support ES module)<br/>
get-port (Current project not support ES module)<br/>
typescript<br/>

## Notes - xpath - Select the node whose text contains "abc"

Expand Down
2 changes: 1 addition & 1 deletion electron-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.7.2",
"typescript": "5.6.3",
"uuid": "11.0.3",
"wait-on": "8.0.1"
}
Expand Down
1 change: 1 addition & 0 deletions react-cypress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ eslint<br/>
eslint-plugin-cypress<br/>
execa (Current project not support ES module)<br/>
get-port (Current project not support ES module)<br/>
typescript<br/>

## Notes - xpath - Select the node whose text contains "abc"

Expand Down
2 changes: 1 addition & 1 deletion react-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rxjs": "7.8.1",
"rxjs-exhaustmap-with-trailing": "2.1.1",
"tree-kill": "1.2.2",
"typescript": "5.7.2",
"typescript": "5.6.3",
"uuid": "11.0.3",
"wait-on": "8.0.1"
}
Expand Down
8 changes: 4 additions & 4 deletions springboot/.mvn/database_diff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<commons-io.version>2.18.0</commons-io.version>
<java-uuid-generator.version>5.1.0</java-uuid-generator.version>
<jinq-jpa.version>2.0.2</jinq-jpa.version>
<google-cloud-spanner-jdbc.version>2.24.1</google-cloud-spanner-jdbc.version>
<gax-httpjson.version>2.58.0</gax-httpjson.version>
<opentelemetry-api.version>1.44.1</opentelemetry-api.version>
<google-cloud-spanner-jdbc.version>2.25.2</google-cloud-spanner-jdbc.version>
<gax-httpjson.version>2.59.0</gax-httpjson.version>
<opentelemetry-api.version>1.45.0</opentelemetry-api.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -84,7 +84,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</parent>

<build>
Expand Down
Binary file modified springboot/diff.jar
Binary file not shown.

0 comments on commit d22c7b9

Please sign in to comment.