Skip to content

Commit

Permalink
Update apps and examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent df5b64c commit 50dcbe6
Show file tree
Hide file tree
Showing 6 changed files with 335 additions and 412 deletions.
6 changes: 3 additions & 3 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
Expand Down
10 changes: 5 additions & 5 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"dependencies": {
"@sanity/vision": "^3.68.1",
"@tinloof/sanity-studio": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"sanity": "^3.68.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"@types/react": "^18.3.11",
"@sanity/eslint-config-studio": "^5.0.1",
"@types/react": "^19.0.7",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
Expand Down
10 changes: 5 additions & 5 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"lucide-react": "^0.453.0",
"next": "15.1.1",
"next-sanity": "^9.8.27",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "^3.68.1",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
Expand Down
10 changes: 5 additions & 5 deletions examples/with-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"lucide-react": "^0.453.0",
"next": "15.1.1",
"next-sanity": "^9.8.27",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "^3.68.1",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
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 @@ -25,18 +25,18 @@
"lucide-react": "^0.453.0",
"next": "15.1.1",
"next-sanity": "^9.8.27",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "^3.68.1",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
Expand Down
Loading

0 comments on commit 50dcbe6

Please sign in to comment.