From 7f70e375af32a065d31856c21fd53b638d38e057 Mon Sep 17 00:00:00 2001 From: Charles Lechasseur Date: Sat, 21 Oct 2023 00:50:52 -0400 Subject: [PATCH] chore(deps): update to typescript 5 (#50) --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae85359a..928434fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.1", "license": "MIT", "dependencies": { - "@clechasseur/rs-actions-core": "^3.0.0", + "@clechasseur/rs-actions-core": "^3.0.1", "string-argv": "^0.3.2" }, "devDependencies": { @@ -24,7 +24,7 @@ "jest": "^29.7.0", "prettier": "^3.0.3", "ts-jest": "^29.1.1", - "typescript": "^4.9.5" + "typescript": "^5.2.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -979,9 +979,9 @@ "dev": true }, "node_modules/@clechasseur/rs-actions-core": { - "version": "3.0.0", - "resolved": "https://npm.pkg.github.com/download/@clechasseur/rs-actions-core/3.0.0/6f2d3d860c5897cae4179488e93eda173f57229a", - "integrity": "sha512-zc+5TL/XKP8rKBw4Rdd+n3kybya8Tp0Br+yGBLIxTjrWc2Hq/H1Kvadavczi6OYd8eRm4S7TVOqGVbbv7+akqw==", + "version": "3.0.1", + "resolved": "https://npm.pkg.github.com/download/@clechasseur/rs-actions-core/3.0.1/0d17c80f0d33f22fa2b1e076506a5a74ed8f7129", + "integrity": "sha512-aMchtqq21a6IyiVth4JDZmD2QoxjIDZVU+lgxBHKW/GX+wdLCrAYCsEzeXNs7iPvjab9cmPFUQQzBS+CAEwiOA==", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", @@ -5653,16 +5653,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici": { diff --git a/package.json b/package.json index 1ae114fc..a543a8a5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "url": "https://github.com/clechasseur/rs-cargo/issues" }, "dependencies": { - "@clechasseur/rs-actions-core": "^3.0.0", + "@clechasseur/rs-actions-core": "^3.0.1", "string-argv": "^0.3.2" }, "devDependencies": { @@ -46,6 +46,6 @@ "jest": "^29.7.0", "prettier": "^3.0.3", "ts-jest": "^29.1.1", - "typescript": "^4.9.5" + "typescript": "^5.2.2" } }