Skip to content

Commit

Permalink
Update design-system to wcag version (#3131)
Browse files Browse the repository at this point in the history
* Update design-system to wcag version

* No suffix. Just version bump
  • Loading branch information
ilee-salesforce committed Aug 22, 2023
1 parent fb2e424 commit af19308
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "design-system-react",
"version": "0.10.57",
"version": "0.10.58",
"description": "Salesforce Lightning Design System for React",
"license": "BSD-3-Clause",
"engines": {
Expand Down Expand Up @@ -112,7 +112,7 @@
"warning": "^4.0.3"
},
"peerDependencies": {
"@salesforce-ux/design-system": "^2.20.1",
"@salesforce-ux/design-system": "2.21.3-wcag",
"react": ">=16.8",
"react-dom": ">=16.8"
},
Expand All @@ -130,7 +130,7 @@
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.12.7",
"@salesforce-ux/design-system": "^2.20.1",
"@salesforce-ux/design-system": "2.21.3-wcag",
"@salesforce-ux/icons": "10.x",
"@salesforce/eslint-plugin-slds-react": "^0.0.1",
"@storybook/addon-a11y": "^6.2.0",
Expand Down

0 comments on commit af19308

Please sign in to comment.