Skip to content

Commit

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

* chore: add changeset renovate-b1601ff

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tinloof-bot <bot@tinloof.com>
  • Loading branch information
renovate[bot] and tinloof-bot authored Jun 12, 2024
1 parent 0581c46 commit 4c92cc8
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 1,640 deletions.
27 changes: 27 additions & 0 deletions .changeset/renovate-b1601ff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
'@tinloof/sanity-studio': patch
'@tinloof/sanity-web': patch
---

Updated dependency `@sanity/presentation` to `^1.15.14`.
Updated dependency `@sanity/ui` to `^2.3.3`.
Updated dependency `@tanstack/react-virtual` to `^3.5.1`.
Updated dependency `@types/lodash` to `^4.17.5`.
Updated dependency `@types/react` to `^18.3.3`.
Updated dependency `@types/react-is` to `^18.3.0`.
Updated dependency `@typescript-eslint/eslint-plugin` to `^7.13.0`.
Updated dependency `@typescript-eslint/parser` to `^7.13.0`.
Updated dependency `eslint-plugin-react` to `^7.34.2`.
Updated dependency `eslint-plugin-react-hooks` to `^4.6.2`.
Updated dependency `npm-run-all2` to `^5.0.0`.
Updated dependency `prettier` to `^3.3.2`.
Updated dependency `react` to `^18.3.1`.
Updated dependency `react-dom` to `^18.3.1`.
Updated dependency `react-is` to `^18.3.1`.
Updated dependency `rimraf` to `^5.0.7`.
Updated dependency `sanity` to `^3.45.0`.
Updated dependency `styled-components` to `^6.1.11`.
Updated dependency `@changesets/cli` to `^2.27.5`.
Updated dependency `@types/react-dom` to `^18.3.0`.
Updated dependency `tsup` to `^8.1.0`.
Updated dependency `@portabletext/react` to `^3.1.0`.
40 changes: 20 additions & 20 deletions packages/sanity-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"@sanity/icons": "^2.11.8",
"@sanity/image-url": "^1.0.2",
"@sanity/incompatible-plugin": "^1.0.4",
"@sanity/presentation": "^1.12.8",
"@sanity/ui": "^2.1.4",
"@sanity/presentation": "^1.15.14",
"@sanity/ui": "^2.3.3",
"@sanity/util": "^3.45.0",
"@tanstack/react-virtual": "^3.4.0",
"@tanstack/react-virtual": "^3.5.1",
"@tinloof/sanity-web": "workspace:*",
"lodash": "^4.17.21",
"nanoid": "^5.0.7",
Expand All @@ -68,32 +68,32 @@
"devDependencies": {
"@sanity/pkg-utils": "^6.8.6",
"@sanity/plugin-kit": "^4.0.7",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.79",
"@types/react-is": "^18.2.4",
"@types/lodash": "^4.17.5",
"@types/react": "^18.3.3",
"@types/react-is": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"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.1",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"npm-run-all2": "^5.0.0",
"prettier": "^3.3.2",
"prettier-plugin-packagejson": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rimraf": "^5.0.5",
"sanity": "^3.39.0",
"styled-components": "^6.1.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"rimraf": "^5.0.7",
"sanity": "^3.45.0",
"styled-components": "^6.1.11",
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18",
"sanity": "^3"
"react": "^18.3.1",
"sanity": "^3.45.0"
},
"engines": {
"node": ">=14"
Expand Down
20 changes: 10 additions & 10 deletions packages/sanity-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
"author": "Tinloof",
"license": "ISC",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.5",
"@portabletext/types": "^2.0.13",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@portabletext/react": "^3.0.18",
"@portabletext/react": "^3.1.0",
"@sanity/asset-utils": "^1.3.0",
"@sanity/image-url": "^1.0.2",
"sanity": "^3.39.0",
"sanity": "^3.45.0",
"speakingurl": "^14.0.1"
}
}
Loading

0 comments on commit 4c92cc8

Please sign in to comment.