Skip to content

Commit 0735ca4

Browse files
committed
Fixed deploy action
1 parent 09bd64b commit 0735ca4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"typescript": "^4.5.5"
6767
},
6868
"peerDependencies": {
69-
"react": "^16",
70-
"react-dom": "^16"
69+
"react": "^17",
70+
"react-dom": "^17"
7171
},
7272
"plugins": [
7373
"@semantic-release/commit-analyzer",

src/UsageBar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const items = [
1111
{
1212
name: "UI",
1313
value: 10,
14-
color: "#E75D04",
14+
color: "#E85D04",
1515
},
1616
{
1717
name: "Photos",

0 commit comments

Comments
 (0)