Skip to content

Commit c40cd02

Browse files
authoredJul 31, 2023
Merge pull request #170 from GordonSmith/trunk
chore: Bump versions
2 parents 58b1d7c + c385c7f commit c40cd02

File tree

6 files changed

+944
-595
lines changed

6 files changed

+944
-595
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
This repository contains a collection of useful c++ libraries compiled to WASM for (re)use in Node JS, Web Browsers and JavaScript Libraries:
99
- [base91](https://base91.sourceforge.net/) - v0.6.0
1010
- [expat](https://libexpat.github.io/) - v2.5.0
11-
- [graphviz](https://www.graphviz.org/) - v8.0.5
11+
- [graphviz](https://www.graphviz.org/) - v8.1.0
1212
- [zstd](https://github.com/facebook/zstd) - v1.5.4
1313
- ...more to follow...
1414

1515
Built with:
16-
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.37
16+
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.44
1717

1818
## Homepage and Documents
1919

‎package-lock.json

+924-575
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -121,19 +121,19 @@
121121
"devDependencies": {
122122
"@istanbuljs/nyc-config-typescript": "1.0.2",
123123
"@rollup/plugin-commonjs": "24.1.0",
124-
"@rollup/plugin-node-resolve": "15.0.2",
125-
"@rollup/plugin-terser": "0.4.1",
124+
"@rollup/plugin-node-resolve": "15.1.0",
125+
"@rollup/plugin-terser": "0.4.3",
126126
"@types/chai": "4.3.5",
127-
"@types/emscripten": "1.39.6",
127+
"@types/emscripten": "1.39.7",
128128
"@types/mocha": "10.0.1",
129-
"@types/node": "18.15.13",
129+
"@types/node": "18.17.1",
130130
"@types/yargs": "17.0.24",
131-
"@typescript-eslint/eslint-plugin": "5.59.2",
132-
"@typescript-eslint/parser": "5.59.2",
133-
"assemblyscript": "0.27.5",
131+
"@typescript-eslint/eslint-plugin": "5.62.0",
132+
"@typescript-eslint/parser": "5.62.0",
133+
"assemblyscript": "0.27.6",
134134
"chai": "4.3.7",
135135
"coveralls": "3.1.1",
136-
"eslint": "8.39.0",
136+
"eslint": "8.46.0",
137137
"fzstd": "0.1.0",
138138
"karma": "6.4.2",
139139
"karma-chai": "0.1.0",
@@ -145,16 +145,16 @@
145145
"mocha": "10.2.0",
146146
"npm-run-all": "4.1.5",
147147
"nyc": "15.1.0",
148-
"rimraf": "5.0.0",
149-
"rollup": "3.21.5",
148+
"rimraf": "5.0.1",
149+
"rollup": "3.27.0",
150150
"rollup-plugin-sourcemaps": "0.6.3",
151151
"run-script-os": "1.1.6",
152152
"standard-version": "9.5.0",
153-
"tslib": "2.5.0",
154-
"typedoc": "0.24.6",
155-
"typedoc-plugin-markdown": "3.15.3",
156-
"typescript": "5.0.4",
157-
"vitepress": "1.0.0-alpha.75"
153+
"tslib": "2.6.1",
154+
"typedoc": "0.24.8",
155+
"typedoc-plugin-markdown": "3.15.4",
156+
"typescript": "5.1.6",
157+
"vitepress": "1.0.0-beta.7"
158158
},
159159
"repository": {
160160
"type": "git",

‎scripts/cpp-install-emsdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# List of current vertsion can be found in https://github.com/emscripten-core/emsdk/tags ---
44
# UPDATE README.md
5-
VERSION=3.1.37
5+
VERSION=3.1.44
66

77
if [ ! -d "./emsdk" ]
88
then

‎vcpkg-overlays/graphviz/portfile.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ vcpkg_from_gitlab(
33
OUT_SOURCE_PATH SOURCE_PATH
44
REPO graphviz/graphviz
55
REF ${VERSION}
6-
SHA512 0edbb19de1a677ea34d06eaaf90250986fc1946914fbb78abf845e246edfff1973746263863f627851d96551085bc06530ffd094c662d6473617c66c71dd6ea1
6+
SHA512 e88af2c56e665804e31107655f2f9b4ee342628e420876e5378943dc1de4bde78d271787845eb7631544e5440fca951d05d31d8fb261e562a03220ee6a50c08b
77
HEAD_REF main
88
)
99

‎vcpkg-overlays/graphviz/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphviz",
3-
"version-semver": "8.0.5",
3+
"version-semver": "8.1.0",
44
"port-version": 0,
55
"homepage": "https://graphviz.org/",
66
"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.",

0 commit comments

Comments
 (0)
Please sign in to comment.