Skip to content

Commit

Permalink
chore(deps): update typescript-tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 4ffa079 commit c5760ea
Show file tree
Hide file tree
Showing 7 changed files with 1,426 additions and 1,277 deletions.
2 changes: 1 addition & 1 deletion dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "^4.5.3"
}
}
2 changes: 1 addition & 1 deletion dev/test-next-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"sanity": "workspace:*",
"sanity-test-studio": "workspace:*",
"styled-components": "^6.1.12",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@sanity/migrate": "workspace:*",
"@sanity/preview-url-secret": "^1.6.1",
"@sanity/react-loader": "^1.8.3",
"@sanity/tsdoc": "1.0.105",
"@sanity/tsdoc": "1.0.112",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.8.9",
"@sanity/ui-workshop": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.10.0",
"@sanity/pkg-utils": "6.11.2",
"@sanity/pkg-utils": "6.11.4",
"@sanity/prettier-config": "^1.0.2",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.105",
"@sanity/tsdoc": "1.0.112",
"@sanity/ui": "^2.8.9",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
Expand Down Expand Up @@ -168,7 +168,7 @@
"sanity": "workspace:*",
"semver": "^7.3.5",
"turbo": "^2.1.3",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "^4.5.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@
"@repo/test-config": "workspace:*",
"@sanity/codegen": "3.61.0",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/pkg-utils": "6.11.2",
"@sanity/tsdoc": "1.0.105",
"@sanity/pkg-utils": "6.11.4",
"@sanity/tsdoc": "1.0.112",
"@sanity/ui-workshop": "^1.2.11",
"@sentry/types": "^8.12.0",
"@testing-library/jest-dom": "^6.4.8",
Expand Down
2 changes: 1 addition & 1 deletion perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"@types/node": "^18.15.3",
"esbuild": "0.21.5",
"ts-node": "^10.9.2",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
Loading

0 comments on commit c5760ea

Please sign in to comment.