mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Next and next sanity fetching and preview updates
This commit is contained in:
40
package.json
40
package.json
@@ -23,47 +23,47 @@
|
||||
"@portabletext/react": "^3.0.4",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
"@radix-ui/react-dialog": "^1.0.4",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
||||
"@radix-ui/react-navigation-menu": "^1.1.2",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
||||
"@radix-ui/react-navigation-menu": "^1.1.3",
|
||||
"@sanity/client": "^6.4.4",
|
||||
"@sanity/document-internationalization": "^2.0.1",
|
||||
"@sanity/icons": "^2.4.1",
|
||||
"@sanity/image-url": "^1.0.2",
|
||||
"@sanity/preview-kit": "^2.4.9",
|
||||
"@sanity/types": "^3.11.1",
|
||||
"@sanity/ui": "^1.3.3",
|
||||
"@sanity/types": "^3.15.0",
|
||||
"@sanity/ui": "^1.7.4",
|
||||
"@sanity/vision": "^3.0.0",
|
||||
"@sanity/webhook": "^2.0.0",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"@vercel/analytics": "^1.0.2",
|
||||
"@vercel/og": "^0.1.0",
|
||||
"algoliasearch": "^4.19.1",
|
||||
"class-variance-authority": "^0.6.0",
|
||||
"class-variance-authority": "^0.6.1",
|
||||
"clsx": "^1.2.1",
|
||||
"framer-motion": "^8.5.5",
|
||||
"is-empty-iterable": "^3.0.0",
|
||||
"next": "13.4.19",
|
||||
"next-intl": "2.19.1",
|
||||
"next-sanity": "^5.4.2",
|
||||
"next-sanity": "^5.4.6",
|
||||
"react": "18.2.0",
|
||||
"react-cookie": "^4.1.1",
|
||||
"react-dom": "18.2.0",
|
||||
"react-glider": "^4.0.2",
|
||||
"react-instantsearch": "^7.0.1",
|
||||
"sanity": "^3.11.1",
|
||||
"sanity-plugin-iframe-pane": "^2.3.0",
|
||||
"sanity": "^3.15.0",
|
||||
"sanity-plugin-iframe-pane": "^2.5.5",
|
||||
"sanity-plugin-media": "^2.0.4",
|
||||
"sharp": "^0.32.1",
|
||||
"sharp": "^0.32.4",
|
||||
"slug": "^8.2.2",
|
||||
"slugify": "^1.6.5",
|
||||
"styled-components": "^5.3.10",
|
||||
"styled-components": "^5.3.11",
|
||||
"suspend-react": "^0.1.3",
|
||||
"tailwind-merge": "^1.12.0",
|
||||
"tailwindcss-animate": "^1.0.5"
|
||||
"tailwind-merge": "^1.14.0",
|
||||
"tailwindcss-animate": "^1.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/bundle-analyzer": "^13.4.13",
|
||||
"@playwright/test": "^1.34.1",
|
||||
"@playwright/test": "^1.36.2",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@types/negotiator": "^0.6.1",
|
||||
"@types/node": "18.13.0",
|
||||
@@ -73,15 +73,15 @@
|
||||
"@vercel/git-hooks": "^1.0.0",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-next": "^13.4.3",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-config-next": "^13.4.13",
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
"eslint-plugin-unicorn": "^45.0.2",
|
||||
"lint-staged": "^13.2.2",
|
||||
"postcss": "^8.4.23",
|
||||
"lint-staged": "^13.2.3",
|
||||
"postcss": "^8.4.27",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-tailwindcss": "^0.2.8",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"typescript": "^5.1.3"
|
||||
"tailwindcss": "^3.3.3",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user