Skip to content

Commit

Permalink
chore: Bump dependencies (#20833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Jan 13, 2025
1 parent c96213d commit 0440699
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"async": "3.2.6",
"glob": "11.0.0",
"glob": "11.0.1",
"typescript": "5.7.3",
"workbox-core": "7.3.0",
"workbox-precaching": "7.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rollup/plugin-replace": "6.0.2",
"@rollup/pluginutils": "5.1.4",
"@babel/preset-react": "7.26.3",
"rollup-plugin-visualizer": "5.13.1",
"rollup-plugin-visualizer": "5.14.0",
"rollup-plugin-brotli": "3.1.0",
"vite-plugin-checker": "0.8.0",
"workbox-build": "7.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public void updateDefaultDependencies_olderVersionsAreUpdated()
"7.0.0");
nodeUpdater.updateDefaultDependencies(packageJson);

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

Expand Down

0 comments on commit 0440699

Please sign in to comment.