Skip to content

Commit

Permalink
fix(deps): update apps and examples dependencies (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent 95a15b3 commit da86125
Show file tree
Hide file tree
Showing 6 changed files with 481 additions and 80 deletions.
10 changes: 5 additions & 5 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"dependencies": {
"@sanity/client": "^6.20.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/react-loader": "^1.10.2",
"@sanity/vision": "^3.45.0",
"@sanity/react-loader": "^1.10.3",
"@sanity/vision": "^3.46.1",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"@tinloof/sanity-web": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.394.0",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.45.0",
"sanity": "^3.46.1",
"server-only": "0.0.1"
},
"devDependencies": {
Expand All @@ -42,7 +42,7 @@
"postcss": "8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.6.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"sanity"
],
"dependencies": {
"@sanity/vision": "^3.45.0",
"@sanity/vision": "^3.46.1",
"@tinloof/sanity-studio": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"sanity": "^3.45.0",
"sanity": "^3.46.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"dependencies": {
"@sanity/client": "^6.20.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.45.0",
"@sanity/vision": "^3.46.1",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.394.0",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.45.0",
"sanity": "^3.46.1",
"server-only": "0.0.1"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"postcss": "8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.6.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/with-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"dependencies": {
"@sanity/client": "^6.20.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.45.0",
"@sanity/vision": "^3.46.1",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.394.0",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.45.0",
"sanity": "^3.46.1",
"server-only": "0.0.1"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"postcss": "8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.6.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/with-sections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"singleQuote": true
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@heroicons/react": "^2.1.4",
"@sanity/client": "^6.20.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.45.0",
"@sanity/vision": "^3.46.1",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.394.0",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.45.0",
"sanity": "^3.46.1",
"server-only": "0.0.1"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"postcss": "8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.6.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit da86125

Please sign in to comment.