Skip to content

Commit

Permalink
fix(deps): update packages dependencies (#105)
Browse files Browse the repository at this point in the history
* fix(deps): update packages dependencies

* chore: add changeset renovate-a5de5e9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: thomasKn <[email protected]>
  • Loading branch information
renovate[bot] and thomasKn authored Dec 16, 2024
1 parent c4c39e2 commit fb83b0b
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 128 deletions.
11 changes: 11 additions & 0 deletions .changeset/renovate-a5de5e9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@frontvibe/sanity-color-picker': patch
'@frontvibe/sanity-font-picker': patch
'@frontvibe/sanity-plugin-range-slider': patch
---

Updated dependency `@sanity/ui` to `^2.10.9`.
Updated dependency `@types/react` to `^18.3.16`.
Updated dependency `sanity` to `^3.67.1`.
Updated dependency `zod` to `^3.24.1`.
Updated dependency `@sanity/types` to `^3.67.1`.
12 changes: 6 additions & 6 deletions packages/sanity-color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"dependencies": {
"@sanity/icons": "^3.5.2",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/ui": "^2.10.7",
"@sanity/ui": "^2.10.9",
"@shopify/polaris": "^13.9.1",
"lodash": "^4.17.21",
"zod": "^3.24.0"
"zod": "^3.24.1"
},
"devDependencies": {
"@sanity/pkg-utils": "^5.0.0",
"@sanity/plugin-kit": "^3.1.10",
"@sanity/types": "^3.67.0",
"@sanity/types": "^3.67.1",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.14",
"@types/react": "^18.3.16",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
Expand All @@ -68,13 +68,13 @@
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"rimraf": "^5.0.10",
"sanity": "^3.67.0",
"sanity": "^3.67.1",
"styled-components": "^6.1.13",
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": "^18.3.1",
"sanity": "^3.67.0"
"sanity": "^3.67.1"
},
"engines": {
"node": ">=14"
Expand Down
8 changes: 4 additions & 4 deletions packages/sanity-font-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"dependencies": {
"@sanity/icons": "^3.5.2",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/ui": "^2.10.7"
"@sanity/ui": "^2.10.9"
},
"devDependencies": {
"@frontvibe/sanity-plugin-range-slider": "workspace:^",
"@sanity/pkg-utils": "^5.0.0",
"@sanity/plugin-kit": "^3.1.10",
"@types/react": "^18.3.14",
"@types/react": "^18.3.16",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
Expand All @@ -64,14 +64,14 @@
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"rimraf": "^5.0.10",
"sanity": "^3.67.0",
"sanity": "^3.67.1",
"styled-components": "^6.1.13",
"typescript": "^5.7.2"
},
"peerDependencies": {
"@frontvibe/sanity-plugin-range-slider": "^1.0.12",
"react": "^18.3.1",
"sanity": "^3.67.0"
"sanity": "^3.67.1"
},
"browserslist": "extends @sanity/browserslist-config",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/sanity-range-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"dependencies": {
"@sanity/icons": "^3.5.2",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/ui": "^2.10.7",
"@sanity/ui": "^2.10.9",
"@shopify/polaris": "^13.9.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@sanity/pkg-utils": "^5.0.0",
"@sanity/plugin-kit": "^3.1.10",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.14",
"@types/react": "^18.3.16",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
Expand All @@ -74,13 +74,13 @@
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"rimraf": "^5.0.10",
"sanity": "^3.67.0",
"sanity": "^3.67.1",
"styled-components": "^6.1.13",
"typescript": "^5.7.2"
},
"peerDependencies": {
"react": "^18.3.1",
"sanity": "^3.67.0"
"sanity": "^3.67.1"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit fb83b0b

Please sign in to comment.