Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions apps/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,49 +20,49 @@
"singleQuote": true
},
"dependencies": {
"@heroicons/react": "2.1.3",
"@heroicons/react": "2.2.0",
"@juggle/resize-observer": "3.4.0",
"@sanity/client": "6.15.11",
"@sanity/client": "6.29.1",
"@sanity/color": "2.2.5",
"@sanity/icons": "2.11.7",
"@sanity/ui": "2.1.1",
"@sanity/vision": "3.37.1",
"culori": "4.0.1",
"@sanity/icons": "2.11.8",
"@sanity/ui": "2.16.21",
"@sanity/vision": "3.99.0",
"culori": "4.0.2",
"history": "5.3.0",
"json5": "2.2.3",
"motion": "10.17.0",
"next": "14.1.4",
"motion": "10.18.0",
"next": "14.2.33",
"next-sanity": "6.1.4",
"polished": "4.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"rimraf": "4.4.1",
"sanity": "3.37.1",
"sanity-plugin-asset-source-unsplash": "3.0.0",
"sanity-plugin-mux-input": "2.3.4",
"sanity": "3.99.0",
"sanity-plugin-asset-source-unsplash": "3.1.0",
"sanity-plugin-mux-input": "2.9.1",
"scroll-into-view-if-needed": "3.1.0",
"slugify": "1.6.6",
"styled-components": "6.1.8",
"styled-components": "6.1.19",
"suspend-react": "0.1.3"
},
"devDependencies": {
"@edge-runtime/jest-environment": "2.3.10",
"@types/jest": "29.5.12",
"@types/node": "18.17.11",
"@types/jest": "29.5.14",
"@types/node": "18.19.130",
"@types/prettier": "3.0.0",
"@types/react": "18.2.75",
"esbuild": "0.20.2",
"@types/react": "18.3.26",
"esbuild": "0.25.11",
"esbuild-plugin-replace": "1.4.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.33",
"eslint-config-prettier": "9.1.2",
"eslint-plugin-simple-import-sort": "12.1.1",
"jest": "29.7.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"type-fest": "4.15.0",
"typescript": "5.4.2",
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"type-fest": "4.41.0",
"typescript": "5.9.3",
"write-file-atomic": "5.0.1"
}
}
26 changes: 13 additions & 13 deletions apps/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"dev": "sanity dev --port 3000"
},
"dependencies": {
"@sanity/icons": "2.11.7",
"@sanity/ui": "2.1.1",
"motion": "10.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
"@sanity/icons": "2.11.8",
"@sanity/ui": "2.16.21",
"motion": "10.18.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"react-is": "18.3.1",
"sanity": "3.99.0",
"sanity-plugin-mux-input": "2.9.1",
"styled-components": "6.1.19"
},
"devDependencies": {
"@sanity/eslint-config-studio": "4.0.0",
"@types/react": "18.2.75",
"eslint": "8.57.0",
"typescript": "5.4.2"
"@types/react": "18.3.26",
"eslint": "8.57.1",
"typescript": "5.9.3"
}
}
18 changes: 9 additions & 9 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"dev": "sanity dev --port 3002"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"react-is": "18.3.1",
"sanity": "3.99.0",
"sanity-plugin-mux-input": "2.9.1",
"styled-components": "6.1.19"
},
"devDependencies": {
"@sanity/eslint-config-studio": "4.0.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
"eslint": "8.57.1",
"typescript": "5.9.3"
}
}
18 changes: 9 additions & 9 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"dev": "sanity dev --port 3003"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"react-is": "18.3.1",
"sanity": "3.99.0",
"sanity-plugin-mux-input": "2.9.1",
"styled-components": "6.1.19"
},
"devDependencies": {
"@sanity/eslint-config-studio": "4.0.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
"eslint": "8.57.1",
"typescript": "5.9.3"
}
}
22 changes: 11 additions & 11 deletions examples/next-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"dev": "PORT=3004 next dev"
},
"dependencies": {
"next": "14.1.4",
"next": "14.2.33",
"next-sanity": "6.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"react-is": "18.3.1",
"sanity": "3.99.0",
"sanity-plugin-mux-input": "2.9.1",
"styled-components": "6.1.19"
},
"devDependencies": {
"@types/node": "18.17.11",
"@types/react": "18.2.75",
"typescript": "5.4.2"
"@types/node": "18.19.130",
"@types/react": "18.3.26",
"typescript": "5.9.3"
}
}
22 changes: 11 additions & 11 deletions examples/next-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"dev": "PORT=3005 next dev"
},
"dependencies": {
"next": "14.1.4",
"next": "14.2.33",
"next-sanity": "6.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.5.0",
"react-is": "18.3.1",
"sanity": "3.99.0",
"sanity-plugin-mux-input": "2.9.1",
"styled-components": "6.1.19"
},
"devDependencies": {
"@types/node": "18.17.11",
"@types/react": "18.2.75",
"typescript": "5.4.2"
"@types/node": "18.19.130",
"@types/react": "18.3.26",
"typescript": "5.9.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test": "turbo run test"
},
"devDependencies": {
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"turbo": "1.13.2"
"prettier": "3.6.2",
"prettier-plugin-packagejson": "2.5.19",
"turbo": "1.13.4"
},
"packageManager": "[email protected]"
}
Loading