Skip to content

Commit

Permalink
chore: Upgrade to Glob 11 (#20757)
Browse files Browse the repository at this point in the history
* chore: Upgrade to Glob 11

* Update NodeUpdaterTest.java
  • Loading branch information
Artur- authored Dec 19, 2024
1 parent 8ffbf65 commit a09f905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"async": "3.2.6",
"glob": "10.4.5",
"glob": "11.0.0",
"typescript": "5.7.2",
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void updateDefaultDependencies_olderVersionsAreUpdated()
"7.0.0");
nodeUpdater.updateDefaultDependencies(packageJson);

Assert.assertEquals("10.4.5", packageJson
Assert.assertEquals("11.0.0", packageJson
.getObject(NodeUpdater.DEV_DEPENDENCIES).getString("glob"));
}

Expand Down

0 comments on commit a09f905

Please sign in to comment.