Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": "^18.20.0 || ^20.10.0 || >=22.0.0"
},
"dependencies": {
"find-up": "^5.0.0"
"empathic": "^1.1.0"
},
"peerDependencies": {
"@babel/core": "^7.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const path = require("path");
const zlib = require("zlib");
const { promisify } = require("util");
const { readFile, writeFile, mkdir } = require("fs/promises");
const { sync: findUpSync } = require("find-up");
const { up: findUpSync } = require("empathic/find");
const { env } = process;
const transform = require("./transform");
const serialize = require("./serialize");
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1956,10 +1956,10 @@ __metadata:
"@babel/eslint-parser": ^7.23.3
"@babel/preset-env": ^7.23.3
c8: ^10.1.2
empathic: ^1.1.0
eslint: ^9.6.0
eslint-config-prettier: ^9.1.0
eslint-plugin-prettier: ^5.1.3
find-up: ^5.0.0
globals: ^15.8.0
husky: ^9.1.5
lint-staged: ^15.2.9
Expand Down Expand Up @@ -2376,6 +2376,13 @@ __metadata:
languageName: node
linkType: hard

"empathic@npm:^1.1.0":
version: 1.1.0
resolution: "empathic@npm:1.1.0"
checksum: 1e41763802f14e5fa2522063f8f93e161c64916698f39e493a3e274356e39aa6f60d60f33063c92f9d5c5426fd33d9cb33baed2885a194648254181ce5495a9c
languageName: node
linkType: hard

"encoding@npm:^0.1.13":
version: 0.1.13
resolution: "encoding@npm:0.1.13"
Expand Down
Loading