Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit bc76616

Browse files
committed
update codehike
1 parent 126327c commit bc76616

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"autoprefixer": "^10.4.7",
5050
"class-variance-authority": "^0.7.0",
5151
"clsx": "^2.1.1",
52-
"codehike": "^1.0.1",
52+
"codehike": "^1.0.2",
5353
"contentlayer2": "^0.5.1",
5454
"fathom-client": "^3.7.2",
5555
"framer-motion": "^10.18.0",

src/components/code/annotations/token-transitions.client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class SmoothPre extends React.Component<CustomPreProps> {
4343
duration: options.duration * MAX_TRANSITION_DURATION,
4444
delay: options.delay * MAX_TRANSITION_DURATION,
4545
easing: options.easing,
46-
fill: 'backwards',
46+
fill: 'both',
4747
})
4848
})
4949
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,10 +2578,10 @@ clsx@^2.0.0, clsx@^2.1.1:
25782578
resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
25792579
integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
25802580

2581-
codehike@^1.0.1:
2582-
version "1.0.1"
2583-
resolved "https://registry.yarnpkg.com/codehike/-/codehike-1.0.1.tgz#b02ca1e97a4a36a37e89a2f36fe9e4140bfa176b"
2584-
integrity sha512-wavAgWQ3DiPjK+4tg+HQMp+UY1PMnWn/VYuXEKnMBmq2Iu4dwfn1AmJDn7kOyG+H6sgEjUrs757ZWQVyJ/D+hg==
2581+
codehike@^1.0.2:
2582+
version "1.0.2"
2583+
resolved "https://registry.yarnpkg.com/codehike/-/codehike-1.0.2.tgz#fca6ea14bdb8d6635dc2e2343c670b2b9013cdb8"
2584+
integrity sha512-SZHT7RKzx7TsWFuarXXQA8VWu+BSauqZV6dZ3vcHeY+yf6+xZTyJqyJmlS7VMtsrSTM0aQ6wmEjG5AQ8lROMNg==
25852585
dependencies:
25862586
"@code-hike/lighter" "1.0.0"
25872587
diff "^5.1.0"

0 commit comments

Comments
 (0)