Skip to content

Commit

Permalink
MAJ générale react 19
Browse files Browse the repository at this point in the history
Et test de composant mistral
  • Loading branch information
laem committed Dec 15, 2024
1 parent e756cd3 commit fd68d7a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion components/PaymentBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import { ContentSection } from '@/app/ContentUI'
import { ModalCloseButton } from '@/app/UI'
import { css, styled } from 'next-yak'
import { useEffect, useState } from 'react'
import { useLocalStorage } from 'usehooks-ts'
import { css, styled } from 'next-yak'

export default function PaymentBlock({ setSearchParams, openSheet }) {
const [choice, setChoice] = useState(false)
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@vercel/analytics": "^1.3.1",
"@vercel/edge": "^1.1.2",
"@vercel/og": "^0.6.3",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"babel-plugin-react-compiler": "^19.0.0-beta-37ed2a7-20241206",
"babel-plugin-webpack-alias": "^2.1.2",
"contentlayer2": "0.5.3",
"date-fns": "^4.1.0",
Expand All @@ -81,19 +81,19 @@
"gray-matter": "^4.0.3",
"jsdom": "^25.0.1",
"maplibre-gl": "5.0.0-pre.8",
"next": "15.0.3",
"next": "15.1",
"next-contentlayer2": "v0.5.3",
"next-mdx-remote": "^5.0.0",
"next-yak": "3.0.1",
"next-yak": "^4.0.0",
"opening_hours": "^3.8.0",
"openmoji": "^15.0.0",
"osmtogeojson": "^3.0.0-beta.5",
"pmtiles": "^3.2.0",
"postcss-nested": "^7.0.2",
"process": "^0.11.10",
"rbush": "^4.0.1",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react": "19",
"react-dom": "19",
"react-highlight-words": "^0.20.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
Expand Down

0 comments on commit fd68d7a

Please sign in to comment.