File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "@types/react" : " ^19.2.7" ,
99 "@types/react-dom" : " ^19.2.3" ,
1010 "@vitejs/plugin-react" : " ^5.1.1" ,
11- "node-fetch" : " ^3.3.2" ,
1211 "react" : " ^19.2.1" ,
1312 "react-dom" : " ^19.2.1" ,
1413 "react-streaming" : " ^0.4.15" ,
Original file line number Diff line number Diff line change 22export { data }
33export type Data = Awaited < ReturnType < typeof data > >
44
5- import fetch from 'node-fetch'
65import { useConfig } from 'vike-react/useConfig'
76import type { Movie , MovieDetails } from '../types'
87import image from '../../../assets/logo-new.svg'
Original file line number Diff line number Diff line change 2929 "devDependencies" : {
3030 "@brillout/release-me" : " ^0.4.12" ,
3131 "@tanstack/react-query" : " ^5.20.1" ,
32- "@testing-library/react" : " ^14.2.1" ,
32+ "@testing-library/dom" : " ^10.0.0" ,
33+ "@testing-library/react" : " ^16.3.2" ,
3334 "@types/node" : " ^24.0.8" ,
3435 "@types/react" : " ^19.1.13" ,
3536 "jsdom" : " ^24.0.0" ,
3637 "react" : " ^19.2.1" ,
38+ "react-dom" : " ^19.2.1" ,
3739 "react-streaming" : " ^0.4.15" ,
3840 "rimraf" : " ^5.0.5" ,
3941 "typescript" : " ^5.9.2" ,
Original file line number Diff line number Diff line change 2929 "@reduxjs/toolkit" : " ^2.8.2" ,
3030 "@types/react" : " ^19.1.13" ,
3131 "react" : " ^19.2.1" ,
32+ "react-dom" : " ^19.2.1" ,
3233 "rimraf" : " ^5.0.5" ,
3334 "typescript" : " ^5.9.2" ,
3435 "vike" : " ^0.4.253" ,
Original file line number Diff line number Diff line change 2626 "@brillout/release-me" : " ^0.4.12" ,
2727 "@types/react" : " ^19.1.13" ,
2828 "react" : " ^19.2.1" ,
29+ "react-dom" : " ^19.2.1" ,
2930 "rimraf" : " ^5.0.5" ,
3031 "styled-jsx" : " ^5.1.6" ,
3132 "typescript" : " ^5.9.2" ,
You can’t perform that action at this time.
0 commit comments