Skip to content

Commit

Permalink
feat: Bump dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Oct 24, 2022
1 parent ffb4835 commit 7addff0
Show file tree
Hide file tree
Showing 4 changed files with 1,836 additions and 1,071 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
"url": "https://github.com/aws/aws-northstar"
},
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/github": "^8.0.6",
"@types/eslint": "^8.4.6",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/license-checker": "^25.0.3",
Expand Down
3 changes: 2 additions & 1 deletion .releaserc → packages/legacy/.releaserc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "semantic-release-monorepo",
"branches": [{
"name": "main"
},
Expand Down Expand Up @@ -36,7 +37,7 @@
}],
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"pkgRoot": "./packages/legacy/build"
"pkgRoot": "./build"
}],
["@semantic-release/github"]
]
Expand Down
4 changes: 4 additions & 0 deletions packages/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"check:all": "yarn test:ci && yarn build && yarn storybook:build && yarn styleguide:build",
"lint:fix": "eslint --fix --ext .ts --ext .tsx --ext .js --ext .jsx .",
"lint": "eslint --max-warnings 0 --ext .ts --ext .tsx --ext .js --ext .jsx .",
"semantic-release": "semantic-release",
"storybook:build": "build-storybook -s ./public -o storybook.out",
"storybook": "start-storybook -s ./public -p 9090",
"styleguide:build": "styleguidist build",
Expand All @@ -39,6 +40,7 @@
},
"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",
Expand Down Expand Up @@ -138,6 +140,8 @@
"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 7addff0

Please sign in to comment.