Skip to content

Commit

Permalink
Bugfix/fix cdk synth regression bug (#739)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Dec 6, 2023
1 parent d68b86f commit 4168243
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cats-cradle/design-system",
"comment": "fix cdk synth regression bug",
"type": "patch"
}
],
"packageName": "@cats-cradle/design-system"
}
47 changes: 13 additions & 34 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "675b23fe398c6386a4b12e29d9f38b28e0b6f931",
"pnpmShrinkwrapHash": "9d595640773bf699d2e9474d6d6e391053d3f5fb",
"preferredVersionsHash": "7c6836c4ff2ee31a263e87ea93a487fc752ca3f6"
}
3 changes: 2 additions & 1 deletion services/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "~6.4.2",
"@fortawesome/free-solid-svg-icons": "~6.4.2"
"@fortawesome/free-solid-svg-icons": "~6.4.2",
"ts-node": "10.9.1"
},
"devDependencies": {
"@fortawesome/react-fontawesome": "~0.2.0",
Expand Down

0 comments on commit 4168243

Please sign in to comment.