Skip to content

Commit

Permalink
fix(deps): Update non-major (#332)
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 Apr 9, 2024
1 parent 612209b commit 873372e
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 1,171 deletions.
26 changes: 13 additions & 13 deletions apps/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@
"singleQuote": true
},
"dependencies": {
"@heroicons/react": "2.0.18",
"@heroicons/react": "2.1.3",
"@juggle/resize-observer": "3.4.0",
"@sanity/client": "6.4.0",
"@sanity/client": "6.15.11",
"@sanity/color": "2.2.5",
"@sanity/icons": "2.4.1",
"@sanity/ui": "2.0.0",
"@sanity/vision": "3.25.0",
"culori": "4.0.0",
"@sanity/icons": "2.11.7",
"@sanity/ui": "2.1.1",
"@sanity/vision": "3.37.1",
"culori": "4.0.1",
"history": "5.3.0",
"json5": "2.2.3",
"motion": "10.16.2",
"next": "14.0.0",
"next-sanity": "6.0.0",
"polished": "4.2.2",
"motion": "10.17.0",
"next": "14.1.4",
"next-sanity": "6.1.4",
"polished": "4.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"react-icons": "5.0.1",
"rimraf": "4.4.1",
"sanity": "3.25.0",
"sanity": "3.37.1",
"sanity-plugin-asset-source-unsplash": "3.0.0",
"sanity-plugin-mux-input": "2.3.4",
"scroll-into-view-if-needed": "3.0.10",
"scroll-into-view-if-needed": "3.1.0",
"slugify": "1.6.6",
"styled-components": "6.1.8",
"suspend-react": "0.1.3"
Expand Down
10 changes: 5 additions & 5 deletions apps/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"dev": "sanity dev --port 3000"
},
"dependencies": {
"@sanity/icons": "2.4.1",
"@sanity/ui": "2.0.0",
"motion": "10.16.2",
"@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.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.25.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.25.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.25.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/next-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dev": "PORT=3004 next dev"
},
"dependencies": {
"next": "14.0.0",
"next-sanity": "6.0.0",
"next": "14.1.4",
"next-sanity": "6.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/next-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"dependencies": {
"next": "14.1.4",
"next-sanity": "6.0.0",
"next-sanity": "6.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.0",
"react-icons": "5.0.1",
"react-is": "18.2.0",
"sanity": "3.25.0",
"sanity": "3.37.1",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
Expand Down
Loading

0 comments on commit 873372e

Please sign in to comment.