Skip to content

Commit

Permalink
Merge pull request #122 from cfpb/ans_update_deps
Browse files Browse the repository at this point in the history
Update to yarn 4 | update DS 3.5.0 | update prettier 3.4.1
  • Loading branch information
anselmbradford authored Dec 3, 2024
2 parents 7cbd7e5 + 1bc91f9 commit ebc430b
Show file tree
Hide file tree
Showing 3 changed files with 1,878 additions and 703 deletions.
9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defaultSemverRangePrefix: ""

enableGlobalCache: false

enableMirror: true

enableTelemetry: false

nodeLinker: node-modules
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand All @@ -41,5 +41,6 @@
}
]
},
"type": "module"
"type": "module",
"packageManager": "[email protected]"
}
Loading

0 comments on commit ebc430b

Please sign in to comment.