Skip to content

Commit

Permalink
fix(deps): update apps and examples dependencies (#81)
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 Jul 2, 2024
1 parent 8b02fb8 commit 72bc29b
Show file tree
Hide file tree
Showing 6 changed files with 893 additions and 215 deletions.
14 changes: 7 additions & 7 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.20.0",
"@sanity/client": "^6.20.1",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/react-loader": "^1.10.3",
"@sanity/vision": "^3.46.1",
"@sanity/vision": "^3.48.1",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"@tinloof/sanity-web": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.395.0",
"lucide-react": "^0.399.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"next-sanity": "^9.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.46.1",
"sanity": "^3.48.1",
"server-only": "0.0.1"
},
"devDependencies": {
Expand All @@ -39,12 +39,12 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"version": null
}
6 changes: 3 additions & 3 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"sanity"
],
"dependencies": {
"@sanity/vision": "^3.46.1",
"@sanity/vision": "^3.48.1",
"@tinloof/sanity-studio": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"sanity": "^3.46.1",
"sanity": "^3.48.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.1",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"prettier": {
"semi": false,
Expand Down
14 changes: 7 additions & 7 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.20.0",
"@sanity/client": "^6.20.1",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.46.1",
"@sanity/vision": "^3.48.1",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.395.0",
"lucide-react": "^0.399.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"next-sanity": "^9.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.46.1",
"sanity": "^3.48.1",
"server-only": "0.0.1"
},
"devDependencies": {
Expand All @@ -37,12 +37,12 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"version": null
}
14 changes: 7 additions & 7 deletions examples/with-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.20.0",
"@sanity/client": "^6.20.1",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.46.1",
"@sanity/vision": "^3.48.1",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.395.0",
"lucide-react": "^0.399.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"next-sanity": "^9.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.46.1",
"sanity": "^3.48.1",
"server-only": "0.0.1"
},
"devDependencies": {
Expand All @@ -37,12 +37,12 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"version": null
}
14 changes: 7 additions & 7 deletions examples/with-sections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
},
"dependencies": {
"@heroicons/react": "^2.1.4",
"@sanity/client": "^6.20.0",
"@sanity/client": "^6.20.1",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.46.1",
"@sanity/vision": "^3.48.1",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.395.0",
"lucide-react": "^0.399.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"next-sanity": "^9.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.46.1",
"sanity": "^3.48.1",
"server-only": "0.0.1"
},
"devDependencies": {
Expand All @@ -38,12 +38,12 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"version": null
}
Loading

0 comments on commit 72bc29b

Please sign in to comment.