Skip to content

Commit

Permalink
fix(deps): update apps and examples dependencies (#71)
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 12, 2024
1 parent 2a263d7 commit ab8eaae
Show file tree
Hide file tree
Showing 6 changed files with 1,882 additions and 535 deletions.
32 changes: 16 additions & 16 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.15.20",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/react-loader": "^1.9.14",
"@sanity/vision": "^3.39.0",
"@tailwindcss/typography": "0.5.12",
"@sanity/client": "^6.20.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/react-loader": "^1.10.2",
"@sanity/vision": "^3.45.0",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"@tinloof/sanity-web": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.372.0",
"next": "14.2.2",
"next-sanity": "^9.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.39.0",
"lucide-react": "^0.394.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.45.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"prettier-plugin-tailwindcss": "0.6.3",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},
"version": null
Expand Down
16 changes: 8 additions & 8 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"sanity"
],
"dependencies": {
"@sanity/vision": "^3.39.0",
"@sanity/vision": "^3.45.0",
"@tinloof/sanity-studio": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "^3.39.0",
"styled-components": "^6.1.8"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"sanity": "^3.45.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^3.0.1",
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"prettier": {
Expand Down
30 changes: 15 additions & 15 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.15.20",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/vision": "^3.39.0",
"@tailwindcss/typography": "0.5.12",
"@sanity/client": "^6.20.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.45.0",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.372.0",
"next": "14.2.2",
"next-sanity": "^9.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.39.0",
"lucide-react": "^0.394.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.45.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"prettier-plugin-tailwindcss": "0.6.3",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},
"version": null
Expand Down
30 changes: 15 additions & 15 deletions examples/with-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"singleQuote": true
},
"dependencies": {
"@sanity/client": "^6.15.20",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/vision": "^3.39.0",
"@tailwindcss/typography": "0.5.12",
"@sanity/client": "^6.20.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.45.0",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.372.0",
"next": "14.2.2",
"next-sanity": "^9.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.39.0",
"lucide-react": "^0.394.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.45.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"prettier-plugin-tailwindcss": "0.6.3",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},
"version": null
Expand Down
30 changes: 15 additions & 15 deletions examples/with-sections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@sanity/client": "^6.15.20",
"@sanity/preview-url-secret": "^1.6.11",
"@sanity/vision": "^3.39.0",
"@tailwindcss/typography": "0.5.12",
"@sanity/client": "^6.20.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/vision": "^3.45.0",
"@tailwindcss/typography": "0.5.13",
"@tinloof/sanity-studio": "workspace:*",
"classnames": "2.5.1",
"lucide-react": "^0.372.0",
"next": "14.2.2",
"next-sanity": "^9.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "^3.39.0",
"lucide-react": "^0.394.0",
"next": "14.2.4",
"next-sanity": "^9.3.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "^3.45.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react": "^18.3.3",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.2",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"postcss": "8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"prettier-plugin-tailwindcss": "0.6.3",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},
"version": null
Expand Down
Loading

0 comments on commit ab8eaae

Please sign in to comment.