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 Nov 26, 2024
1 parent 76d18ea commit 8179417
Show file tree
Hide file tree
Showing 7 changed files with 663 additions and 332 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.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "^4.5.5"
}
}
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.3"
"typescript": "5.7.2"
}
}
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": "^2.0.0",
"@sanity/react-loader": "^1.8.3",
"@sanity/tsdoc": "1.0.134",
"@sanity/tsdoc": "1.0.139",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.8.25",
"@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 @@ -110,10 +110,10 @@
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.10.2",
"@sanity/pkg-utils": "6.11.12",
"@sanity/pkg-utils": "6.11.13",
"@sanity/prettier-config": "^1.0.3",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.134",
"@sanity/tsdoc": "1.0.139",
"@sanity/ui": "^2.8.25",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
Expand Down Expand Up @@ -165,7 +165,7 @@
"sanity": "workspace:*",
"semver": "^7.3.5",
"turbo": "^2.3.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"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 @@ -274,8 +274,8 @@
"@repo/test-config": "workspace:*",
"@sanity/codegen": "3.65.0",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/pkg-utils": "6.11.12",
"@sanity/tsdoc": "1.0.134",
"@sanity/pkg-utils": "6.11.13",
"@sanity/tsdoc": "1.0.139",
"@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 @@ -31,7 +31,7 @@
"@types/node": "^18.15.3",
"esbuild": "0.21.5",
"ts-node": "^10.9.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "^2.1.1"
}
}
977 changes: 654 additions & 323 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 8179417

Please sign in to comment.