Skip to content

Commit c0a27ff

Browse files
authoredMar 22, 2023
feat: support typescript 5.0 (#3566)
1 parent f1f3bd5 commit c0a27ff

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
 

‎@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lodash.uniq": "^4.5.0",
5858
"resolve-from": "^5.0.0",
5959
"ts-node": "^10.8.1",
60-
"typescript": "^4.6.4"
60+
"typescript": "^4.6.4 || ^5.0.0"
6161
},
6262
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
6363
}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
"lerna": "^6.0.0",
102102
"lint-staged": "13.1.2",
103103
"prettier": "^2.0.5",
104-
"typescript": "^4.9.3"
104+
"typescript": "^5.0.2"
105105
}
106106
}

‎tsconfig.shared.json

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"noUnusedLocals": true,
1616
"noUnusedParameters": true,
1717
"forceConsistentCasingInFileNames": true,
18-
"keyofStringsOnly": true,
1918
"noFallthroughCasesInSwitch": true,
2019
"isolatedModules": true,
2120
"skipLibCheck": true,

‎yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -8500,11 +8500,16 @@ typedarray@^0.0.6:
85008500
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
85018501
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
85028502

8503-
"typescript@^3 || ^4", typescript@^4.6.4, typescript@^4.9.3:
8503+
"typescript@^3 || ^4":
85048504
version "4.9.4"
85058505
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
85068506
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
85078507

8508+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.0.2:
8509+
version "5.0.2"
8510+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
8511+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
8512+
85088513
uglify-js@^3.1.4:
85098514
version "3.17.4"
85108515
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"

0 commit comments

Comments
 (0)
Please sign in to comment.