File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 },
3434 "devDependencies" : {
3535 "@ringcentral-integration/babel-settings" : " *" ,
36- "@testing-library/jest-dom" : " ^6.1.6" ,
37- "commitizen" : " ^4.2.4" ,
36+ "@testing-library/jest-dom" : " ^6.9.1" ,
37+ "@types/fs-extra" : " ^11.0.4" ,
38+ "@types/glob" : " ^8.1.0" ,
39+ "@types/inquirer" : " ^6.5.0" ,
40+ "@types/node" : " ^20.11.0" ,
41+ "@types/through2" : " ^2.0.41" ,
42+ "commitizen" : " ^4.3.1" ,
3843 "core-js" : " ^3.9.1" ,
3944 "cz-conventional-changelog" : " ^2.1.0" ,
4045 "eslint-settings" : " *" ,
41- "typescript-plugin-css-modules" : " ^1.0.5 " ,
42- "ts-node" : " ^10.9.1 " ,
46+ "typescript-plugin-css-modules" : " ^5.2.0 " ,
47+ "ts-node" : " ^10.9.2 " ,
4348 "typescript" : " ^5.5.2" ,
4449 "serialize-error" : " ^7.0.1"
4550 },
Original file line number Diff line number Diff line change 55 "compilerOptions" : {
66 "outDir" : " ../../build/locale-loader" ,
77 "noEmit" : false ,
8- "sourceMap" : true
8+ "sourceMap" : true ,
9+ "types" : [" node" ]
910 }
1011}
Original file line number Diff line number Diff line change 11import cp from 'child_process' ;
22import path from 'path' ;
3- import babelIstanbul from 'babel-istanbul' ;
43import fs from 'fs-extra' ;
54import gulp from 'gulp' ;
65import babel from 'gulp-babel' ;
@@ -78,7 +77,6 @@ function preCoverage() {
7877 testSources . length === 2 &&
7978 ( testSources [ 0 ] === './**/*.test.js' ||
8079 testSources [ 0 ] === './**/*.test.ts' ) ,
81- instrumenter : babelIstanbul . Instrumenter ,
8280 } ) ,
8381 )
8482 . pipe ( istanbul . hookRequire ( ) ) ;
Original file line number Diff line number Diff line change 7272 "@types/ramda" : " ^0.27.46" ,
7373 "assert" : " ^2.0.0" ,
7474 "babel-istanbul" : " ^0.12.1" ,
75- "babelify" : " ^7.3 .0" ,
75+ "babelify" : " ^10.0 .0" ,
7676 "browserify" : " ^14.4.0" ,
7777 "browserify-zlib" : " ^0.2.0" ,
7878 "buffer" : " ^6.0.3" ,
Original file line number Diff line number Diff line change 2020 "fetch-mock-jest" : " ^1.5.1" ,
2121 "isomorphic-fetch" : " ^2.2.1" ,
2222 "jest-websocket-mock" : " ^2.5.0" ,
23- "json-schema-faker" : " ^0.5.0-rcv.40 " ,
23+ "json-schema-faker" : " ^0.5.9 " ,
2424 "openapi-types" : " ^9.3.0" ,
2525 "path-to-regexp" : " ^6.2.0" ,
2626 "ramda" : " ^0.28.0" ,
Original file line number Diff line number Diff line change 3535 "copy-to-clipboard" : " ^3.3.3" ,
3636 "dedent" : " ^0.7.0" ,
3737 "emoji-mart" : " ^5.2.2" ,
38- "linkify-react" : " ^3.0.4 " ,
39- "linkifyjs" : " ^3.0.5 " ,
38+ "linkify-react" : " ^4.3.2 " ,
39+ "linkifyjs" : " ^4.3.2 " ,
4040 "normalize.css" : " ^8.0.1" ,
4141 "prop-types" : " ^15.7.2" ,
4242 "ramda" : " ^0.28.0" ,
Original file line number Diff line number Diff line change 2525 "dependencies" : {
2626 "@ringcentral-integration/babel-settings" : " *" ,
2727 "@ringcentral-integration/crius" : " *" ,
28+ "rxjs" : " ^7.8.0" ,
2829 "@ringcentral/juno" : " ^2.42.0" ,
2930 "@ringcentral/juno-icon" : " ^1.80.0" ,
3031 "@testing-library/jest-dom" : " ^6.1.6" ,
You can’t perform that action at this time.
0 commit comments