Skip to content

Commit

Permalink
Merge pull request #86 from fingerprintjs/chore/upgrade-dependencies-…
Browse files Browse the repository at this point in the history
…aug-2024

fix: upgraded dependencies to latest, now using @fingerprintjs/finger…
  • Loading branch information
JuroUhlar authored Aug 28, 2024
2 parents a945876 + c6bab05 commit b1ad201
Show file tree
Hide file tree
Showing 2 changed files with 1,005 additions and 749 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
},
"homepage": "https://github.com/fingerprintjs/fingerprintjs-pro-spa#readme",
"dependencies": {
"@fingerprintjs/fingerprintjs-pro": "^3.9.2",
"tslib": "^2.6.2"
"@fingerprintjs/fingerprintjs-pro": "^3.11.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@fingerprintjs/commit-lint-dx-team": "^0.0.2",
"@fingerprintjs/conventional-changelog-dx-team": "^0.1.0",
"@fingerprintjs/eslint-config-dx-team": "^0.1.0",
Expand All @@ -66,20 +66,20 @@
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/node": "^20.16.2",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.0.11",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"rimraf": "^5.0.5",
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-license": "^3.3.1",
"ts-jest": "^29.1.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
"lint-staged": "^15.2.9",
"rimraf": "^5.0.10",
"rollup": "^4.21.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-license": "^3.5.2",
"ts-jest": "^29.2.5",
"typedoc": "^0.25.13",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit b1ad201

Please sign in to comment.