File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 # Documentation: https://github.com/zakodium/workflows#nodejs-ci
1212 uses : zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
1313 with :
14- node-version-matrix : ' [14, 16, 18]'
14+ node-version-matrix : ' [12, 14, 16, 18]'
1515 lint-check-types : true
Original file line number Diff line number Diff line change 6060 "devDependencies" : {
6161 "@babel/plugin-transform-modules-commonjs" : " ^7.17.9" ,
6262 "@babel/preset-typescript" : " ^7.16.7" ,
63- "@types/jest" : " ^27.4.1 " ,
63+ "@types/jest" : " ^27.5.0 " ,
6464 "chemcalc" : " ^3.4.1" ,
6565 "cheminfo-build" : " ^1.1.11" ,
6666 "eslint" : " ^8.14.0" ,
6767 "eslint-config-cheminfo-typescript" : " ^10.4.0" ,
6868 "eslint-plugin-jest" : " ^26.1.5" ,
6969 "esm" : " ^3.2.25" ,
70- "jest" : " ^28.0.3 " ,
70+ "jest" : " ^28.1.0 " ,
7171 "jest-matcher-deep-close-to" : " ^3.0.2" ,
7272 "mf-global" : " ^1.4.24" ,
7373 "ml-stat" : " ^1.3.3" ,
8282 "cheminfo-types" : " ^1.1.0" ,
8383 "ml-peak-shape-generator" : " ^4.1.1" ,
8484 "ml-savitzky-golay-generalized" : " 4.0.1" ,
85- "ml-spectra-fitting" : " 4.0.1 " ,
86- "ml-spectra-processing" : " ^11.5 .0"
85+ "ml-spectra-fitting" : " 4.0.2 " ,
86+ "ml-spectra-processing" : " ^11.6 .0"
8787 }
8888}
You can’t perform that action at this time.
0 commit comments