Skip to content

Commit fcf738a

Browse files
authored
Merge branch 'main' into improve-readme-install-instruction
2 parents 6567585 + 7d8b071 commit fcf738a

File tree

3 files changed

+105
-170
lines changed

3 files changed

+105
-170
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
const role = response.data.role_name;
3434
core.info(`${author} permission level is: ${role}`);
3535
36-
if(role === "admin" || role === "write") {
36+
if(role === "admin" || role === "write" || author === "carbon-automation[bot]") {
3737
core.info(`${author} has sufficient permissions for deploy previews!`);
3838
return;
3939
} else {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
],
4040
"dependencies": {
4141
"@carbon/charts-react": "0.55.0",
42-
"@carbon/icons-react": "^11.61.0",
43-
"@carbon/pictograms": "^12.53.0",
44-
"@carbon/pictograms-react": "^11.79.0",
42+
"@carbon/icons-react": "^11.62.0",
43+
"@carbon/pictograms": "^12.55.0",
44+
"@carbon/pictograms-react": "^11.81.0",
4545
"@loadable/babel-plugin": "^5.16.1",
4646
"@loadable/component": "^5.16.4",
4747
"codesandbox": "^2.2.3",
4848
"d3": "^7.9.0",
4949
"gatsby": "^5.13.5",
5050
"gatsby-plugin-sass": "^6.14.0",
5151
"gatsby-plugin-sharp": "^5.13.1",
52-
"gatsby-theme-carbon": "^4.3.6",
52+
"gatsby-theme-carbon": "^4.3.9",
5353
"markdown-it": "^14.1.0",
5454
"prettier-config-carbon": "^0.11.0",
5555
"react": "^18.2.0",

0 commit comments

Comments
 (0)