Skip to content

Commit

Permalink
Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ralscha committed Feb 14, 2025
1 parent 939f166 commit 6f3249b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dexiejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"private": true,
"dependencies": {
"@angular/cdk": "19.1.3",
"@angular/cdk": "19.1.4",
"@angular/common": "19.1.6",
"@angular/compiler": "19.1.6",
"@angular/core": "19.1.6",
Expand Down
2 changes: 1 addition & 1 deletion googlevision/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@angular/compiler": "19.1.6",
"@angular/core": "19.1.6",
"@angular/forms": "19.1.6",
"@angular/google-maps": "19.1.3",
"@angular/google-maps": "19.1.4",
"@angular/platform-browser": "19.1.6",
"@angular/platform-browser-dynamic": "19.1.6",
"@angular/router": "19.1.6",
Expand Down
4 changes: 2 additions & 2 deletions googlevision/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.48.1</version>
<version>2.48.2</version>
</dependency>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-vision</artifactId>
<version>3.55.0</version>
<version>3.56.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"private": true,
"dependencies": {
"@angular/cdk": "19.1.3",
"@angular/cdk": "19.1.4",
"@angular/common": "19.1.6",
"@angular/compiler": "19.1.6",
"@angular/core": "19.1.6",
"@angular/forms": "19.1.6",
"@angular/platform-browser": "19.1.6",
"@angular/platform-browser-dynamic": "19.1.6",
"@angular/pwa": "19.1.6",
"@angular/pwa": "19.1.7",
"@angular/router": "19.1.6",
"@angular/service-worker": "19.1.6",
"@ionic/angular": "8.4.3",
Expand Down
2 changes: 1 addition & 1 deletion lovefield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"private": true,
"dependencies": {
"@angular/cdk": "19.1.3",
"@angular/cdk": "19.1.4",
"@angular/common": "19.1.6",
"@angular/compiler": "19.1.6",
"@angular/core": "19.1.6",
Expand Down
2 changes: 1 addition & 1 deletion speechsearch/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
<version>4.51.0</version>
<version>4.53.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sw-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@ionic/angular": "8.4.3",
"ionicons": "7.4.0",
"rxjs": "7.8.1",
"swiper": "11.2.2",
"swiper": "11.2.3",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
Expand Down

0 comments on commit 6f3249b

Please sign in to comment.