Skip to content

Commit 9ec9eaf

Browse files
committed
Deps updated
1 parent 1a230d1 commit 9ec9eaf

8 files changed

Lines changed: 2013 additions & 3411 deletions

File tree

.github/workflows/builds.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ jobs:
1818

1919
steps:
2020
- name: Clone repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
22+
23+
- name: Set up node
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: lts/*
2227

2328
- name: Create the package
2429
shell: bash

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- name: Clone repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Set up node
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: lts/*
2323

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

.stylelintrc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@
2121
"/bottom/",
2222
"padding",
2323
"margin"
24-
]
24+
],
25+
"alpha-value-notation": null,
26+
"color-function-notation": null,
27+
"color-function-alias-notation": null,
28+
"custom-property-pattern": null,
29+
"declaration-block-no-redundant-longhand-properties": null,
30+
"declaration-block-no-shorthand-property-overrides": null,
31+
"declaration-property-value-no-unknown": null,
32+
"font-family-name-quotes": null,
33+
"function-url-quotes": null,
34+
"keyframes-name-pattern": null,
35+
"media-feature-range-notation": null,
36+
"property-no-vendor-prefix": null,
37+
"selector-attribute-quotes": null,
38+
"selector-class-pattern": null,
39+
"shorthand-property-no-redundant-values": null,
40+
"value-keyword-case": null
2541
}
2642
}

0 commit comments

Comments
 (0)