Skip to content

Commit

Permalink
fix: MAR-2362 debug semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
vitt committed Oct 28, 2021
1 parent bd87421 commit d444a7a
Showing 1 changed file with 44 additions and 47 deletions.
91 changes: 44 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,56 +42,9 @@
"test:watch": "yarn test --watchAll",
"test:ci": "CI=true yarn test",
"example": "node example",
"version": "standard-version --no-git-tag-version",
"reset-hard": "git clean -df && git reset --hard && yarn",
"release": "yarn build && npm publish"
},
"dependencies": {
"@bitauth/libauth": "^1.17.1",
"@sentry/node": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"@types/chartjs": "^0.0.31",
"@types/sharp": "^0.28.4",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"chart.js": "^3.4.1",
"chartjs-node-canvas": "^3.2.0",
"fast-xml-parser": "^3.19.0",
"googleapis": "^73.0.0",
"moment": "^2.29.1",
"node-emoji": "^1.10.0",
"node-schedule": "^2.0.0",
"sharp": "^0.28.3",
"vega": "^5.20.2",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node-emoji": "^1.8.1",
"@types/node-schedule": "^1.3.1",
"@types/node-telegram-bot-api": "^0.51.1",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.3.6",
"jest": "^26.6.3",
"prettier": "^2.1.1",
"standard-version": "^9.0.0",
"ts-jest": "^26.5.6",
"ts-node": "^9.0.0",
"tsc-alias": "^1.2.10",
"typescript": "^4.0.2",
"@semantic-release/changelog": "",
"@semantic-release/git": "^10.0.0",
"semantic-release": "^17.1.1"
},
"standard-version": {},

"release": {
"plugins": [
[
Expand Down Expand Up @@ -145,6 +98,50 @@
}
]
]
},
"dependencies": {
"@bitauth/libauth": "^1.17.1",
"@sentry/node": "^6.13.3",
"@sentry/tracing": "^6.13.3",
"@types/chartjs": "^0.0.31",
"@types/sharp": "^0.28.4",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"chart.js": "^3.4.1",
"chartjs-node-canvas": "^3.2.0",
"fast-xml-parser": "^3.19.0",
"googleapis": "^73.0.0",
"moment": "^2.29.1",
"node-emoji": "^1.10.0",
"node-schedule": "^2.0.0",
"sharp": "^0.28.3",
"vega": "^5.20.2",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node-emoji": "^1.8.1",
"@types/node-schedule": "^1.3.1",
"@types/node-telegram-bot-api": "^0.51.1",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.3.6",
"jest": "^26.6.3",
"prettier": "^2.1.1",
"standard-version": "^9.0.0",
"ts-jest": "^26.5.6",
"ts-node": "^9.0.0",
"tsc-alias": "^1.2.10",
"typescript": "^4.0.2",
"@semantic-release/changelog": "github:semantic-release/changelog",
"@semantic-release/git": "^10.0.0",
"semantic-release": "^17.1.1"
}
}

Expand Down

0 comments on commit d444a7a

Please sign in to comment.