Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
firefoxic committed Dec 15, 2024
1 parent 487f1dd commit 6008f60
Show file tree
Hide file tree
Showing 7 changed files with 185 additions and 13 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/convertSvgToIco.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { error } from "node:console"
import { resolve } from "node:path"
import { writeFile } from "node:fs/promises"
import { resolve } from "node:path"

import icoEndec from "ico-endec"
import sharp from "sharp"
Expand Down
2 changes: 1 addition & 1 deletion lib/createRasterFavicons.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { cwd } from "node:process"
import { error } from "node:console"
import { access, mkdir, readFile, writeFile } from "node:fs/promises"
import { posix, resolve } from "node:path"
import { cwd } from "node:process"

import sharp from "sharp"

Expand Down
2 changes: 1 addition & 1 deletion lib/optimizeVector.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { error } from "node:console"
import { basename, dirname, extname, join, resolve } from "node:path"
import { mkdir, readFile, writeFile } from "node:fs/promises"
import { basename, dirname, extname, join, resolve } from "node:path"

import { loadConfig, optimize } from "svgo"

Expand Down
2 changes: 1 addition & 1 deletion lib/prepareSourceFaviconFiles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { normalize } from "node:path"
import { access, link, mkdir, unlink } from "node:fs/promises"
import { normalize } from "node:path"

import { globby } from "globby"

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pnpm": "^9.12.3",
"node": "^20.13 || >=22.11"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"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 || true",
"prepare": "git config core.hooksPath .githooks",
"lint": "eslint",
"pretest": "pnpm lint",
"test": "node --test",
Expand All @@ -49,8 +49,8 @@
},
"devDependencies": {
"@firefoxic/update-changelog": "^1.0.0",
"@firefoxic/eslint-config": "^4.0.0",
"eslint": "^9.14.0"
"@firefoxic/eslint-config": "^5.0.0",
"eslint": "^9.17.0"
},
"keywords": [
"conjure",
Expand Down
Loading

0 comments on commit 6008f60

Please sign in to comment.