Skip to content

Commit

Permalink
Merge pull request #94 from tinloof/renovate/apps-and-examples-depend…
Browse files Browse the repository at this point in the history
…encies

fix(deps): update apps and examples dependencies
  • Loading branch information
siffogh authored Oct 22, 2024
2 parents 0f2c6af + 5184d78 commit e1383c6
Show file tree
Hide file tree
Showing 6 changed files with 6,574 additions and 8,824 deletions.
22 changes: 11 additions & 11 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.21.3",
"@sanity/client": "^6.22.2",
"@sanity/preview-url-secret": "^2.0.0",
"@sanity/react-loader": "^1.10.7",
"@sanity/vision": "^3.57.4",
"@sanity/react-loader": "^1.10.10",
"@sanity/vision": "^3.61.0",
"@tailwindcss/typography": "0.5.15",
"@tinloof/sanity-studio": "workspace:*",
"@tinloof/sanity-web": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.441.0",
"lucide-react": "^0.453.0",
"next": "15.0.0",
"next-sanity": "^9.4.7",
"next-sanity": "^9.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.57.4",
"sanity": "^3.61.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0",
Expand All @@ -42,10 +42,10 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.12",
"typescript": "^5.6.2"
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "^5.6.3"
},
"version": null
}
8 changes: 4 additions & 4 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.57.4",
"@sanity/vision": "^3.61.0",
"@tinloof/sanity-studio": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"sanity": "^3.57.4",
"sanity": "^3.61.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"@types/react": "^18.3.7",
"@types/react": "^18.3.11",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"prettier": {
"semi": false,
Expand Down
20 changes: 10 additions & 10 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.21.3",
"@sanity/client": "^6.22.2",
"@sanity/preview-url-secret": "^2.0.0",
"@sanity/vision": "^3.57.4",
"@sanity/vision": "^3.61.0",
"@tailwindcss/typography": "0.5.15",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.441.0",
"lucide-react": "^0.453.0",
"next": "15.0.0",
"next-sanity": "^9.4.7",
"next-sanity": "^9.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.57.4",
"sanity": "^3.61.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0",
Expand All @@ -40,10 +40,10 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.12",
"typescript": "^5.6.2"
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "^5.6.3"
},
"version": null
}
20 changes: 10 additions & 10 deletions examples/with-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.21.3",
"@sanity/client": "^6.22.2",
"@sanity/preview-url-secret": "^2.0.0",
"@sanity/vision": "^3.57.4",
"@sanity/vision": "^3.61.0",
"@tailwindcss/typography": "0.5.15",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.441.0",
"lucide-react": "^0.453.0",
"next": "15.0.0",
"next-sanity": "^9.4.7",
"next-sanity": "^9.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.57.4",
"sanity": "^3.61.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0",
Expand All @@ -40,10 +40,10 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.12",
"typescript": "^5.6.2"
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "^5.6.3"
},
"version": null
}
20 changes: 10 additions & 10 deletions examples/with-sections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@sanity/client": "^6.21.3",
"@sanity/client": "^6.22.2",
"@sanity/preview-url-secret": "^2.0.0",
"@sanity/vision": "^3.57.4",
"@sanity/vision": "^3.61.0",
"@tailwindcss/typography": "0.5.15",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.441.0",
"lucide-react": "^0.453.0",
"next": "15.0.0",
"next-sanity": "^9.4.7",
"next-sanity": "^9.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.57.4",
"sanity": "^3.61.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0",
Expand All @@ -41,10 +41,10 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.12",
"typescript": "^5.6.2"
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "^5.6.3"
},
"version": null
}
Loading

0 comments on commit e1383c6

Please sign in to comment.