Skip to content

Commit 9410ee4

Browse files
committed
chore: upgrade design system
1 parent 613dbd5 commit 9410ee4

4 files changed

Lines changed: 20 additions & 12 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem "bootsnap", require: false
3636

3737
gem "citizens_advice_components",
3838
github: "citizensadvice/design-system",
39-
tag: "v6.4.2",
39+
tag: "v8.1.0",
4040
glob: "engine/*.gemspec"
4141

4242
gem "citizens_advice_form_builder",

Gemfile.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ GIT
2121

2222
GIT
2323
remote: https://github.com/citizensadvice/design-system.git
24-
revision: efe786cca5823edc4934031cec494d79c5b62082
25-
tag: v6.4.2
24+
revision: c3cb623bf7eeac13c5573d7594032bc10f611021
25+
tag: v8.1.0
2626
glob: engine/*.gemspec
2727
specs:
28-
citizens_advice_components (6.4.2)
29-
actionpack (>= 7.0.0, < 9.0)
30-
railties (>= 7.0.0, < 9.0)
31-
view_component (>= 2.0.0, < 4.0)
28+
citizens_advice_components (8.1.0)
29+
actionpack (>= 7.1.0, < 9.0)
30+
actionview (>= 7.1.0, < 9.0)
31+
activemodel (>= 7.1.0, < 9.0)
32+
activerecord (>= 7.1.0, < 9.0)
33+
activesupport (>= 7.1.0, < 9.0)
34+
rails-i18n (>= 7.0.10)
35+
railties (>= 7.1.0, < 9.0)
36+
view_component (>= 2.0.0, < 5.0)
3237

3338
GIT
3439
remote: https://github.com/citizensadvice/rails-form-builder.git
@@ -381,6 +386,9 @@ GEM
381386
rails-html-sanitizer (1.6.2)
382387
loofah (~> 2.21)
383388
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
389+
rails-i18n (7.0.10)
390+
i18n (>= 0.7, < 2)
391+
railties (>= 6.0.0, < 8)
384392
rails_semantic_logger (4.18.0)
385393
rack
386394
railties (>= 5.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "app",
33
"private": "true",
44
"dependencies": {
5-
"@citizensadvice/design-system": "^6.4.2",
5+
"@citizensadvice/design-system": "^8.1.0",
66
"@datadog/browser-logs": "^6.17.0",
77
"esbuild": "^0.25.8",
88
"eslint-plugin-import": "^2.32.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
chalk "^2.0.0"
2929
js-tokens "^4.0.0"
3030

31-
"@citizensadvice/design-system@^6.4.2":
32-
version "6.4.2"
33-
resolved "https://registry.yarnpkg.com/@citizensadvice/design-system/-/design-system-6.4.2.tgz#0f31a577d734ce98f0d190dc5740324d1f8d749a"
34-
integrity sha512-NSZALoFSp/XwAcTCHSlOUqrHnxoyPDxHD8fejdVRZInx+2njcrW5VCUZL9Sc8fmUjz3FBnyy8v+O2DaoWtnKLw==
31+
"@citizensadvice/design-system@^8.1.0":
32+
version "8.1.0"
33+
resolved "https://registry.yarnpkg.com/@citizensadvice/design-system/-/design-system-8.1.0.tgz#32ae00c163da914f656e955cc87e6ec96cb90135"
34+
integrity sha512-DUJulHNdhSbOHdso6fSg6vjROcKuXf7OC0QSm/kZnC1dMA+cOkFszi6YIVbYlK8zFl4ufOQb/GA+EU2hrBJXmA==
3535

3636
"@csstools/css-parser-algorithms@^3.0.5":
3737
version "3.0.5"

0 commit comments

Comments
 (0)