Skip to content

Commit

Permalink
fix(deps): Update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 873372e commit 2acfbe4
Show file tree
Hide file tree
Showing 8 changed files with 902 additions and 395 deletions.
26 changes: 13 additions & 13 deletions apps/v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 22,24 @@
"dependencies": {
"@heroicons/react": "2.1.3",
"@juggle/resize-observer": "3.4.0",
"@sanity/client": "6.15.11",
"@sanity/client": "6.15.15",
"@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.1.4",
"@sanity/vision": "3.38.0",
"culori": "4.0.1",
"history": "5.3.0",
"json5": "2.2.3",
"motion": "10.17.0",
"next": "14.1.4",
"next": "14.2.1",
"next-sanity": "6.1.4",
"polished": "4.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"rimraf": "4.4.1",
"sanity": "3.37.1",
"sanity-plugin-asset-source-unsplash": "3.0.0",
"sanity": "3.38.0",
"sanity-plugin-asset-source-unsplash": "3.0.1",
"sanity-plugin-mux-input": "2.3.4",
"scroll-into-view-if-needed": "3.1.0",
"slugify": "1.6.6",
Expand All @@ -51,18 51,18 @@
"@types/jest": "29.5.12",
"@types/node": "18.17.11",
"@types/prettier": "3.0.0",
"@types/react": "18.2.75",
"@types/react": "18.2.79",
"esbuild": "0.20.2",
"esbuild-plugin-replace": "1.4.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"jest": "29.7.0",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-packagejson": "2.5.0",
"type-fest": "4.15.0",
"typescript": "5.4.2",
"typescript": "5.4.5",
"write-file-atomic": "5.0.1"
}
}
12 changes: 6 additions & 6 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",
"@sanity/icons": "2.11.8",
"@sanity/ui": "2.1.4",
"motion": "10.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity": "3.38.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "4.0.0",
"@types/react": "18.2.75",
"@types/react": "18.2.79",
"eslint": "8.57.0",
"typescript": "5.4.2"
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions examples/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 9,15 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity": "3.38.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "4.0.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
"typescript": "5.4.5"
}
}
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 9,15 @@
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity": "3.38.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "4.0.0",
"eslint": "8.57.0",
"typescript": "5.4.2"
"typescript": "5.4.5"
}
}
10 changes: 5 additions & 5 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.1",
"next-sanity": "6.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity": "3.38.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
"devDependencies": {
"@types/node": "18.17.11",
"@types/react": "18.2.75",
"typescript": "5.4.2"
"@types/react": "18.2.79",
"typescript": "5.4.5"
}
}
10 changes: 5 additions & 5 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.1",
"next-sanity": "6.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "5.0.1",
"react-icons": "5.1.0",
"react-is": "18.2.0",
"sanity": "3.37.1",
"sanity": "3.38.0",
"sanity-plugin-mux-input": "2.3.4",
"styled-components": "6.1.8"
},
"devDependencies": {
"@types/node": "18.17.11",
"@types/react": "18.2.75",
"typescript": "5.4.2"
"@types/react": "18.2.79",
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 9,7 @@
},
"devDependencies": {
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-packagejson": "2.5.0",
"turbo": "1.13.2"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 2acfbe4

Please sign in to comment.