Skip to content

Commit

Permalink
Merge branch 'main' into adds-typescript-to-toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 5, 2023
2 parents 7dfb95d + 7330045 commit 0e7fe96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion achecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
const path = require('path');

module.exports = {
ruleArchive: 'latest',
ruleArchive: '26May2023',
policies: ['Custom_Ruleset'],
failLevels: ['violation'],
reportLevels: [
Expand Down
5 changes: 5 additions & 0 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"peerDependencies": {
"sass": "^1.33.0"
},
"peerDependenciesMeta": {
"sass": {
"optional": true
}
},
"dependencies": {
"@carbon/colors": "^11.16.0",
"@carbon/feature-flags": "^0.15.0",
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2502,6 +2502,9 @@ __metadata:
sass: ^1.51.0
peerDependencies:
sass: ^1.33.0
peerDependenciesMeta:
sass:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 0e7fe96

Please sign in to comment.