Fix the build

This commit is contained in:
Lee Robinson 2023-10-10 21:31:18 -05:00
parent dfc6d7d7ed
commit 3cc7b10bcd
2 changed files with 11 additions and 11 deletions

View File

@ -33,8 +33,8 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react": "18.2.10",
"@types/react-dom": "18.2.10",
"@vercel/git-hooks": "^1.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",

18
pnpm-lock.yaml generated
View File

@ -35,11 +35,11 @@ devDependencies:
specifier: 20.8.4
version: 20.8.4
'@types/react':
specifier: 18.2.28
version: 18.2.28
specifier: 18.2.10
version: 18.2.10
'@types/react-dom':
specifier: 18.2.13
version: 18.2.13
specifier: 18.2.10
version: 18.2.10
'@vercel/git-hooks':
specifier: ^1.0.0
version: 1.0.0
@ -385,14 +385,14 @@ packages:
resolution: {integrity: sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==}
dev: true
/@types/react-dom@18.2.13:
resolution: {integrity: sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==}
/@types/react-dom@18.2.10:
resolution: {integrity: sha512-5VEC5RgXIk1HHdyN1pHlg0cOqnxHzvPGpMMyGAP5qSaDRmyZNDaQ0kkVAkK6NYlDhP6YBID3llaXlmAS/mdgCA==}
dependencies:
'@types/react': 18.2.28
'@types/react': 18.2.10
dev: true
/@types/react@18.2.28:
resolution: {integrity: sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==}
/@types/react@18.2.10:
resolution: {integrity: sha512-5UTpmDa5L+PgTLXhLPNolv7/Qh+1YQuy4fsh/IahJbvtaLz2g9qX0CKsE0rBQCvn9ymt9NpvZENZwclbLKc3EQ==}
dependencies:
'@types/prop-types': 15.7.8
'@types/scheduler': 0.16.4