Skip to content

Commit f7c29bc

Browse files
committed
chore: update ts
1 parent 8626bdb commit f7c29bc

File tree

7 files changed

+29
-117
lines changed

7 files changed

+29
-117
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-config-custom": "*",
3939
"tailwindcss": "^3.3.1",
4040
"tsconfig": "*",
41-
"typescript": "^4.9.3",
41+
"typescript": "^5.1.6",
4242
"vite": "^4.2.3",
4343
"vite-plugin-eslint": "^1.8.1"
4444
}

package-lock.json

Lines changed: 24 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cypress-debugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"esbuild": "^0.17.7",
4040
"tsconfig": "*",
4141
"tsup": "^6.6.0",
42-
"typescript": "^4.5.2"
42+
"typescript": "^5.1.6"
4343
},
4444
"dependencies": {
4545
"@currents/cypress-debugger-plugin": "*",

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-prettier": "^4.2.1",
2222
"eslint-plugin-react": "^7.32.2",
2323
"eslint-plugin-react-hooks": "^4.6.0",
24-
"typescript": "^4.7.4"
24+
"typescript": "^5.1.6"
2525
},
2626
"publishConfig": {
2727
"access": "public"

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"cypress": "^12.7.0",
3232
"tsconfig": "*",
3333
"tsup": "^6.6.3",
34-
"typescript": "^4.9.5"
34+
"typescript": "^5.1.6"
3535
},
3636
"dependencies": {
3737
"@currents/cypress-debugger-support": "*",

packages/support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"esbuild": "^0.17.7",
3434
"tsconfig": "*",
3535
"tsup": "^6.6.0",
36-
"typescript": "^4.5.2"
36+
"typescript": "^5.1.6"
3737
},
3838
"dependencies": {
3939
"@lukeed/uuid": "^2.0.0",

packages/support/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"include": ["src/**/*"],
44
"exclude": ["dist", "node_modules"],
55
"compilerOptions": {
6-
"types": ["node", "@neuralegion/cypress-har-generator"],
76
"typeRoots": ["./node_modules/@types", "./src/@types"],
87
"lib": ["ES2018", "DOM"],
98
"target": "ES2018"

0 commit comments

Comments
 (0)