Skip to content

Commit

Permalink
fix(deps): update packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent da86125 commit 3b6bb9e
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 472 deletions.
16 changes: 8 additions & 8 deletions packages/sanity-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@sanity/icons": "^2.11.8",
"@sanity/image-url": "^1.0.2",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/presentation": "^1.15.14",
"@sanity/ui": "^2.3.3",
"@sanity/util": "^3.45.0",
"@sanity/presentation": "^1.16.0",
"@sanity/ui": "^2.4.0",
"@sanity/util": "^3.46.1",
"@tanstack/react-virtual": "^3.5.1",
"@tinloof/sanity-web": "workspace:*",
"lodash": "^4.17.21",
Expand All @@ -72,28 +72,28 @@
"@types/react": "^18.3.3",
"@types/react-is": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"npm-run-all2": "^5.0.0",
"npm-run-all2": "^5.0.2",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"rimraf": "^5.0.7",
"sanity": "^3.45.0",
"sanity": "^3.46.1",
"styled-components": "^6.1.11",
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18.3.1",
"sanity": "^3.45.0"
"sanity": "^3.46.1"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@portabletext/react": "^3.1.0",
"@sanity/asset-utils": "^1.3.0",
"@sanity/image-url": "^1.0.2",
"sanity": "^3.45.0",
"sanity": "^3.46.1",
"speakingurl": "^14.0.1"
}
}
Loading

0 comments on commit 3b6bb9e

Please sign in to comment.