Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Aug 19, 2024
1 parent 0f61e55 commit 26fda1a
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 37 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { default as firefoxicEslintConfig, globals } from "@firefoxic/eslint-config"

/** @type {import('eslint').Linter.Config[]} */
export default [
{
languageOptions: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"engines": {
"node": "^18.12 || >=20.9"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.1",
"scripts": {
"prepare": "husky",
"preversion": "pnpm test",
Expand All @@ -38,8 +38,8 @@
"pretest": "pnpm lint"
},
"devDependencies": {
"@firefoxic/eslint-config": "^2.0.0",
"eslint": "^9.8.0",
"@firefoxic/eslint-config": "^3.0.0",
"eslint": "^9.9.0",
"husky": "^9.1.4"
},
"keywords": [
Expand Down
88 changes: 54 additions & 34 deletions pnpm-lock.yaml

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

0 comments on commit 26fda1a

Please sign in to comment.