Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Nov 18, 2020
1 parent d31d7ec commit fae7d82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"build": "yarn clean && node tasks/build.js",
"clean": "rimraf es lib umd"
},
"peerDependencies": {
"react": ">=16"
},
"dependencies": {
"@carbon/icon-helpers": "^10.9.0",
"prop-types": "^15.7.2"
Expand All @@ -40,8 +43,5 @@
"@carbon/icon-build-helpers": "^0.11.0",
"@carbon/icons": "^10.21.0"
},
"peerDependencies": {
"react": ">=16"
},
"sideEffects": false
}
6 changes: 3 additions & 3 deletions packages/pictograms-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"build": "yarn clean && node tasks/build.js",
"clean": "rimraf es lib umd"
},
"peerDependencies": {
"react": ">=16"
},
"dependencies": {
"@carbon/icon-helpers": "^10.9.0",
"prop-types": "^15.7.2"
Expand All @@ -40,8 +43,5 @@
"@carbon/icon-build-helpers": "^0.11.0",
"@carbon/pictograms": "^10.18.0"
},
"peerDependencies": {
"react": ">=16"
},
"sideEffects": false
}

0 comments on commit fae7d82

Please sign in to comment.