Skip to content

Commit b2ab369

Browse files
Updates package dependency registry and ci install (#3135)
* Remove internal Salesforce artifactory registry * Update Circle CI to use CI instead of install * Use correct version of design system
1 parent af19308 commit b2ab369

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ commands:
2020
- checkout
2121
- node/install-packages:
2222
cache-path: ~/project/node_modules
23-
override-ci-command: npm install --legacy-peer-deps
23+
override-ci-command: npm ci --legacy-peer-deps
2424

2525
jobs:
2626
lint:

package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"warning": "^4.0.3"
113113
},
114114
"peerDependencies": {
115-
"@salesforce-ux/design-system": "2.21.3-wcag",
115+
"@salesforce-ux/design-system": "2.21.5-wcag",
116116
"react": ">=16.8",
117117
"react-dom": ">=16.8"
118118
},
@@ -130,7 +130,7 @@
130130
"@babel/polyfill": "^7.12.1",
131131
"@babel/preset-env": "^7.14.2",
132132
"@babel/preset-react": "^7.12.7",
133-
"@salesforce-ux/design-system": "2.21.3-wcag",
133+
"@salesforce-ux/design-system": "2.21.5-wcag",
134134
"@salesforce-ux/icons": "10.x",
135135
"@salesforce/eslint-plugin-slds-react": "^0.0.1",
136136
"@storybook/addon-a11y": "^6.2.0",

0 commit comments

Comments
 (0)