Skip to content

Commit

Permalink
chore(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 3ed6e7d commit de64fc1
Show file tree
Hide file tree
Showing 8 changed files with 3,970 additions and 2,246 deletions.
48 changes: 24 additions & 24 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.24.3",
"@sanity/color": "2.2.5",
"@sanity/icons": "2.11.7",
"@sanity/ui": "2.1.1",
"@sanity/vision": "3.37.1",
"@sanity/icons": "2.11.8",
"@sanity/ui": "2.11.2",
"@sanity/vision": "3.70.0",
"culori": "4.0.1",
"history": "5.3.0",
"json5": "2.2.3",
"motion": "10.17.0",
"next": "14.1.4",
"motion": "10.18.0",
"next": "14.2.23",
"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.4.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.70.0",
"sanity-plugin-asset-source-unsplash": "3.0.2",
"sanity-plugin-mux-input": "2.4.0",
"scroll-into-view-if-needed": "3.1.0",
"slugify": "1.6.6",
"styled-components": "6.1.8",
"styled-components": "6.1.14",
"suspend-react": "0.1.3"
},
"devDependencies": {
"@edge-runtime/jest-environment": "2.3.10",
"@types/jest": "29.5.12",
"@types/jest": "29.5.14",
"@types/node": "18.17.11",
"@types/prettier": "3.0.0",
"@types/react": "18.2.75",
"esbuild": "0.20.2",
"@types/react": "18.3.18",
"esbuild": "0.24.2",
"esbuild-plugin-replace": "1.4.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint": "8.57.1",
"eslint-config-next": "14.2.23",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "12.0.0",
"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.4.2",
"prettier-plugin-packagejson": "2.5.7",
"type-fest": "4.32.0",
"typescript": "5.7.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.11.2",
"motion": "10.18.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "5.4.0",
"react-is": "18.3.1",
"sanity": "3.70.0",
"sanity-plugin-mux-input": "2.4.0",
"styled-components": "6.1.14"
},
"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.18",
"eslint": "8.57.1",
"typescript": "5.7.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.4.0",
"react-is": "18.3.1",
"sanity": "3.70.0",
"sanity-plugin-mux-input": "2.4.0",
"styled-components": "6.1.14"
},
"devDependencies": {
"@sanity/eslint-config-studio": "4.0.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
"eslint": "8.57.1",
"typescript": "5.7.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.4.0",
"react-is": "18.3.1",
"sanity": "3.70.0",
"sanity-plugin-mux-input": "2.4.0",
"styled-components": "6.1.14"
},
"devDependencies": {
"@sanity/eslint-config-studio": "4.0.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
"eslint": "8.57.1",
"typescript": "5.7.3"
}
}
20 changes: 10 additions & 10 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.23",
"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.4.0",
"react-is": "18.3.1",
"sanity": "3.70.0",
"sanity-plugin-mux-input": "2.4.0",
"styled-components": "6.1.14"
},
"devDependencies": {
"@types/node": "18.17.11",
"@types/react": "18.2.75",
"typescript": "5.4.2"
"@types/react": "18.3.18",
"typescript": "5.7.3"
}
}
20 changes: 10 additions & 10 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.23",
"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.4.0",
"react-is": "18.3.1",
"sanity": "3.70.0",
"sanity-plugin-mux-input": "2.4.0",
"styled-components": "6.1.14"
},
"devDependencies": {
"@types/node": "18.17.11",
"@types/react": "18.2.75",
"typescript": "5.4.2"
"@types/react": "18.3.18",
"typescript": "5.7.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.4.2",
"prettier-plugin-packagejson": "2.5.7",
"turbo": "1.13.4"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit de64fc1

Please sign in to comment.