Skip to content

Commit

Permalink
install correct @types/reac
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Dec 9, 2024
1 parent 1c0de12 commit 76247fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@codspeed/benchmark.js-plugin": "3.1.0",
"@types/benchmark": "2.1.5",
"@types/react": "18.3.12",
"@types/react": "19.0.1",
"@types/react-dom": "18.3.1",
"benchmark": "2.1.4",
"tree-kill": "1.2.2",
Expand Down
1 change: 0 additions & 1 deletion packages/next-yak/runtime/styled.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { ForwardRefRenderFunction } from "react";
import { CSSInterpolation, css, yakComponentSymbol } from "./cssLiteral.js";
import React from "react";

Expand Down
6 changes: 3 additions & 3 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 76247fe

Please sign in to comment.