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 and stipsan committed Jan 8, 2025
1 parent 55aff5d commit 0eef7d5
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 278 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": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@sanity/migrate": "workspace:*",
"@sanity/preview-url-secret": "^2.0.0",
"@sanity/react-loader": "^1.8.3",
"@sanity/tsdoc": "1.0.164",
"@sanity/tsdoc": "1.0.169",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.11.1",
"@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 @@ -113,10 +113,10 @@
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.11.1",
"@sanity/pkg-utils": "6.13.2",
"@sanity/pkg-utils": "6.13.4",
"@sanity/prettier-config": "^1.0.3",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.164",
"@sanity/tsdoc": "1.0.169",
"@sanity/ui": "^2.11.1",
"@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.3.3",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli/test/test-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"server-only": "^0.0.1",
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.14",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"devDependencies": {
"eslint": "^9.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
"@repo/test-config": "workspace:*",
"@sanity/codegen": "3.69.0",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/pkg-utils": "6.13.2",
"@sanity/tsdoc": "1.0.164",
"@sanity/pkg-utils": "6.13.4",
"@sanity/tsdoc": "1.0.169",
"@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.7.2",
"typescript": "5.7.3",
"vitest": "^2.1.8"
}
}
454 changes: 185 additions & 269 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0eef7d5

Please sign in to comment.