Skip to content

Commit

Permalink
chore: bump packages (#69)
Browse files Browse the repository at this point in the history
* chore: bump packages

* style: formatting
  • Loading branch information
wd-David authored Dec 20, 2022
1 parent d079b06 commit 34e9ede
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 244 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "monthly"
open-pull-requests-limit: 10
interval: 'monthly'
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:

- name: Run Tests
id: tests
run: pnpm test
run: pnpm test
5 changes: 1 addition & 4 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"*.{js,ts,md,json}": [
"prettier --write",
"prettier --check"
],
"*.{js,ts,md,json}": ["prettier --write", "prettier --check"],
"src/**/*.{js,ts}": "eslint"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
],
"devDependencies": {
"@types/node": "18.11.17",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"esbuild": "0.16.9",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"esbuild": "0.16.10",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -55,6 +55,6 @@
"thread-stream": "2.2.0",
"tsx": "3.12.1",
"typescript": "4.9.4",
"vitest": "0.25.8"
"vitest": "0.26.0"
}
}
Loading

0 comments on commit 34e9ede

Please sign in to comment.