Skip to content

Commit

Permalink
examples: bump deps in Sanity Example
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Oct 14, 2024
1 parent b30ae4e commit c2640ca
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions examples/cms-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
"typegen": "sanity schema extract && sanity typegen generate"
},
"dependencies": {
"@sanity/assist": "^3.0.6",
"@sanity/icons": "^3.3.1",
"@sanity/assist": "^3.0.8",
"@sanity/icons": "^3.4.0",
"@sanity/image-url": "^1.0.2",
"@sanity/preview-url-secret": "^1.6.20",
"@sanity/vision": "^3.55.0",
"@tailwindcss/typography": "^0.5.14",
"@sanity/preview-url-secret": "^1.6.21",
"@sanity/vision": "^3.60.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.14.13",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "^10.4.20",
"date-fns": "^3.6.0",
"next": "^14.2.5",
"next-sanity": "^9.4.7",
"postcss": "^8.4.41",
"date-fns": "^4.1.0",
"next": "^14.2.15",
"next-sanity": "^9.5.0",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.55.0",
"sanity": "^3.60.0",
"sanity-plugin-asset-source-unsplash": "^3.0.1",
"server-only": "^0.0.1",
"styled-components": "^6.1.12",
"tailwindcss": "^3.4.10",
"typescript": "5.5.4"
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.13",
"typescript": "5.6.3"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5"
"eslint-config-next": "^14.2.15"
}
}

0 comments on commit c2640ca

Please sign in to comment.