Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
This updates all dependencies installed via vcpkg.
  • Loading branch information
reupen committed Jul 24, 2024
1 parent 70b5c88 commit 184289c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@

### Internal changes

- The component is now compiled with Visual Studio 2022 17.9.
- Various dependencies were updated.
[[#920](https://github.com/reupen/columns_ui/pull/920)]

- - The component is now compiled with Visual Studio 2022 17.9.

## 2.1.0

Expand Down
1 change: 1 addition & 0 deletions vc17/columns_ui-public.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\COPYING.LESSER = ..\COPYING.LESSER
..\COPYRIGHT = ..\COPYRIGHT
..\README.md = ..\README.md
..\vcpkg.json = ..\vcpkg.json
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fbh", "..\fbh\fbh.vcxproj", "{84D30275-D3D7-4867-82D2-8031A53DCE20}"
Expand Down
8 changes: 4 additions & 4 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "columns-ui",
"version-string": "git",
"builtin-baseline": "a7b6122f6b6504d16d96117336a0562693579933",
"builtin-baseline": "6062c8fe02d38b10d5291411bc235ae4d02cfe6c",
"dependencies": ["fmt", "ms-gsl", "range-v3", "wil"],
"overrides": [
{
"name": "fmt",
"version": "9.1.0#1"
"version": "10.2.1"
},
{
"name": "ms-gsl",
"version": "4.0.0"
},
{
"name": "range-v3",
"version": "0.12.0#1"
"version": "0.12.0"
},
{
"name": "wil",
"version": "2023-04-11"
"version": "2024-01-22"
}
]
}

0 comments on commit 184289c

Please sign in to comment.