We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bd64b commit 0735ca4Copy full SHA for 0735ca4
package.json
@@ -66,8 +66,8 @@
66
"typescript": "^4.5.5"
67
},
68
"peerDependencies": {
69
- "react": "^16",
70
- "react-dom": "^16"
+ "react": "^17",
+ "react-dom": "^17"
71
72
"plugins": [
73
"@semantic-release/commit-analyzer",
src/UsageBar.stories.tsx
@@ -11,7 +11,7 @@ const items = [
11
{
12
name: "UI",
13
value: 10,
14
- color: "#E75D04",
+ color: "#E85D04",
15
16
17
name: "Photos",
0 commit comments