Skip to content

Commit

Permalink
feat: Bump versions (#240)
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith authored Aug 13, 2024
1 parent 6246472 commit f45c5e3
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 84 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains a collection of useful c++ libraries compiled to WASM f
- [base91](https://base91.sourceforge.net/) - v0.6.0
- [duckdb](https://github.com/duckdb/duckdb) - v0.9.2
- [expat](https://libexpat.github.io/) - v2.6.2
- [graphviz](https://www.graphviz.org/) - v12.0.0
- [graphviz](https://www.graphviz.org/) - v12.1.0
- [zstd](https://github.com/facebook/zstd) - v1.5.6
- ...more to follow...

Expand Down
153 changes: 81 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,20 +139,20 @@
},
"devDependencies": {
"@duckdb/duckdb-wasm": "1.28.1-dev106.0",
"@eslint/js": "^9.8.0",
"@eslint/js": "9.9.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/chai": "4.3.17",
"@types/emscripten": "1.39.13",
"@types/mocha": "10.0.7",
"@types/node": "22.1.0",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@types/node": "22.2.0",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"assemblyscript": "0.27.29",
"chai": "5.1.1",
"coveralls": "3.1.1",
"esbuild": "0.23.0",
"eslint": "9.8.0",
"eslint": "9.9.0",
"fzstd": "0.1.1",
"globals": "15.9.0",
"karma": "6.4.4",
Expand All @@ -162,7 +162,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.36",
"local-web-server": "5.4.0",
"mocha": "10.7.0",
"mocha": "10.7.3",
"npm-run-all": "4.1.5",
"nyc": "17.0.0",
"rimraf": "6.0.1",
Expand All @@ -172,7 +172,7 @@
"typedoc": "0.26.5",
"typedoc-plugin-markdown": "4.2.3",
"typescript": "5.5.4",
"typescript-eslint": "8.0.1",
"typescript-eslint": "8.1.0",
"vitepress": "1.3.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src-ts/__tests__/graphviz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("graphviz", function () {
let graphviz = await Graphviz.load();
let v = graphviz.version();
expect(v).to.be.a.string;
expect(v).to.equal("12.0.0");
expect(v).to.equal("12.1.0");
console.log("graphviz version: " + v);
Graphviz.unload();

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 2b19fa78b9b121140546e679a6d8892b54ca4fe13a8b51a3b3fd9dd90dc910891931e5e8194a5c9324cbb112007416dc841063d84c90eb5e678da16adc8eeff9
SHA512 cd99efeb4516b34f32b3c4432bf022dd412919b502edcc54541f112e5330bd14fe3fdecc819fc482cd57a8e1b2ee93d85793531fadf2f3b4422c317a0b3b049d
HEAD_REF main
)

Expand Down
Loading

0 comments on commit f45c5e3

Please sign in to comment.