Skip to content

Commit 8727951

Browse files
authored
Added semantic release deps back (#846)
* Added semantic release deps back Signed-off-by: Jason Porter <[email protected]> * Updated lockfile Signed-off-by: Jason Porter <[email protected]> --------- Signed-off-by: Jason Porter <[email protected]>
1 parent f363505 commit 8727951

File tree

2 files changed

+3908
-101
lines changed

2 files changed

+3908
-101
lines changed

package.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"test:failed:print": "node scripts/getFailedLogs.js",
4040
"test-coverage": "NODE_ENV=test yarn test --coverage=true",
4141
"test:todo": "node ./scripts/getTestTodo.js",
42-
"find:dead:code": "npx ts-prune | grep -v 'used in module'"
42+
"find:dead:code": "npx ts-prune | grep -v 'used in module'",
43+
"test-release": "CI=true npx [email protected] --debug --no-ci --test-run"
4344
},
4445
"husky": {
4546
"hooks": {
@@ -55,6 +56,13 @@
5556
"dependencies": {
5657
"@commitlint/cli": "^17.3.0",
5758
"@commitlint/config-conventional": "^17.3.0",
59+
"@semantic-release/changelog": "^5.0.1",
60+
"@semantic-release/commit-analyzer": "^8.0.1",
61+
"@semantic-release/exec": "^6.0.3",
62+
"@semantic-release/git": "^10.0.1",
63+
"@semantic-release/github": "^7.0.5",
64+
"@semantic-release/npm": "^7.0.5",
65+
"@semantic-release/release-notes-generator": "^9.0.1",
5866
"@tanstack/react-table": "^8.10.1",
5967
"@testing-library/jest-dom": "^5.16.3",
6068
"@testing-library/react": "^13.2.0",
@@ -117,6 +125,7 @@
117125
"react-helmet": "^6.1.0",
118126
"react-router": "5.3.4",
119127
"react-router-dom": "5.3.4",
128+
"semantic-release": "^21.0.7",
120129
"source-map-loader": "^4.0.1",
121130
"string-template": "^1.0.0",
122131
"style-loader": "^3.3.3",
@@ -153,6 +162,7 @@
153162
"dotenv": "^16.3.1",
154163
"eslint-plugin-custom-rules": "file:./scripts/eslint-custom-rules",
155164
"parse5-htmlparser2-tree-adapter": "^7.0.0",
165+
"semantic-release": "^21.0.7",
156166
"storybook-addon-mock": "^2.4.1"
157167
},
158168
"resolutions": {

0 commit comments

Comments
 (0)