Skip to content

Commit

Permalink
Merge pull request #160 from GordonSmith/BUMP_VERSIONS
Browse files Browse the repository at this point in the history
feat:  Bump Versions
  • Loading branch information
GordonSmith authored Apr 11, 2023
2 parents f4cb105 + 88a6aed commit 566abac
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 102 deletions.
4 changes: 2 additions & 2 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.1
- [graphviz](https://www.graphviz.org/) - v8.0.2
- [zstd](https://github.com/facebook/zstd) - v1.5.2
- ...more to follow...

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

## Homepage and Documents

Expand Down
152 changes: 76 additions & 76 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,19 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.4.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-terser": "0.4.1",
"@types/chai": "4.3.4",
"@types/emscripten": "1.39.6",
"@types/mocha": "10.0.1",
"@types/node": "18.15.11",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"assemblyscript": "0.27.1",
"chai": "4.3.7",
"coveralls": "3.1.1",
"eslint": "8.37.0",
"eslint": "8.38.0",
"fzstd": "0.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand All @@ -151,10 +151,10 @@
"run-script-os": "1.1.6",
"standard-version": "9.5.0",
"tslib": "2.5.0",
"typedoc": "0.23.28",
"typedoc-plugin-markdown": "3.14.0",
"typescript": "5.0.2",
"vitepress": "1.0.0-alpha.63"
"typedoc": "0.24.1",
"typedoc-plugin-markdown": "3.15.1",
"typescript": "5.0.4",
"vitepress": "1.0.0-alpha.65"
},
"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.34
VERSION=3.1.35

if [ ! -d "./emsdk" ]
then
Expand Down
5 changes: 1 addition & 4 deletions scripts/cpp-install-vcpkg.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash

# List of current vertsion can be found in https://github.com/microsoft/vcpkg/releases ---
# ./vcpkg/packages/base91_wasm32-emscripten/CONTROL
# ./vcpkg/packages/expat/CONTROL
# ./vcpkg/packages/zstd/CONTROL
# UPDATE README.md
VERSION=2023.01.09
VERSION=2023.02.24

if [ ! -d "./vcpkg" ]
then
Expand Down
Loading

0 comments on commit 566abac

Please sign in to comment.