Skip to content

Commit

Permalink
fix(deps): update apps and examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 9dd22f8 commit d3cf304
Show file tree
Hide file tree
Showing 6 changed files with 8,972 additions and 10,148 deletions.
4 changes: 2 additions & 2 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0",
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.62.0",
"@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.62.0",
"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.2",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3"
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 @@ -24,14 +24,14 @@
"lucide-react": "^0.453.0",
"next": "15.0.0",
"next-sanity": "9.7.0-canary.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "^3.62.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0",
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 @@ -24,14 +24,14 @@
"lucide-react": "^0.453.0",
"next": "15.0.0",
"next-sanity": "9.7.0-canary.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "^3.62.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-sections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"lucide-react": "^0.453.0",
"next": "15.0.0",
"next-sanity": "9.7.0-canary.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "^3.62.0",
"server-only": "0.0.1"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0",
Expand Down
Loading

0 comments on commit d3cf304

Please sign in to comment.