1
0
mirror of synced 2025-12-29 09:04:39 -05:00

Update typescript, consistent import path format for ts/tsx files (#55922)

This commit is contained in:
Kevin Heis
2025-06-03 12:36:19 -07:00
committed by GitHub
parent 2f968d9edd
commit fab07f48b9
216 changed files with 968 additions and 824 deletions

View File

@@ -330,7 +330,7 @@
"styled-components": "^5.3.11",
"swr": "^2.2.5",
"tcp-port-used": "1.0.2",
"tsx": "^4.19.3",
"tsx": "^4.19.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"url-template": "^3.1.1",
@@ -365,8 +365,8 @@
"@types/styled-components": "^5.1.34",
"@types/tcp-port-used": "1.0.4",
"@types/website-scraper": "^1.2.10",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"chalk": "^5.0.1",
"change-case": "^5.4.4",
"commander": "^14.0.0",
@@ -375,7 +375,7 @@
"csv-parse": "5.5.6",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.3",
"eslint-import-resolver-typescript": "^4.2.7",
"eslint-import-resolver-typescript": "^4.4.2",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -397,7 +397,7 @@
"robots-parser": "^3.0.1",
"sass": "^1.77.8",
"start-server-and-test": "^2.0.11",
"typescript": "^5.5.4",
"typescript": "^5.8.3",
"unist-util-remove": "^4.0.0",
"unist-util-visit-parents": "6.0.1",
"vitest": "^3.1.2",