Skip to content

Commit

Permalink
security update
Browse files Browse the repository at this point in the history
  • Loading branch information
codemile committed Mar 4, 2020
1 parent 205f0ad commit 53b313c
Show file tree
Hide file tree
Showing 7 changed files with 1,910 additions and 825 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<link rel="stylesheet" href="https://reactgular.github.io/devices/styles.f33fb23e38a0c7953e5a.css"></head>
<body>
<rg-demo></rg-demo>
<script src="https://reactgular.github.io/devices/runtime-es2015.160042474b38c16900de.js" type="module"></script><script src="https://reactgular.github.io/devices/runtime-es5.160042474b38c16900de.js" nomodule defer></script><script src="https://reactgular.github.io/devices/polyfills-es5.efc92add5c30e3e8e7cb.js" nomodule defer></script><script src="https://reactgular.github.io/devices/polyfills-es2015.28af28c06ae9f074fe74.js" type="module"></script><script src="https://reactgular.github.io/devices/main-es2015.7eab4a3d89f2996148a8.js" type="module"></script><script src="https://reactgular.github.io/devices/main-es5.7eab4a3d89f2996148a8.js" nomodule defer></script></body>
<script src="https://reactgular.github.io/devices/runtime-es2015.160042474b38c16900de.js" type="module"></script><script src="https://reactgular.github.io/devices/runtime-es5.160042474b38c16900de.js" nomodule defer></script><script src="https://reactgular.github.io/devices/polyfills-es5.2b1dc593d1a6a06cdb49.js" nomodule defer></script><script src="https://reactgular.github.io/devices/polyfills-es2015.28af28c06ae9f074fe74.js" type="module"></script><script src="https://reactgular.github.io/devices/main-es2015.7eab4a3d89f2996148a8.js" type="module"></script><script src="https://reactgular.github.io/devices/main-es5.7eab4a3d89f2996148a8.js" nomodule defer></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/main-es5.7eab4a3d89f2996148a8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/polyfills-es5.2b1dc593d1a6a06cdb49.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/polyfills-es5.efc92add5c30e3e8e7cb.js

This file was deleted.

2,721 changes: 1,903 additions & 818 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactgular/devices",
"version": "1.0.0",
"version": "0.0.0",
"description": "Angular library that simplifies working with desktop, tablet and mobile devices.",
"author": "reactgular.com",
"homepage": "https://reactgular.com/",
Expand Down Expand Up @@ -37,14 +37,14 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.20",
"@angular-devkit/build-angular": "^0.803.23",
"@angular-devkit/build-ng-packagr": "~0.803.20",
"@angular/cli": "~8.3.20",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~12.12.15",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.8",
"@types/node": "~12.12.15",
"codelyzer": "^5.2.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion projects/devices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactgular/devices",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular library that simplifies working with desktop, tablet and mobile devices.",
"author": "reactgular.com",
"homepage": "https://reactgular.com/",
Expand Down

0 comments on commit 53b313c

Please sign in to comment.