Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 806badd

Browse files
authoredOct 1, 2023
chore(deps-dev): bump the development group with 4 updates (#156)
1 parent fe72237 commit 806badd

File tree

3 files changed

+352
-341
lines changed

3 files changed

+352
-341
lines changed
 

‎.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ updates:
1313
patterns:
1414
- "*eslint*"
1515
- "*prettier*"
16+
- "*types*"
17+
production:
18+
dependency-type: "production"
19+
development:
20+
dependency-type: "development"
1621

1722
# Update GitHub Actions dependencies
1823
- package-ecosystem: "github-actions"

‎package-lock.json

Lines changed: 343 additions & 337 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"@types/tar": "^6.1.6",
5959
"@typescript-eslint/eslint-plugin": "^6.7.0",
6060
"@typescript-eslint/parser": "^6.7.0",
61-
"@vitest/coverage-istanbul": "^0.34.4",
61+
"@vitest/coverage-istanbul": "^0.34.6",
6262
"concurrently": "^8.2.1",
63-
"esbuild": "^0.19.2",
63+
"esbuild": "^0.19.4",
6464
"eslint": "^8.49.0",
6565
"eslint-config-prettier": "^9.0.0",
6666
"eslint-import-resolver-typescript": "^3.6.0",
@@ -72,9 +72,9 @@
7272
"eslint-plugin-unicorn": "^48.0.1",
7373
"prettier": "^3.0.3",
7474
"prettier-plugin-jsdoc": "^1.0.2",
75-
"rimraf": "^5.0.1",
75+
"rimraf": "^5.0.5",
7676
"typescript": "^5.2.2",
77-
"vitest": "^0.34.4",
77+
"vitest": "^0.34.6",
7878
"vitest-when": "^0.1.2"
7979
},
8080
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.