#Problem with embedded Sanity3 in Next 13 project after deployed to Vercel

2 messages · Page 1 of 1 (latest)

empty badgeBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

hazy dew
#

Checking for outdated packages:
npm outdated
gives

Package                     Current    Wanted   Latest  Location                                Depended by
@types/node                18.15.11  18.15.11   20.6.3  node_modules/@types/node                testing-1
@types/react                18.2.14   18.2.22  18.2.22  node_modules/@types/react               testing-1
@types/react-dom            18.0.11   18.0.11   18.2.7  node_modules/@types/react-dom           testing-1
@typescript-eslint/parser    5.61.0    5.62.0    6.7.2  node_modules/@typescript-eslint/parser  testing-1
autoprefixer                10.4.14   10.4.14  10.4.15  node_modules/autoprefixer               testing-1
eslint                       8.44.0    8.49.0   8.49.0  node_modules/eslint                     testing-1
eslint-config-next           13.3.0    13.3.0   13.5.1  node_modules/eslint-config-next         testing-1
next                         13.3.0    13.3.0   13.5.1  node_modules/next                       testing-1
next-sanity                   5.4.6     5.5.4    5.5.4  node_modules/next-sanity                testing-1
postcss                      8.4.29    8.4.30   8.4.30  node_modules/postcss                    testing-1
prettier                      2.8.8     2.8.8    3.0.3  node_modules/prettier                   testing-1
react-tooltip                5.21.1    5.21.4   5.21.4  node_modules/react-tooltip              testing-1
sanity                       3.16.4    3.16.7   3.16.7  node_modules/sanity                     testing-1
tailwindcss                   3.3.3     3.3.1    3.3.3  node_modules/tailwindcss                testing-1
typescript                    4.9.5     4.9.5    5.2.2  node_modules/typescript                 testing-1

Will try to update these Packages and redeploy

Package                     Current    Wanted   Latest  
next-sanity                   5.4.6     5.5.4    5.5.4  
sanity                       3.16.4    3.16.7   3.16.7  
```