Skip to content

Commit

Permalink
testing beta 3, the RC
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobruni committed May 26, 2020
1 parent 980c443 commit c646529
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"lodash": "^4.17.11",
"tsparticles": "^1.14.3"
"tsparticles": "^1.15.0-beta.3"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Expand Up @@ -4072,18 +4072,23 @@ tsconfig@^6.0.0:
strip-bom "^3.0.0"
strip-json-comments "^2.0.0"

tslib@^1.11.2, tslib@^1.9.0:
tslib@^1.9.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==

tsparticles@^1.14.3:
version "1.14.3"
resolved "https://registry.yarnpkg.com/tsparticles/-/tsparticles-1.14.3.tgz#2ec575d5fd94eff951f77e0a72936d7738283167"
integrity sha512-2nIsKHf2aPZqIb7YjqsIiyoRtkUItTVbTw8q+lantiqP4mpVzAukF7NW49088mrMku6WnBtxjKqlyzsN/jDbcw==
tslib@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==

tsparticles@^1.15.0-beta.3:
version "1.15.0-beta.3"
resolved "https://registry.yarnpkg.com/tsparticles/-/tsparticles-1.15.0-beta.3.tgz#6bd31553417a20528a4b684f72006161e820f2e2"
integrity sha512-+fkU/Oa6Cp3d+YIvpV2dm3SK4JI2mHYWBdddDubqtAl6uQh7v3G3CEVcy8vzgZ1OCg6dj13hp5d4e9PXcA6ZVA==
dependencies:
pathseg "^1.2.0"
tslib "^1.11.2"
tslib "^2.0.0"

tty-browserify@0.0.0:
version "0.0.0"
Expand Down

0 comments on commit c646529

Please sign in to comment.