Skip to content

Commit

Permalink
chore(deps): cleanup and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Mar 13, 2024
1 parent 868f199 commit 1f84713
Show file tree
Hide file tree
Showing 2 changed files with 1,178 additions and 1,444 deletions.
30 changes: 14 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,29 @@
}
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@commitlint/cli": "^19.1.0",
"@fingerprintjs/commit-lint-dx-team": "^0.0.2",
"@fingerprintjs/conventional-changelog-dx-team": "^0.1.0",
"@fingerprintjs/eslint-config-dx-team": "^0.1.0",
"@fingerprintjs/prettier-config-dx-team": "^0.1.0",
"@fingerprintjs/tsconfig-dx-team": "^0.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^28.1.3",
"@types/node": "^20.11.5",
"commitizen": "^4.2.4",
"conventional-changelog-conventionalcommits": "^5.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.27",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.1",
"jest": "^28.1.1",
"jest-environment-jsdom": "^28.1.1",
"lint-staged": "^13.0.2",
"rimraf": "^4.4.1",
"rollup": "^4.9.5",
"husky": "^9.0.11",
"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.2.0",
"rollup-plugin-license": "^3.3.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"ts-jest": "^28.0.5",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
"ts-jest": "^29.1.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 1f84713

Please sign in to comment.