File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/nerdbank-gitversioning.npm Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var tsProject = ts.createProject('tsconfig.json', {
1515} ) ;
1616
1717gulp . task ( 'tsc' , function ( ) {
18- var tsResult = gulp . src ( [ '*.ts' , 'ts/**/*.ts' , 'node_modules/@types/**/index.d.ts' ] )
18+ var tsResult = gulp . src ( [ '*.ts' , 'ts/**/*.ts' ] )
1919 // .pipe(tslint())
2020 . pipe ( sourcemaps . init ( ) )
2121 . pipe ( tsProject ( ) ) ;
Original file line number Diff line number Diff line change 3434 "gulp-util" : " ^3.0.8" ,
3535 "merge2" : " ^1.4.1" ,
3636 "path" : " ^0.12.7" ,
37- "typescript" : " ^4.6 .4"
37+ "typescript" : " ^5.0 .4"
3838 },
3939 "dependencies" : {
4040 "camel-case" : " ^4.1.2"
Original file line number Diff line number Diff line change 5050 camel-case "*"
5151
5252" @types/node@^18.7.14 " :
53- version "18.7.14 "
54- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.14 .tgz#0fe081752a3333392d00586d815485a17c2cf3c9 "
55- integrity sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA ==
53+ version "18.15.11 "
54+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11 .tgz#b3b790f09cb1696cffcec605de025b088fa4225f "
55+ integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q ==
5656
5757acorn@^6.4.1 :
5858 version "6.4.2"
@@ -2742,10 +2742,10 @@ typedarray@^0.0.6:
27422742 resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
27432743 integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
27442744
2745- typescript@^4.6 .4 :
2746- version "4.8.2 "
2747- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2 .tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790 "
2748- integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw ==
2745+ typescript@^5.0 .4 :
2746+ version "5.0.4 "
2747+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4 .tgz#b217fd20119bd61a94d4011274e0ab369058da3b "
2748+ integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw ==
27492749
27502750unc-path-regex@^0.1.2 :
27512751 version "0.1.2"
You can’t perform that action at this time.
0 commit comments