Skip to content

Commit 0938426

Browse files
committed
Update all non-major dependencies
1 parent b9e10e0 commit 0938426

File tree

3 files changed

+88
-88
lines changed

3 files changed

+88
-88
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.42.1
16+
DENO_VERSION: v1.42.3
1717
steps:
1818
- name: Setup repo
1919
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

e2e-test/package-lock.json

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

e2e-test/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"devDependencies": {
1414
"@playwright/test": "1.43.0",
15-
"@types/node": "20.12.5",
16-
"@typescript-eslint/eslint-plugin": "7.5.0",
17-
"@typescript-eslint/parser": "7.5.0",
15+
"@types/node": "20.12.7",
16+
"@typescript-eslint/eslint-plugin": "7.6.0",
17+
"@typescript-eslint/parser": "7.6.0",
1818
"eslint": "8.57.0",
1919
"eslint-config-prettier": "9.1.0",
20-
"eslint-plugin-playwright": "1.5.4",
20+
"eslint-plugin-playwright": "1.6.0",
2121
"npm-run-all2": "6.1.2",
2222
"prettier": "3.2.5"
2323
}

0 commit comments

Comments
 (0)