Merge pull request #422 from tbo47/updatelibs2

minor update on libs
This commit is contained in:
Michael Gevlich 2021-10-30 04:01:05 +03:00 committed by GitHub
commit 94c13a333a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 548 additions and 525 deletions

View File

@ -6,6 +6,10 @@ npm install @openglobus/og --save
yarn add @openglobus/og
```
### Code: using reactjs
[example](https://github.com/tbo47/openglobus_grafana)
### Code: using in Angular
```javascript

1057
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,19 +47,19 @@
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-json": "^4.1.0",
"@types/jest": "^27.0.2",
"eslint": "^8.0.1",
"husky": "^7.0.2",
"eslint": "^8.1.0",
"husky": "^7.0.4",
"jaguarjs-jsdoc": "^1.1.0",
"jest": "^27.2.5",
"jest": "^27.3.1",
"jest-canvas-mock": "^2.3.1",
"jest-webgl-canvas-mock": "^0.2.3",
"jsdoc": "^3.6.7",
"lint-staged": "^11.2.3",
"lint-staged": "^11.2.6",
"local-web-server": "^5.1.1",
"msdf-bmfont-xml": "^2.5.4",
"postcss": "^8.3.9",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"rollup": "^2.58.3",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.4.4"