mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 13:47:49 +00:00
Fix typing issue
This commit is contained in:
parent
1277acb98a
commit
c756e0673d
@ -1,5 +1,4 @@
|
||||
import Navbar from 'components/layout/navbar';
|
||||
// @ts-ignore - We still need to publish types here
|
||||
import { GeistSans } from 'geist/font';
|
||||
import { ensureStartsWith } from 'lib/utils';
|
||||
import { ReactNode, Suspense } from 'react';
|
||||
|
@ -25,7 +25,7 @@
|
||||
"@headlessui/react": "^1.7.17",
|
||||
"@heroicons/react": "^2.0.18",
|
||||
"clsx": "^2.0.0",
|
||||
"geist": "^0.1.16",
|
||||
"geist": "^1.0.0",
|
||||
"next": "14.0.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0"
|
||||
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -15,8 +15,8 @@ dependencies:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
geist:
|
||||
specifier: ^0.1.16
|
||||
version: 0.1.16
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
next:
|
||||
specifier: 14.0.0
|
||||
version: 14.0.0(react-dom@18.2.0)(react@18.2.0)
|
||||
@ -1535,8 +1535,8 @@ packages:
|
||||
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
|
||||
dev: true
|
||||
|
||||
/geist@0.1.16:
|
||||
resolution: {integrity: sha512-X7d+BN+VZamS9KqyjLjQpIogl7qCwRVvGEmYzBc1PUkshhq7hS9vJOu4kY4iqSv7gCMq72dwc+g7kgcn8PG/dQ==}
|
||||
/geist@1.0.0:
|
||||
resolution: {integrity: sha512-7hqXZqIdSiFbXjlMZ8Ag0fBAW8RzUjIXPkh160rT4m4ECMtsKdFX+06e0mK28oRCpU+lOB1C5Es8qxzvv7H2Hg==}
|
||||
dependencies:
|
||||
'@next/font': 13.5.6
|
||||
dev: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user