File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4949 "@softwareventures/precise-commits" : " 4.0.19" ,
5050 "@softwareventures/prettier-config" : " 4.0.0" ,
5151 "@softwareventures/semantic-release-config" : " 5.1.0" ,
52- "@softwareventures/tsconfig" : " 7.3.0 " ,
52+ "@softwareventures/tsconfig" : " 8.1.1 " ,
5353 "@types/glob" : " 8.1.0" ,
5454 "@types/jest" : " 29.5.14" ,
5555 "@types/node" : " 16.18.126" ,
Original file line number Diff line number Diff line change 1- import * as execa from "execa" ;
1+ import execa = require ( "execa" ) ;
22import { notNull } from "@softwareventures/nullable" ;
33import type { ExecaReturnValue } from "execa" ;
44
Original file line number Diff line number Diff line change 11{
2- "extends" : " @softwareventures/tsconfig/commonjs " ,
2+ "extends" : " @softwareventures/tsconfig" ,
33 "compilerOptions" : {
44 "outDir" : " ./lib" ,
55 "types" : [" node" ]
Original file line number Diff line number Diff line change @@ -1714,7 +1714,7 @@ __metadata:
17141714 " @softwareventures/precise-commits " : " npm:4.0.19"
17151715 " @softwareventures/prettier-config " : " npm:4.0.0"
17161716 " @softwareventures/semantic-release-config " : " npm:5.1.0"
1717- " @softwareventures/tsconfig " : " npm:7.3.0 "
1717+ " @softwareventures/tsconfig " : " npm:8.1.1 "
17181718 " @types/glob " : " npm:8.1.0"
17191719 " @types/jest " : " npm:29.5.14"
17201720 " @types/node " : " npm:16.18.126"
@@ -1779,12 +1779,12 @@ __metadata:
17791779 languageName : node
17801780 linkType : hard
17811781
1782- " @softwareventures/tsconfig@npm:7.3.0 " :
1783- version : 7.3.0
1784- resolution : " @softwareventures/tsconfig@npm:7.3.0 "
1782+ " @softwareventures/tsconfig@npm:8.1.1 " :
1783+ version : 8.1.1
1784+ resolution : " @softwareventures/tsconfig@npm:8.1.1 "
17851785 peerDependencies :
1786- typescript : ^4.5.0 || ^5.0.0
1787- checksum : 10c0/bb9fe2847f52dfea00748e79c1b35a6c200b916ed7115c96af4c4a6d73cb151b82dfb19eeb6a3fa3d7e8802f9692af4d2be961b97f4ac15be87594681e09e03d
1786+ typescript : ^5.2.2
1787+ checksum : 10c0/9a9e0dacacc9729e5d92c0a2e644e189ad81d009086f6ef37520c41334409df1c2a15137997bcf8bcc289d32aafe17cb8530876d0b63a0a85c87fe02ab237b24
17881788 languageName : node
17891789 linkType : hard
17901790
You can’t perform that action at this time.
0 commit comments