From 0fc4a8120b42b2bfd801c3f2cf4b9210947bb5cf Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Thu, 9 Jan 2025 01:38:21 +0200 Subject: [PATCH] chore(deps-dev): typescript@5.7.3, latest others and regenerate lock file --- package-lock.json | 8 ++++---- package.json | 2 +- pleb.config.mjs | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c156bbff..9b0ba968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-dom": "^18.3.1", "rimraf": "^6.0.1", "sinon": "^19.0.2", - "typescript": "~5.7.2", + "typescript": "~5.7.3", "typescript-eslint": "^8.19.1" } }, @@ -6390,9 +6390,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index dfb87cd7..2cbf2a4a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "react-dom": "^18.3.1", "rimraf": "^6.0.1", "sinon": "^19.0.2", - "typescript": "~5.7.2", + "typescript": "~5.7.3", "typescript-eslint": "^8.19.1" }, "license": "MIT", diff --git a/pleb.config.mjs b/pleb.config.mjs index 81bf9aef..0a55d551 100644 --- a/pleb.config.mjs +++ b/pleb.config.mjs @@ -4,7 +4,6 @@ export default { { name: 'react-dom', reason: `remix isn't compatible with react@19 yet` }, { name: '@types/react', reason: `remix isn't compatible with react@19 yet` }, { name: '@types/react-dom', reason: `remix isn't compatible with react@19 yet` }, - { name: 'typescript', reason: 'remix breaks with typescript@5.7 (reported upstream)' }, { name: 'chai', reason: 'esm-only' }, { name: '@types/chai', reason: 'esm-only' },