ccs-frontend_helpers 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5da91f1cead5cea0d782242299e6290cc1c93a9513deba6b3866f696bd5a067c
4
- data.tar.gz: 1e923993ff4a79465bf172007bfacca7d37a13d7122eb47d0fe6643d3f865080
3
+ metadata.gz: 49094b85d923314effa43d0c60f5c3c0bf9deeec030c435f0ec76ce22ddeb6b5
4
+ data.tar.gz: 21db12cad27d213e3fba7ff1ee192ed22769f873493bb66e3faf90440e12f5f7
5
5
  SHA512:
6
- metadata.gz: b4d556815d54978dd0c5a5d835dd41a6cfb5ec59330fdc1efe19cc62dadb2b151c4f12798c15941c400e9299a1fd789ed493d2b74bd3a4e8575ae5b729f1ab78
7
- data.tar.gz: c763041c52a41d534e3d286e8e84e866a8b6121455a901f9916961efc17da22008bf951b26e9523574a2d780d5f55b408c2aa9736704935f6d9c0758e4230b89
6
+ metadata.gz: ba87d6067fa4e5a5407e88358a082c19054d0c01a9e8b511f7d6106fa8ab3588395eda8b1f42353fa0faab2990003a97e7f026c61404b9255df524ea9e5cc745
7
+ data.tar.gz: 01d7b136401980959094793740ab9ea04cf868e24245ceaa7e35bcfc3de7de66f927cd3680372db5ad30234a44e28c1601a2437cadf22a6102bcf5618b64d93d
data/.rubocop.yml CHANGED
@@ -3,8 +3,6 @@ plugins:
3
3
  - rubocop-rails
4
4
  - rubocop-rake
5
5
  - rubocop-rspec
6
-
7
- require:
8
6
  - rubocop-capybara
9
7
 
10
8
  AllCops:
data/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.3.0] - 2025-04-17
11
+
12
+ ### Added
13
+
14
+ - Added the ability have muttons instead of links for the header links.
15
+ This is because we need to send a delete request when signing out and this was previously done by Rails UJS which was removed in Rails 7.2
16
+ - Updated CCS Frontend to v1.4.0
17
+
18
+ ### Changed
19
+
20
+ - Change from using Yarn to using Bun to manage the NodeJS packages (Internal only)
21
+ - Make Rails 7.2 the minimum required version for this Gem
22
+
10
23
  ## [2.2.0] - 2025-03-21
11
24
 
12
25
  ### Added
data/Gemfile CHANGED
@@ -16,9 +16,9 @@ gem 'simplecov', '~> 0.21'
16
16
  gem 'nokogiri-diff', '~> 0.3.0'
17
17
 
18
18
  # Gems for linting/formatting the package
19
- gem 'rubocop', '~> 1.74'
19
+ gem 'rubocop', '~> 1.75'
20
20
  gem 'rubocop-capybara', '~> 2.22'
21
- gem 'rubocop-rails', '~> 2.30'
21
+ gem 'rubocop-rails', '~> 2.31'
22
22
  gem 'rubocop-rake', '~> 0.7'
23
23
  gem 'rubocop-rspec', '~> 3.5'
24
24
 
data/Gemfile.lock CHANGED
@@ -1,90 +1,88 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ccs-frontend_helpers (2.2.0)
5
- rails (>= 7.0)
4
+ ccs-frontend_helpers (2.3.0)
5
+ rails (>= 7.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (7.1.4.2)
11
- actionpack (= 7.1.4.2)
12
- activesupport (= 7.1.4.2)
10
+ actioncable (8.0.2)
11
+ actionpack (= 8.0.2)
12
+ activesupport (= 8.0.2)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
15
  zeitwerk (~> 2.6)
16
- actionmailbox (7.1.4.2)
17
- actionpack (= 7.1.4.2)
18
- activejob (= 7.1.4.2)
19
- activerecord (= 7.1.4.2)
20
- activestorage (= 7.1.4.2)
21
- activesupport (= 7.1.4.2)
22
- mail (>= 2.7.1)
23
- net-imap
24
- net-pop
25
- net-smtp
26
- actionmailer (7.1.4.2)
27
- actionpack (= 7.1.4.2)
28
- actionview (= 7.1.4.2)
29
- activejob (= 7.1.4.2)
30
- activesupport (= 7.1.4.2)
31
- mail (~> 2.5, >= 2.5.4)
32
- net-imap
33
- net-pop
34
- net-smtp
16
+ actionmailbox (8.0.2)
17
+ actionpack (= 8.0.2)
18
+ activejob (= 8.0.2)
19
+ activerecord (= 8.0.2)
20
+ activestorage (= 8.0.2)
21
+ activesupport (= 8.0.2)
22
+ mail (>= 2.8.0)
23
+ actionmailer (8.0.2)
24
+ actionpack (= 8.0.2)
25
+ actionview (= 8.0.2)
26
+ activejob (= 8.0.2)
27
+ activesupport (= 8.0.2)
28
+ mail (>= 2.8.0)
35
29
  rails-dom-testing (~> 2.2)
36
- actionpack (7.1.4.2)
37
- actionview (= 7.1.4.2)
38
- activesupport (= 7.1.4.2)
30
+ actionpack (8.0.2)
31
+ actionview (= 8.0.2)
32
+ activesupport (= 8.0.2)
39
33
  nokogiri (>= 1.8.5)
40
- racc
41
34
  rack (>= 2.2.4)
42
35
  rack-session (>= 1.0.1)
43
36
  rack-test (>= 0.6.3)
44
37
  rails-dom-testing (~> 2.2)
45
38
  rails-html-sanitizer (~> 1.6)
46
- actiontext (7.1.4.2)
47
- actionpack (= 7.1.4.2)
48
- activerecord (= 7.1.4.2)
49
- activestorage (= 7.1.4.2)
50
- activesupport (= 7.1.4.2)
39
+ useragent (~> 0.16)
40
+ actiontext (8.0.2)
41
+ actionpack (= 8.0.2)
42
+ activerecord (= 8.0.2)
43
+ activestorage (= 8.0.2)
44
+ activesupport (= 8.0.2)
51
45
  globalid (>= 0.6.0)
52
46
  nokogiri (>= 1.8.5)
53
- actionview (7.1.4.2)
54
- activesupport (= 7.1.4.2)
47
+ actionview (8.0.2)
48
+ activesupport (= 8.0.2)
55
49
  builder (~> 3.1)
56
50
  erubi (~> 1.11)
57
51
  rails-dom-testing (~> 2.2)
58
52
  rails-html-sanitizer (~> 1.6)
59
- activejob (7.1.4.2)
60
- activesupport (= 7.1.4.2)
53
+ activejob (8.0.2)
54
+ activesupport (= 8.0.2)
61
55
  globalid (>= 0.3.6)
62
- activemodel (7.1.4.2)
63
- activesupport (= 7.1.4.2)
64
- activerecord (7.1.4.2)
65
- activemodel (= 7.1.4.2)
66
- activesupport (= 7.1.4.2)
56
+ activemodel (8.0.2)
57
+ activesupport (= 8.0.2)
58
+ activerecord (8.0.2)
59
+ activemodel (= 8.0.2)
60
+ activesupport (= 8.0.2)
67
61
  timeout (>= 0.4.0)
68
- activestorage (7.1.4.2)
69
- actionpack (= 7.1.4.2)
70
- activejob (= 7.1.4.2)
71
- activerecord (= 7.1.4.2)
72
- activesupport (= 7.1.4.2)
62
+ activestorage (8.0.2)
63
+ actionpack (= 8.0.2)
64
+ activejob (= 8.0.2)
65
+ activerecord (= 8.0.2)
66
+ activesupport (= 8.0.2)
73
67
  marcel (~> 1.0)
74
- activesupport (7.1.4.2)
68
+ activesupport (8.0.2)
75
69
  base64
70
+ benchmark (>= 0.3)
76
71
  bigdecimal
77
- concurrent-ruby (~> 1.0, >= 1.0.2)
72
+ concurrent-ruby (~> 1.0, >= 1.3.1)
78
73
  connection_pool (>= 2.2.5)
79
74
  drb
80
75
  i18n (>= 1.6, < 2)
76
+ logger (>= 1.4.2)
81
77
  minitest (>= 5.1)
82
- mutex_m
83
- tzinfo (~> 2.0)
78
+ securerandom (>= 0.3)
79
+ tzinfo (~> 2.0, >= 2.0.5)
80
+ uri (>= 0.13.1)
84
81
  addressable (2.8.6)
85
82
  public_suffix (>= 2.0.2, < 6.0)
86
- ast (2.4.2)
83
+ ast (2.4.3)
87
84
  base64 (0.2.0)
85
+ benchmark (0.4.0)
88
86
  bigdecimal (3.1.9)
89
87
  builder (3.3.0)
90
88
  capybara (3.40.0)
@@ -115,6 +113,7 @@ GEM
115
113
  json (2.10.2)
116
114
  language_server-protocol (3.17.0.4)
117
115
  lint_roller (1.1.0)
116
+ logger (1.7.0)
118
117
  loofah (2.22.0)
119
118
  crass (~> 1.0.2)
120
119
  nokogiri (>= 1.12.0)
@@ -126,8 +125,7 @@ GEM
126
125
  marcel (1.0.4)
127
126
  matrix (0.4.2)
128
127
  mini_mime (1.1.5)
129
- minitest (5.25.4)
130
- mutex_m (0.3.0)
128
+ minitest (5.25.5)
131
129
  net-imap (0.4.15)
132
130
  date
133
131
  net-protocol
@@ -146,14 +144,15 @@ GEM
146
144
  nokogiri (~> 1.5)
147
145
  tdiff (~> 0.4)
148
146
  parallel (1.26.3)
149
- parser (3.3.7.1)
147
+ parser (3.3.7.4)
150
148
  ast (~> 2.4.1)
151
149
  racc
150
+ prism (1.4.0)
152
151
  psych (5.1.2)
153
152
  stringio
154
153
  public_suffix (5.0.4)
155
154
  racc (1.8.1)
156
- rack (3.1.11)
155
+ rack (3.1.12)
157
156
  rack-session (2.0.0)
158
157
  rack (>= 3.0.0)
159
158
  rack-test (2.1.0)
@@ -161,20 +160,20 @@ GEM
161
160
  rackup (2.1.0)
162
161
  rack (>= 3)
163
162
  webrick (~> 1.8)
164
- rails (7.1.4.2)
165
- actioncable (= 7.1.4.2)
166
- actionmailbox (= 7.1.4.2)
167
- actionmailer (= 7.1.4.2)
168
- actionpack (= 7.1.4.2)
169
- actiontext (= 7.1.4.2)
170
- actionview (= 7.1.4.2)
171
- activejob (= 7.1.4.2)
172
- activemodel (= 7.1.4.2)
173
- activerecord (= 7.1.4.2)
174
- activestorage (= 7.1.4.2)
175
- activesupport (= 7.1.4.2)
163
+ rails (8.0.2)
164
+ actioncable (= 8.0.2)
165
+ actionmailbox (= 8.0.2)
166
+ actionmailer (= 8.0.2)
167
+ actionpack (= 8.0.2)
168
+ actiontext (= 8.0.2)
169
+ actionview (= 8.0.2)
170
+ activejob (= 8.0.2)
171
+ activemodel (= 8.0.2)
172
+ activerecord (= 8.0.2)
173
+ activestorage (= 8.0.2)
174
+ activesupport (= 8.0.2)
176
175
  bundler (>= 1.15.0)
177
- railties (= 7.1.4.2)
176
+ railties (= 8.0.2)
178
177
  rails-dom-testing (2.2.0)
179
178
  activesupport (>= 5.0.0)
180
179
  minitest
@@ -182,10 +181,10 @@ GEM
182
181
  rails-html-sanitizer (1.6.0)
183
182
  loofah (~> 2.21)
184
183
  nokogiri (~> 1.14)
185
- railties (7.1.4.2)
186
- actionpack (= 7.1.4.2)
187
- activesupport (= 7.1.4.2)
188
- irb
184
+ railties (8.0.2)
185
+ actionpack (= 8.0.2)
186
+ activesupport (= 8.0.2)
187
+ irb (~> 1.13)
189
188
  rackup (>= 1.0.0)
190
189
  rake (>= 12.2)
191
190
  thor (~> 1.0, >= 1.2.2)
@@ -210,7 +209,7 @@ GEM
210
209
  diff-lcs (>= 1.2.0, < 2.0)
211
210
  rspec-support (~> 3.13.0)
212
211
  rspec-support (3.13.1)
213
- rubocop (1.74.0)
212
+ rubocop (1.75.2)
214
213
  json (~> 2.3)
215
214
  language_server-protocol (~> 3.17.0.2)
216
215
  lint_roller (~> 1.1.0)
@@ -218,19 +217,20 @@ GEM
218
217
  parser (>= 3.3.0.2)
219
218
  rainbow (>= 2.2.2, < 4.0)
220
219
  regexp_parser (>= 2.9.3, < 3.0)
221
- rubocop-ast (>= 1.38.0, < 2.0)
220
+ rubocop-ast (>= 1.44.0, < 2.0)
222
221
  ruby-progressbar (~> 1.7)
223
222
  unicode-display_width (>= 2.4.0, < 4.0)
224
- rubocop-ast (1.39.0)
225
- parser (>= 3.3.1.0)
223
+ rubocop-ast (1.44.0)
224
+ parser (>= 3.3.7.2)
225
+ prism (~> 1.4)
226
226
  rubocop-capybara (2.22.1)
227
227
  lint_roller (~> 1.1)
228
228
  rubocop (~> 1.72, >= 1.72.1)
229
- rubocop-rails (2.30.3)
229
+ rubocop-rails (2.31.0)
230
230
  activesupport (>= 4.2.0)
231
231
  lint_roller (~> 1.1)
232
232
  rack (>= 1.1)
233
- rubocop (>= 1.72.1, < 2.0)
233
+ rubocop (>= 1.75.0, < 2.0)
234
234
  rubocop-ast (>= 1.38.0, < 2.0)
235
235
  rubocop-rake (0.7.1)
236
236
  lint_roller (~> 1.1)
@@ -239,6 +239,7 @@ GEM
239
239
  lint_roller (~> 1.1)
240
240
  rubocop (~> 1.72, >= 1.72.1)
241
241
  ruby-progressbar (1.13.0)
242
+ securerandom (0.4.1)
242
243
  simplecov (0.22.0)
243
244
  docile (~> 1.1)
244
245
  simplecov-html (~> 0.11)
@@ -254,6 +255,8 @@ GEM
254
255
  unicode-display_width (3.1.4)
255
256
  unicode-emoji (~> 4.0, >= 4.0.4)
256
257
  unicode-emoji (4.0.4)
258
+ uri (1.0.3)
259
+ useragent (0.16.11)
257
260
  webrick (1.8.1)
258
261
  websocket-driver (0.7.6)
259
262
  websocket-extensions (>= 0.1.0)
@@ -277,9 +280,9 @@ DEPENDENCIES
277
280
  nokogiri-diff (~> 0.3.0)
278
281
  rake (~> 13.2)
279
282
  rspec (~> 3.13)
280
- rubocop (~> 1.74)
283
+ rubocop (~> 1.75)
281
284
  rubocop-capybara (~> 2.22)
282
- rubocop-rails (~> 2.30)
285
+ rubocop-rails (~> 2.31)
283
286
  rubocop-rake (~> 0.7)
284
287
  rubocop-rspec (~> 3.5)
285
288
  simplecov (~> 0.21)
data/README.md CHANGED
@@ -14,6 +14,7 @@ The following table shows the version of CCS Frontend Helpers that you should us
14
14
 
15
15
  | CCS Frontend Helpers Version | Target GOV.UK Frontend Version | Target CCS Frontend Version |
16
16
  | ----------------------------- | ------------------------------ | --------------------------- |
17
+ | [2.3.0](https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.3.0) | [5.9.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.9.0) | [1.4.0](https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.4.0) |
17
18
  | [2.2.0](https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.2.0) | [5.9.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.9.0) | [1.3.3](https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.3.3) |
18
19
  | [2.1.0](https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.1.0) | [5.7.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1) | [1.3.2](https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.3.2) |
19
20
  | [2.0.0](https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.0.0) | [5.7.1](https://github.com/alphagov/govuk-frontend/releases/tag/v5.7.1) | [1.2.0](https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.2.0) |
data/bun.lock ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "lockfileVersion": 0,
3
+ "workspaces": {
4
+ "": {
5
+ "devDependencies": {
6
+ "ccs-frontend": "^1.4.0",
7
+ "govuk-frontend": "^5.9.0",
8
+ },
9
+ },
10
+ },
11
+ "packages": {
12
+ "ccs-frontend": ["ccs-frontend@1.4.0", "", { "peerDependencies": { "govuk-frontend": "^5.9.0", "jquery": "^3.x" } }, "sha512-GX0wln6Tojcl7ZeLMPuq0uDh3jST2cV95HKLoOOYMsk783aCJXCaD9NANPHJClKGViuovw0piTIhPuM89nozBw=="],
13
+
14
+ "govuk-frontend": ["govuk-frontend@5.9.0", "", {}, "sha512-8NzmyoDtRFYyHs413DfNPR8Zo6qw6Q02Mruxml/Yfy+EueaOI/JZ4gVM8d0pqzJmTiMcJuHhvxqYEgBRmqeoyA=="],
15
+
16
+ "jquery": ["jquery@3.7.1", "", {}, "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="],
17
+ }
18
+ }
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
31
31
  spec.require_paths = ['lib']
32
32
 
33
- spec.add_dependency 'rails', '>= 7.0'
33
+ spec.add_dependency 'rails', '>= 7.2'
34
34
 
35
35
  spec.metadata['rubygems_mfa_required'] = 'true'
36
36
  end
@@ -14,30 +14,38 @@ module CCS
14
14
  # @return [String] The class for the li elements
15
15
  # @!attribute [r] href
16
16
  # @return [String] The href for the header link
17
+ # @!attribute [r] method
18
+ # @return [String] The method for the header request which will make it a button
17
19
 
18
20
  class Link < Base
21
+ include ActionView::Helpers::UrlHelper
22
+
19
23
  private
20
24
 
21
- attr_reader :text, :li_class, :href
25
+ attr_reader :text, :li_class, :href, :method
22
26
 
23
27
  public
24
28
 
25
29
  # @param text [String] the text for the header link
26
30
  # @param li_class [String] class for the li elements
27
31
  # @param href [String] the href for the header link
32
+ # @param method [String] the method for the header request which will make it a button
28
33
  # @param options [Hash] options that will be used in customising the HTML
29
34
  #
30
35
  # @option options [Boolean] :active flag to mark the navigation item as active or not
31
36
  # @option options [Hash] :attributes any additional attributes that will added as part of the HTML
32
37
 
33
- def initialize(text:, li_class:, href: nil, **)
38
+ def initialize(text:, li_class:, href: nil, method: nil, **)
34
39
  super(**)
35
40
 
36
41
  @text = text
37
42
  @href = href
38
43
  @li_class = li_class
44
+ @method = method
39
45
  end
40
46
 
47
+ # rubocop:disable Metrics/AbcSize
48
+
41
49
  # Generates the HTML for the CCS Header link
42
50
  #
43
51
  # @return [ActiveSupport::SafeBuffer]
@@ -45,14 +53,24 @@ module CCS
45
53
  def render
46
54
  tag.li(class: "#{li_class} #{'ccs-header__navigation-item--active' if options[:active]}".rstrip) do
47
55
  if href
48
- options[:attributes][:class] = 'ccs-header__link'
56
+ if method
57
+ options[:attributes][:class] = 'ccs-header__button_as_link'
49
58
 
50
- link_to(text, href, **options[:attributes])
59
+ button_to(href, method: method, **options[:attributes]) do
60
+ text
61
+ end
62
+ else
63
+ options[:attributes][:class] = 'ccs-header__link'
64
+
65
+ link_to(text, href, **options[:attributes])
66
+ end
51
67
  else
52
68
  text
53
69
  end
54
70
  end
55
71
  end
72
+
73
+ # rubocop:enable Metrics/AbcSize
56
74
  end
57
75
  end
58
76
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module CCS
4
4
  module FrontendHelpers
5
- VERSION = '2.2.0'
5
+ VERSION = '2.3.0'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -6,6 +6,6 @@
6
6
  "license": "MIT",
7
7
  "devDependencies": {
8
8
  "govuk-frontend": "^5.9.0",
9
- "ccs-frontend": "^1.3.3"
9
+ "ccs-frontend": "^1.4.0"
10
10
  }
11
11
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ccs-frontend_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Crown Commercial Service
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-21 00:00:00.000000000 Z
10
+ date: 2025-04-17 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: '7.0'
18
+ version: '7.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
- version: '7.0'
25
+ version: '7.2'
26
26
  description: Gem containing view helpers for CCS Ruby on Rails projects
27
27
  executables: []
28
28
  extensions: []
@@ -37,6 +37,7 @@ files:
37
37
  - LICENSE.txt
38
38
  - README.md
39
39
  - Rakefile
40
+ - bun.lock
40
41
  - ccs-frontend_helpers.gemspec
41
42
  - lib/ccs/components/base.rb
42
43
  - lib/ccs/components/ccs/contact_us.rb
@@ -200,7 +201,6 @@ files:
200
201
  - lib/ccs/frontend_helpers/version.rb
201
202
  - package.json
202
203
  - sig/ccs/frontend_helpers.rbs
203
- - yarn.lock
204
204
  homepage: https://github.com/Crown-Commercial-Service/ccs-frontend_helpers
205
205
  licenses:
206
206
  - MIT
data/yarn.lock DELETED
@@ -1,13 +0,0 @@
1
- # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
- # yarn lockfile v1
3
-
4
-
5
- ccs-frontend@^1.3.3:
6
- version "1.3.3"
7
- resolved "https://registry.yarnpkg.com/ccs-frontend/-/ccs-frontend-1.3.3.tgz#1f4e61ef03329bd184df878d72892b0130acb70a"
8
- integrity sha512-bOdlXVtxkFMawR32eaVZh37XeFXn0RdBCpxtr6+YkmDq0aDhK+DDmEbhyk8vZ/i+b5hku9jLP45HdUuRItp1CQ==
9
-
10
- govuk-frontend@^5.9.0:
11
- version "5.9.0"
12
- resolved "https://registry.yarnpkg.com/govuk-frontend/-/govuk-frontend-5.9.0.tgz#4064ac692019e60f030d6311c49330a6454a5689"
13
- integrity sha512-8NzmyoDtRFYyHs413DfNPR8Zo6qw6Q02Mruxml/Yfy+EueaOI/JZ4gVM8d0pqzJmTiMcJuHhvxqYEgBRmqeoyA==