chore(deps): update TypeScript version across multiple packages to 5.8.3 (#7209)

This commit is contained in:
Aaron 2025-06-12 13:10:27 -07:00 committed by GitHub
parent c1a078ef3f
commit 11b222ece8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 18 additions and 23 deletions

View file

@ -50,6 +50,6 @@
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.8", "@types/uuid": "^9.0.8",
"@types/zxcvbn": "^4.4.4", "@types/zxcvbn": "^4.4.4",
"typescript": "5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -58,6 +58,6 @@
"nodemon": "^3.1.7", "nodemon": "^3.1.7",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tsup": "8.4.0", "tsup": "8.4.0",
"typescript": "5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -28,7 +28,7 @@
"@types/reflect-metadata": "^0.1.0", "@types/reflect-metadata": "^0.1.0",
"@types/ws": "^8.5.10", "@types/ws": "^8.5.10",
"tsup": "8.4.0", "tsup": "8.4.0",
"typescript": "^5.3.3" "typescript": "5.8.3"
}, },
"peerDependencies": { "peerDependencies": {
"express": ">=4.21.2", "express": ">=4.21.2",

View file

@ -82,7 +82,7 @@
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.18",
"postcss": "^8.4.38", "postcss": "^8.4.38",
"tsup": "8.4.0", "tsup": "8.4.0",
"typescript": "5.3.3" "typescript": "5.8.3"
}, },
"keywords": [ "keywords": [
"editor", "editor",

View file

@ -18,6 +18,6 @@
"eslint-plugin-import": "^2.29.1", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^5.2.0",
"typescript": "5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -23,6 +23,6 @@
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"@types/react": "^18.3.11", "@types/react": "^18.3.11",
"tsup": "8.4.0", "tsup": "8.4.0",
"typescript": "^5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -17,6 +17,6 @@
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "*", "@plane/eslint-config": "*",
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"typescript": "^5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -17,6 +17,6 @@
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "*", "@plane/eslint-config": "*",
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"typescript": "^5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -29,6 +29,6 @@
"@plane/typescript-config": "*", "@plane/typescript-config": "*",
"@types/react": "18.3.1", "@types/react": "18.3.1",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
"typescript": "^5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -16,6 +16,6 @@
"devDependencies": { "devDependencies": {
"@plane/eslint-config": "*", "@plane/eslint-config": "*",
"@types/node": "^22.5.4", "@types/node": "^22.5.4",
"typescript": "^5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -72,6 +72,6 @@
"postcss-nested": "^6.0.1", "postcss-nested": "^6.0.1",
"storybook": "^8.1.1", "storybook": "^8.1.1",
"tsup": "8.4.0", "tsup": "8.4.0",
"typescript": "5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -30,6 +30,6 @@
"@types/react": "^18.3.11", "@types/react": "^18.3.11",
"@types/zxcvbn": "^4.4.5", "@types/zxcvbn": "^4.4.5",
"tsup": "8.4.0", "tsup": "8.4.0",
"typescript": "^5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -63,6 +63,6 @@
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",
"@types/zxcvbn": "^4.4.4", "@types/zxcvbn": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/eslint-plugin": "^5.48.2",
"typescript": "5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -82,6 +82,6 @@
"@types/uuid": "^8.3.4", "@types/uuid": "^8.3.4",
"@types/zxcvbn": "^4.4.4", "@types/zxcvbn": "^4.4.4",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"typescript": "5.3.3" "typescript": "5.8.3"
} }
} }

View file

@ -10940,15 +10940,10 @@ typed-styles@^0.0.7:
resolved "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9" resolved "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9"
integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q== integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==
typescript@5.3.3: typescript@5.8.3:
version "5.3.3" version "5.8.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
typescript@^5.3.3:
version "5.7.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
uc.micro@^2.0.0, uc.micro@^2.1.0: uc.micro@^2.0.0, uc.micro@^2.1.0:
version "2.1.0" version "2.1.0"