Skip to content

Commit a362874

Browse files
committed
chore(dependencies): Update react-scan to version ^0.0.27
1 parent 1f31a88 commit a362874

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

pnpm-lock.yaml

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

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
1010
"react": "19.0.0-rc.1",
1111
"react-dom": "19.0.0-rc.1",
12-
"react-scan": "^0.0.3",
12+
"react-scan": "^0.0.27",
1313
"sugar-high": "^0.7.5",
1414
"vite-plugin-inspect": "^0.8.7"
1515
},

test/src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { scan, getReport } from 'react-scan/dist/index.mjs'; // force production build
1+
import { scan } from 'react-scan/dist/index.mjs'; // force production build
22
import React, { useState, createContext } from 'react';
33
import ReactDOMClient from 'react-dom/client';
44
import { Analytics } from '@vercel/analytics/react';

0 commit comments

Comments
 (0)