Skip to content

Commit

Permalink
Updates package dependency registry and ci install (salesforce#3135)
Browse files Browse the repository at this point in the history
* Remove internal Salesforce artifactory registry

* Update Circle CI to use CI instead of install

* Use correct version of design system
  • Loading branch information
interactivellama authored Dec 27, 2023
1 parent af19308 commit b2ab369
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commands:
- checkout
- node/install-packages:
cache-path: ~/project/node_modules
override-ci-command: npm install --legacy-peer-deps
override-ci-command: npm ci --legacy-peer-deps

jobs:
lint:
Expand Down
11 changes: 7 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"warning": "^4.0.3"
},
"peerDependencies": {
"@salesforce-ux/design-system": "2.21.3-wcag",
"@salesforce-ux/design-system": "2.21.5-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.21.3-wcag",
"@salesforce-ux/design-system": "2.21.5-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 b2ab369

Please sign in to comment.