Skip to content

Commit

Permalink
fix: update SPA library to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Nov 17, 2022
1 parent 3017e7b commit 2018592
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/fingerprintjs/fingerprintjs-pro-react#readme",
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-spa": "^0.6.0",
"@fingerprintjs/fingerprintjs-pro-spa": "^0.7.0",
"fast-deep-equal": "3.1.3"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -647,18 +647,18 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@fingerprintjs/fingerprintjs-pro-spa@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-0.6.0.tgz#991f9d46143253e28b2877effa320ed0374f8ae4"
integrity sha512-cMww0FNh41H3eyL6pusXN65fNOz6U+mumQ5KHm2wx66iFvPWHLXMUufPWsUaXYE7EWHseuznuUcO+VSVN+ubyQ==
"@fingerprintjs/fingerprintjs-pro-spa@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-0.7.0.tgz#6b38724f7201455548633ac4f34d41707649c11c"
integrity sha512-o2Q5RESJashpoXrnZ7QG49AS/76Ae7VbtdKQ2K2OzrJx+4isvHJJJ+ULoFE73cG3HaIbZTaWFoWFP7NjtT4KbQ==
dependencies:
"@fingerprintjs/fingerprintjs-pro" "^3.8.0"
"@fingerprintjs/fingerprintjs-pro" "^3.8.1"
tslib "^2.2.0"

"@fingerprintjs/fingerprintjs-pro@^3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.8.0.tgz#586bef92c6bca912c03b38ab23437c12628d871c"
integrity sha512-ZSrpmkzIWk3UfArj/1QzTvFY30Q2sk2YbTaE9GvVvG5HZtHOEzv58FlClXpdmTl4Bkbzki6Fofc7t7R+P9ZDLg==
"@fingerprintjs/fingerprintjs-pro@^3.8.1":
version "3.8.1"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.8.1.tgz#b972659f1d341b7054106a3f27c5ba028f8f2ea2"
integrity sha512-hIpShbh75po8j7AQQ2a/avI/X4KCe/wXR9B8+yeK9UQpnADBcNBuSCaaBIQDmDoHCxCsS/2hma91dgwt/u+6cA==
dependencies:
tslib "^2.0.1"

Expand Down

0 comments on commit 2018592

Please sign in to comment.