Skip to content

Commit

Permalink
Merge pull request #413 from citizensadvice/feat/update-design-system
Browse files Browse the repository at this point in the history
feat: update design sytem to 6.1.0
  • Loading branch information
davidsauntson authored Oct 31, 2024
2 parents 3a58f8d + b37d587 commit 5783e8b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem "bootsnap", require: false

gem "citizens_advice_components",
github: "citizensadvice/design-system",
tag: "v5.8.1",
tag: "v6.1.0",
glob: "engine/*.gemspec"

gem "view_component", "~> 3.17"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ GIT

GIT
remote: https://github.com/citizensadvice/design-system.git
revision: 945a906e2aa8b16f1e3bf30620dc25dcd161be95
tag: v5.8.1
revision: 96cdd806f8ce0e883607ef77683df5ab4e170945
tag: v6.1.0
glob: engine/*.gemspec
specs:
citizens_advice_components (0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "app",
"private": "true",
"dependencies": {
"@citizensadvice/design-system": "^5.8.1",
"@citizensadvice/design-system": "^6.1.0",
"esbuild": "^0.24.0",
"eslint-plugin-import": "^2.31.0",
"sass": "^1.79.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@citizensadvice/design-system@^5.8.1":
version "5.8.1"
resolved "https://registry.yarnpkg.com/@citizensadvice/design-system/-/design-system-5.8.1.tgz#3609cb9e55e5e358aa669e90c7e46f3b835ccfa4"
integrity sha512-jrylL+CmCAd87EQldZnf8L5+M5pb05qvQRlIxOr8sAPa8jLjZXMIQHCTzao2tLpfhkbrrulcIKdGsRgrNpV+kA==
"@citizensadvice/design-system@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@citizensadvice/design-system/-/design-system-6.1.0.tgz#4d9b486cc1a5649c4170dc4672f05df4f27c86ed"
integrity sha512-N8B7EEevQgVP9ZvO0eZ2pn8l2fp0CgaPP/5qkv7ZOYLgwvB1Z6DxBKg18Ksjp/gN5r+8qwXCSK6HCskmLW5jZg==

"@csstools/css-parser-algorithms@^3.0.1":
version "3.0.1"
Expand Down

0 comments on commit 5783e8b

Please sign in to comment.