Skip to content

Commit 8785269

Browse files
chore(deps): update all non-major dependencies
1 parent 9808ef9 commit 8785269

File tree

3 files changed

+392
-187
lines changed

3 files changed

+392
-187
lines changed

.github/actions/percy-snapshot/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ runs:
2727
using: composite
2828
steps:
2929
- name: Install Python
30-
uses: actions/setup-python@v5.3.0
30+
uses: actions/setup-python@v5.4.0
3131
with:
3232
python-version: 3.10.14
3333

3434
- name: Install NodeJS
35-
uses: actions/setup-node@v4.1.0
35+
uses: actions/setup-node@v4.2.0
3636
with:
3737
node-version: 20
3838

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@
5959
"devDependencies": {
6060
"@canonical/cookie-policy": "3.6.5",
6161
"@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",
6464
"autoprefixer": "10.4.20",
6565
"cypress": "14.0.2",
6666
"jest": "29.7.0",
6767
"js-beautify": "1.15.1",
6868
"markdown-spellcheck": "1.3.1",
6969
"mime": "3.0.0",
7070
"parker": "0.0.10",
71-
"postcss": "8.4.49",
71+
"postcss": "8.5.1",
7272
"postcss-cli": "11.0.0",
7373
"postcss-scss": "4.0.9",
7474
"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",
7878
"stylelint-config-recommended-scss": "14.1.0",
7979
"stylelint-order": "6.0.4",
80-
"stylelint-prettier": "5.0.2",
80+
"stylelint-prettier": "5.0.3",
8181
"svgo": "3.3.2",
8282
"yaml": "2.7.0"
8383
},

0 commit comments

Comments
 (0)