Skip to content

Commit c647c7e

Browse files
chore(repo): Update dependency typescript to v5.6.2 (clerk#4066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1ac1bd commit c647c7e

15 files changed

Lines changed: 28 additions & 27 deletions

File tree

integration/templates/astro-hybrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"astro": "^4.11.5",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
21-
"typescript": "^5.5.3"
21+
"typescript": "^5.6.2"
2222
}
2323
}

integration/templates/astro-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"tailwindcss": "^3.4.4",
23-
"typescript": "^5.5.3"
23+
"typescript": "^5.6.2"
2424
}
2525
}

integration/templates/elements-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"next": "^14.2.13",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
20-
"typescript": "^5.4.5"
20+
"typescript": "^5.6.2"
2121
},
2222
"devDependencies": {
2323
"autoprefixer": "^10.4.20",

integration/templates/expo-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "^29.2.1",
4242
"jest-expo": "~51.0.3",
4343
"react-test-renderer": "18.2.0",
44-
"typescript": "~5.3.3"
44+
"typescript": "~5.6.2"
4545
},
4646
"private": true
4747
}

integration/templates/express-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"ejs": "^3.1.6",
1515
"express": "^4.18.2",
1616
"ts-node": "^10.9.1",
17-
"typescript": "^5.4.5",
17+
"typescript": "^5.6.2",
1818
"vite-express": "^0.11.0"
1919
},
2020
"devDependencies": {

integration/templates/next-app-router-quickstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"next": "14.2.10",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"typescript": "^5.4.5"
18+
"typescript": "^5.6.2"
1919
},
2020
"engines": {
2121
"node": ">=18.17.0"

integration/templates/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"next": "^14.2.13",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
18-
"typescript": "^5.4.5"
18+
"typescript": "^5.6.2"
1919
},
2020
"engines": {
2121
"node": ">=18.17.0"

integration/templates/react-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^8.38.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",
2626
"eslint-plugin-react-refresh": "^0.4.0",
27-
"typescript": "^5.4.5",
27+
"typescript": "^5.6.2",
2828
"vite": "^4.3.9"
2929
},
3030
"engines": {

integration/templates/remix-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react": "^18.3.3",
2626
"@types/react-dom": "^18.3.0",
2727
"eslint": "^8.38.0",
28-
"typescript": "^5.4.5"
28+
"typescript": "^5.6.2"
2929
},
3030
"engines": {
3131
"node": ">=18.17.0"

integration/templates/tanstack-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"postcss": "^8.4.40",
3030
"prettier": "^3.3.3",
3131
"tailwindcss": "^3.4.7",
32-
"typescript": "^5.5.3",
32+
"typescript": "^5.6.2",
3333
"vite": "^5.3.5",
3434
"vite-tsconfig-paths": "^4.3.2"
3535
}

0 commit comments

Comments
 (0)