Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"tslib": "^2.0.0",
"uuid": "^11.1.0"
},
"resolutions": {
"coveralls-next/js-yaml": "^4.1.1"
Comment thread
manast marked this conversation as resolved.
Outdated
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
Expand All @@ -73,8 +76,8 @@
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/lodash.defaults": "^4.2.7",
"@types/lodash.isarguments": "^3.1.7",
"@types/lodash.defaults": "^4.2.9",
"@types/lodash.isarguments": "^3.1.9",
"@types/mocha": "^5.2.7",
"@types/msgpack": "^0.0.31",
"@types/node": "^18.19.127",
Expand All @@ -85,7 +88,7 @@
"c8": "^10.1.3",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"coveralls-next": "^5.0.0",
"coveralls-next": "^6.0.0",
"cpx2": "^8.0.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
4 changes: 0 additions & 4 deletions python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
"semantic-release": "^24.2.7",
"semantic-release-pypi": "^5.1.1"
},
"resolutions": {
"@semantic-release/commit-analyzer/conventional-changelog-angular": "8.1.0",
"@semantic-release/release-notes-generator/conventional-changelog-angular": "8.1.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down
Loading
Loading