Skip to content

Commit

Permalink
build: Setup monorepo release
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Oct 24, 2022
1 parent 7addff0 commit 51e034c
Show file tree
Hide file tree
Showing 3 changed files with 1,053 additions and 321 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
"@types/license-checker": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^6.0.0",
Expand All @@ -60,7 +65,8 @@
"git-conventional-commits": "^2.1.2",
"husky": "^8.0.1",
"license-checker": "^25.0.1",
"lint-staged": "^13.0.3"
"lint-staged": "^13.0.3",
"semantic-release-monorepo": "^7.0.5"
},
"resolutions": {
"**/@types/react": "^17",
Expand Down
5 changes: 0 additions & 5 deletions packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/github": "^8.0.6",
"@storybook/addon-a11y": "^6.5.12",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
Expand Down Expand Up @@ -140,8 +137,6 @@
"remark-code-blocks": "^2.0.1",
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"semantic-release": "^19.0.5",
"semantic-release-monorepo": "^7.0.5",
"use-debounce": "^8.0.4",
"uuid": "^9.0.0"
},
Expand Down
Loading

0 comments on commit 51e034c

Please sign in to comment.