Skip to content

Commit bd6b9d8

Browse files
chore(deps): update dependency typescript to v6.0.3 (dotansimha#10732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0feab57 commit bd6b9d8

9 files changed

Lines changed: 13 additions & 13 deletions

File tree

examples/react/apollo-client-defer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"cypress": "15.14.0",
2929
"serve": "14.2.6",
3030
"start-server-and-test": "3.0.2",
31-
"typescript": "6.0.2",
31+
"typescript": "6.0.3",
3232
"vite": "^8.0.0"
3333
}
3434
}

examples/react/apollo-client-swc-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "19.2.14",
2121
"@types/react-dom": "19.2.3",
2222
"@vitejs/plugin-react-swc": "^4.0.0",
23-
"typescript": "6.0.2",
23+
"typescript": "6.0.3",
2424
"vite": "^8.0.0"
2525
}
2626
}

examples/react/apollo-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"cypress": "15.14.0",
2626
"serve": "14.2.6",
2727
"start-server-and-test": "3.0.2",
28-
"typescript": "6.0.2",
28+
"typescript": "6.0.3",
2929
"vite": "^8.0.0"
3030
}
3131
}

examples/react/http-executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cypress": "15.14.0",
2525
"serve": "14.2.6",
2626
"start-server-and-test": "3.0.2",
27-
"typescript": "6.0.2",
27+
"typescript": "6.0.3",
2828
"vite": "^8.0.0"
2929
}
3030
}

examples/react/nextjs-swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@types/react-dom": "^19.0.0",
2828
"eslint": "^10.0.0",
2929
"eslint-config-next": "^13.0.0",
30-
"typescript": "6.0.2"
30+
"typescript": "6.0.3"
3131
}
3232
}

examples/react/tanstack-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"cypress": "15.14.0",
2525
"serve": "14.2.6",
2626
"start-server-and-test": "3.0.2",
27-
"typescript": "6.0.2",
27+
"typescript": "6.0.3",
2828
"vite": "^8.0.0"
2929
}
3030
}

examples/react/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cypress": "15.14.0",
2424
"serve": "14.2.6",
2525
"start-server-and-test": "3.0.2",
26-
"typescript": "6.0.2",
26+
"typescript": "6.0.3",
2727
"vite": "^8.0.0"
2828
}
2929
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"ts-node": "10.9.2",
7070
"tslib": "2.8.1",
7171
"tsx": "4.21.0",
72-
"typescript": "6.0.2",
72+
"typescript": "6.0.3",
7373
"vite-tsconfig-paths": "6.1.1",
7474
"vitest": "4.1.4",
7575
"wrangler": "4.83.0"
@@ -85,7 +85,7 @@
8585
"@typescript-eslint/utils": "8.58.2",
8686
"@typescript-eslint/visitor-keys": "8.58.2",
8787
"eslint-plugin-promise": "7.2.1",
88-
"typescript": "6.0.2"
88+
"typescript": "6.0.3"
8989
},
9090
"lint-staged": {
9191
"packages/**/src/**/*.{ts,tsx}": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14706,10 +14706,10 @@ [email protected]:
1470614706
typescript "~4.9.5"
1470714707
yargs "^17.1.1"
1470814708

14709-
[email protected].2, typescript@^5, typescript@^6.0.0, typescript@~4.9.5:
14710-
version "6.0.2"
14711-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
14712-
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==
14709+
[email protected].3, typescript@^5, typescript@^6.0.0, typescript@~4.9.5:
14710+
version "6.0.3"
14711+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21"
14712+
integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==
1471314713

1471414714
ua-parser-js@^1.0.35:
1471514715
version "1.0.41"

0 commit comments

Comments
 (0)