Skip to content

Commit

Permalink
build: Add semantic-release as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Oct 25, 2022
1 parent 51e034c commit 9df9dce
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 13 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"url": "https://github.com/aws/aws-northstar"
},
"devDependencies": {
"@types/eslint": "^8.4.6",
"@types/eslint-plugin-prettier": "^3.1.0",
"@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",
"@types/eslint": "^8.4.6",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/license-checker": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^6.0.0",
Expand All @@ -66,6 +66,7 @@
"husky": "^8.0.1",
"license-checker": "^25.0.1",
"lint-staged": "^13.0.3",
"semantic-release": "^19.0.5",
"semantic-release-monorepo": "^7.0.5"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 9df9dce

Please sign in to comment.