Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Oct 29, 2024
1 parent d12a2fa commit a179866
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 78 deletions.
11 changes: 1 addition & 10 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 All @@ -9,14 +10,4 @@ export default [
},
},
...firefoxicEslintConfig,
{
rules: {
"no-irregular-whitespace": [
`error`,
{
skipTemplates: true,
},
],
},
},
]
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"./lib/"
],
"engines": {
"pnpm": "^9.12.1",
"pnpm": "^9.12.3",
"node": "^18.12 || >=20.9"
},
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.12.3",
"dependencies": {
"globby": "^14.0.2",
"ico-endec": "^0.1.6",
Expand All @@ -38,7 +38,7 @@
"svgo": "^3.3.2"
},
"scripts": {
"prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'",
"prepare": "git config core.hooksPath .git-hooks || true",
"lint": "eslint",
"pretest": "pnpm lint",
"test": "node --test",
Expand All @@ -50,7 +50,7 @@
"devDependencies": {
"@firefoxic/update-changelog": "^0.2.1",
"@firefoxic/eslint-config": "^3.0.1",
"eslint": "^9.12.0"
"eslint": "^9.13.0"
},
"keywords": [
"conjure",
Expand Down
128 changes: 64 additions & 64 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 a179866

Please sign in to comment.