Skip to content

Commit

Permalink
feat: Bump Versions
Browse files Browse the repository at this point in the history
GraphViz:  8.0.4
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Apr 22, 2023
1 parent 1e300e2 commit 5302a3b
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 102 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
This repository contains a collection of useful c++ libraries compiled to WASM for (re)use in Node JS, Web Browsers and JavaScript Libraries:
- [base91](https://base91.sourceforge.net/) - v0.6.0
- [expat](https://libexpat.github.io/) - v2.5.0
- [graphviz](https://www.graphviz.org/) - v8.0.3
- [zstd](https://github.com/facebook/zstd) - v1.5.2
- [graphviz](https://www.graphviz.org/) - v8.0.4
- [zstd](https://github.com/facebook/zstd) - v1.5.4
- ...more to follow...

Built with:
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.35
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.36

## Homepage and Documents

Expand Down
184 changes: 98 additions & 86 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,18 +126,18 @@
"@types/chai": "4.3.4",
"@types/emscripten": "1.39.6",
"@types/mocha": "10.0.1",
"@types/node": "18.15.11",
"@types/node": "18.15.13",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"assemblyscript": "0.27.2",
"chai": "4.3.7",
"coveralls": "3.1.1",
"eslint": "8.38.0",
"eslint": "8.39.0",
"fzstd": "0.1.0",
"karma": "6.4.1",
"karma": "6.4.2",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.1",
"karma-chrome-launcher": "3.2.0",
"karma-firefox-launcher": "2.1.2",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.36",
Expand All @@ -146,15 +146,15 @@
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rollup": "3.20.4",
"rollup": "3.20.7",
"rollup-plugin-sourcemaps": "0.6.3",
"run-script-os": "1.1.6",
"standard-version": "9.5.0",
"tslib": "2.5.0",
"typedoc": "0.24.4",
"typedoc-plugin-markdown": "3.15.1",
"typedoc-plugin-markdown": "3.15.2",
"typescript": "5.0.4",
"vitepress": "1.0.0-alpha.71"
"vitepress": "1.0.0-alpha.73"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion scripts/cpp-install-emsdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# List of current vertsion can be found in https://github.com/emscripten-core/emsdk/tags ---
# UPDATE README.md
VERSION=3.1.35
VERSION=3.1.36

if [ ! -d "./emsdk" ]
then
Expand Down
2 changes: 1 addition & 1 deletion scripts/cpp-install-vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# List of current vertsion can be found in https://github.com/microsoft/vcpkg/releases ---
# UPDATE README.md
VERSION=2023.02.24
VERSION=2023.04.15

if [ ! -d "./vcpkg" ]
then
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-overlays/graphviz/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
REPO graphviz/graphviz
REF ${VERSION}
SHA512 90637a3ce2a00f874d8a7108a04167d38311fd3a0726fae95e6d98b116d5a41e13696079e41f3d4bc7404264458fdcb87bdd1e0ee9115330650f8836da9ec541
SHA512 a3b777b3c4ebcd1c1a479ce3f796d87ccd8c39831e9bc7e526860b2e5bd096118713aec48d6eff94b24ace48b09ce6f57e0b948444fd8b4933371af153456ed8
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion vcpkg-overlays/graphviz/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphviz",
"version-semver": "8.0.3",
"version-semver": "8.0.4",
"port-version": 0,
"homepage": "https://graphviz.org/",
"description": "Graphviz is open source graph visualization software. Graph visualization is a way of representing structural information as diagrams of abstract graphs and networks. It has important applications in networking, bioinformatics, software engineering, database and web design, machine learning, and in visual interfaces for other technical domains.",
Expand Down

0 comments on commit 5302a3b

Please sign in to comment.