Skip to content

Commit a46c829

Browse files
chore(deps): update external major
1 parent 438e272 commit a46c829

File tree

10 files changed

+4911
-3916
lines changed

10 files changed

+4911
-3916
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Use Node.js
11-
uses: actions/setup-node@v3
11+
uses: actions/setup-node@v4
1212
with:
1313
node-version: '14'
1414
- run: npm install

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"devDependencies": {
2424
"@babel/core": "7.19.3",
2525
"@babel/eslint-parser": "7.19.1",
26-
"chai": "4.3.6",
27-
"eslint": "8.24.0",
26+
"chai": "5.1.0",
27+
"eslint": "9.0.0",
2828
"eslint-config-airbnb-base": "15.0.0",
2929
"eslint-plugin-import": "2.26.0",
3030
"@esm-bundle/chai": "4.3.4-fix.0",
3131
"@web/test-runner": "0.14.0",
3232
"@web/test-runner-commands": "0.6.5",
33-
"sinon": "14.0.1",
34-
"stylelint": "14.13.0",
33+
"sinon": "17.0.1",
34+
"stylelint": "16.3.1",
3535
"stylelint-config-prettier": "9.0.3",
36-
"stylelint-config-standard": "25.0.0"
36+
"stylelint-config-standard": "36.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)