Skip to content

Commit

Permalink
chore(deps): update dependency @bfra.me/eslint-config to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfra-me[bot] authored Nov 30, 2024
1 parent f842db5 commit 36591f2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prettier": "@bfra.me/prettier-config",
"devDependencies": {
"@actions/exec": "1.1.1",
"@bfra.me/eslint-config": "0.4.10",
"@bfra.me/eslint-config": "0.7.0",
"@bfra.me/prettier-config": "0.13.2",
"@changesets/cli": "2.27.10",
"@svitejs/changesets-changelog-github-compact": "1.2.0",
Expand Down
27 changes: 18 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {fileURLToPath} from 'url'
import {dirname, join} from 'path'
import process from 'process'
import {fileURLToPath} from 'url'
import {exec, getExecOutput} from '@actions/exec'
import {version} from '../package.json'

Expand Down

0 comments on commit 36591f2

Please sign in to comment.