Skip to content

Commit fe9580a

Browse files
committed
feat: Bump Versions
* expat: 2.5.0 * graphviz: 7.0.3 * emsdk: 3.1.26 Signed-off-by: Gordon Smith <[email protected]>
1 parent 014a93f commit fe9580a

File tree

5 files changed

+70
-39
lines changed

5 files changed

+70
-39
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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/) - v7.0.2
11+
- [graphviz](https://www.graphviz.org/) - v7.0.3
1212
- [zstd](https://github.com/facebook/zstd) - v1.5.2
1313
- ...more to follow...
1414

package-lock.json

Lines changed: 63 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@
131131
"@types/emscripten": "1.39.6",
132132
"@types/mocha": "10.0.0",
133133
"@types/node": "16.18.3",
134-
"@types/yargs": "17.0.13",
135-
"@typescript-eslint/eslint-plugin": "5.43.0",
136-
"@typescript-eslint/parser": "5.43.0",
134+
"@types/yargs": "17.0.14",
135+
"@typescript-eslint/eslint-plugin": "5.44.0",
136+
"@typescript-eslint/parser": "5.44.0",
137137
"chai": "4.3.7",
138138
"coveralls": "^3.1.1",
139139
"eslint": "8.28.0",
@@ -149,7 +149,7 @@
149149
"npm-run-all": "4.1.5",
150150
"nyc": "^15.1.0",
151151
"rimraf": "3.0.2",
152-
"rollup": "3.3.0",
152+
"rollup": "3.4.0",
153153
"rollup-plugin-sourcemaps": "0.6.3",
154154
"run-script-os": "1.1.6",
155155
"standard-version": "9.5.0",

scripts/cpp-install-graphviz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# List of current vertsion can be found in https://gitlab.com/graphviz/graphviz/-/tags ---
44
# UPDATE README.md
5-
VERSION=7.0.2
5+
VERSION=7.0.3
66

77
if [ ! -d "src-graphviz" ]
88
then

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"sourceMap": true,
1212
"declaration": true,
1313
"declarationMap": true,
14+
"skipLibCheck": true,
1415
"strict": true,
1516
"noImplicitAny": false
1617
},

0 commit comments

Comments
 (0)