Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Carbon v10.56.0 #2808

Merged
merged 18 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
29ba6bf
fix(modal): remove width column from max sizes table
tay1orjones May 5, 2021
23fd0a2
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Jun 16, 2021
5428329
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Oct 15, 2021
a566c93
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Oct 22, 2021
2cf21d2
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Nov 4, 2021
5e6e2c9
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Nov 12, 2021
7488b12
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Dec 1, 2021
f3bcba8
chore(team): add taylor photo
tay1orjones Dec 1, 2021
5dc89cc
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Mar 2, 2022
b87baec
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Mar 3, 2022
5742b39
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Mar 9, 2022
db16a7d
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Mar 16, 2022
cbc8f05
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Mar 16, 2022
fc3d940
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Mar 21, 2022
19b959e
Merge branch 'main' of github.com:carbon-design-system/carbon-website…
tay1orjones Mar 24, 2022
99181d1
chore(release): v10.56.0-rc.0 smoke test
tay1orjones Mar 24, 2022
3b2544c
chore(release): update to v10.56.0
tay1orjones Mar 25, 2022
a88cadb
Merge branch 'main' into release/v10.56.0
kodiakhq[bot] Mar 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
],
"dependencies": {
"@babel/core": "^7.15.8",
"@carbon/charts-react": "0.54.2",
"@carbon/elements": "^10.53.0",
"@carbon/icons": "^10.47.0",
"@carbon/icons-react": "^10.47.0",
"@carbon/pictograms": "^11.23.0",
"@carbon/pictograms-react": "^11.23.0",
"@carbon/charts-react": "0.54.13",
"@carbon/elements": "^10.55.0-rc.0",
"@carbon/icons": "^10.48.0",
"@carbon/icons-react": "^10.49.0-rc.0",
"@carbon/pictograms": "^11.24.0",
"@carbon/pictograms-react": "^11.25.0-rc.0",
"@loadable/component": "^5.15.0",
"@slack/web-api": "^5.11.0",
"babel-preset-env": "^1.7.0",
"babel-preset-gatsby": "^1.14.0",
"carbon-components": "^10.54.0",
"carbon-components-react": "^7.54.0",
"carbon-components": "^10.56.0-rc.0",
"carbon-components-react": "^7.56.0-rc.0",
"change-case": "^4.1.1",
"classnames": "^2.2.6",
"codesandbox": "^2.1.10",
Expand Down Expand Up @@ -81,7 +81,7 @@
"d3": "7.0.0",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"eslint-config-carbon": "^2.8.0",
"eslint-config-carbon": "^2.12.0",
"fs-extra": "^9.0.1",
"gatsby-plugin-lodash": "^4.14.0",
"gatsby-plugin-manifest": "^3.14.0",
Expand Down
Loading