-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from cfpb/ans_update_deps
Update to yarn 4 | update DS 3.5.0 | update prettier 3.4.1
- Loading branch information
Showing
3 changed files
with
1,878 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
defaultSemverRangePrefix: "" | ||
|
||
enableGlobalCache: false | ||
|
||
enableMirror: true | ||
|
||
enableTelemetry: false | ||
|
||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"watch": "yarn build watch" | ||
}, | ||
"dependencies": { | ||
"@cfpb/cfpb-design-system": "^3.4.9", | ||
"@cfpb/cfpb-design-system": "^3.5.0", | ||
"@csstools/postcss-sass": "5.1.1", | ||
"@csstools/sass-import-resolve": "1.0.0", | ||
"autoprefixer": "^10.4.20", | ||
|
@@ -23,7 +23,7 @@ | |
"postcss-scss": "4.0.9" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.1", | ||
"prettier-plugin-jinja-template": "^2.0.0" | ||
}, | ||
"prettier": { | ||
|
@@ -41,5 +41,6 @@ | |
} | ||
] | ||
}, | ||
"type": "module" | ||
"type": "module", | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.