Skip to content

Commit 45bc8cb

Browse files
Update all non-major dependencies
1 parent 4a5a7c5 commit 45bc8cb

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
# renovate: datasource=github-releases depName=denoland/deno
16-
DENO_VERSION: v1.44.1
16+
DENO_VERSION: v1.44.2
1717
steps:
1818
- name: Setup repo
1919
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

e2e-test/package-lock.json

+48-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"devDependencies": {
1414
"@playwright/test": "1.44.1",
1515
"@types/node": "20.14.2",
16-
"@typescript-eslint/eslint-plugin": "7.12.0",
17-
"@typescript-eslint/parser": "7.12.0",
16+
"@typescript-eslint/eslint-plugin": "7.13.0",
17+
"@typescript-eslint/parser": "7.13.0",
1818
"eslint": "8.57.0",
1919
"eslint-config-prettier": "9.1.0",
2020
"eslint-plugin-playwright": "1.6.2",
2121
"npm-run-all2": "6.2.0",
22-
"prettier": "3.3.1"
22+
"prettier": "3.3.2"
2323
}
2424
}

0 commit comments

Comments
 (0)