Skip to content

Commit a1342d0

Browse files
authored
Merge branch 'main' into perf-directory
2 parents 738c2d3 + d6ce0f9 commit a1342d0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"lodash": "^4.17.21",
7575
"marked": "^15.0.12",
7676
"nanostores": "^0.11.4",
77-
"pino": "^9.7.0",
77+
"pino": "^9.8.0",
7878
"preact": "^10.26.9",
7979
"react-instantsearch": "^7.16.2",
8080
"rehype-autolink-headings": "^7.1.0",

src/scripts/ccip/detect-new-tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// cSpell:ignore delisted Delisted lookback LOOKBACK Lookback
2323
import fs from "fs"
2424
import { execFileSync } from "child_process"
25-
import { pino } from "pino"
25+
import pino from "pino"
2626
import type { TokensConfig, LanesConfig, ChainsConfig } from "../../config/data/ccip/types.ts"
2727
import { Environment, Version } from "../../config/data/ccip/types.ts"
2828
import { loadReferenceData } from "../../config/data/ccip/data.ts"

src/scripts/ccip/generate-token-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import fs from "fs"
1111
import path from "path"
1212
import { execFileSync } from "child_process"
13-
import { pino } from "pino"
13+
import pino from "pino"
1414
import { TokensConfig, LanesConfig, Environment, Version } from "../../config/data/ccip/types.js"
1515
import { loadReferenceData } from "../../config/data/ccip/data.js"
1616

0 commit comments

Comments
 (0)