File tree Expand file tree Collapse file tree 3 files changed +392
-187
lines changed
.github/actions/percy-snapshot Expand file tree Collapse file tree 3 files changed +392
-187
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ runs:
27
27
using : composite
28
28
steps :
29
29
- name : Install Python
30
- uses : actions/setup-python@v5.3 .0
30
+ uses : actions/setup-python@v5.4 .0
31
31
with :
32
32
python-version : 3.10.14
33
33
34
34
- name : Install NodeJS
35
- uses : actions/setup-node@v4.1 .0
35
+ uses : actions/setup-node@v4.2 .0
36
36
with :
37
37
node-version : 20
38
38
Original file line number Diff line number Diff line change 59
59
"devDependencies" : {
60
60
"@canonical/cookie-policy" : " 3.6.5" ,
61
61
"@canonical/latest-news" : " 1.5.0" ,
62
- "@percy/cli" : " 1.30.6 " ,
63
- "@testing-library/cypress" : " 10.0.2 " ,
62
+ "@percy/cli" : " 1.30.7 " ,
63
+ "@testing-library/cypress" : " 10.0.3 " ,
64
64
"autoprefixer" : " 10.4.20" ,
65
65
"cypress" : " 14.0.2" ,
66
66
"jest" : " 29.7.0" ,
67
67
"js-beautify" : " 1.15.1" ,
68
68
"markdown-spellcheck" : " 1.3.1" ,
69
69
"mime" : " 3.0.0" ,
70
70
"parker" : " 0.0.10" ,
71
- "postcss" : " 8.4.49 " ,
71
+ "postcss" : " 8.5.1 " ,
72
72
"postcss-cli" : " 11.0.0" ,
73
73
"postcss-scss" : " 4.0.9" ,
74
74
"prettier" : " 3.4.2" ,
75
- "sass" : " 1.83.1 " ,
76
- "style-dictionary" : " 4.3.0 " ,
77
- "stylelint" : " 16.12.0 " ,
75
+ "sass" : " 1.84.0 " ,
76
+ "style-dictionary" : " 4.3.2 " ,
77
+ "stylelint" : " 16.14.1 " ,
78
78
"stylelint-config-recommended-scss" : " 14.1.0" ,
79
79
"stylelint-order" : " 6.0.4" ,
80
- "stylelint-prettier" : " 5.0.2 " ,
80
+ "stylelint-prettier" : " 5.0.3 " ,
81
81
"svgo" : " 3.3.2" ,
82
82
"yaml" : " 2.7.0"
83
83
},
You can’t perform that action at this time.
0 commit comments