Skip to content

Commit 1ef2831

Browse files
committed
Release v5.0.2
1 parent d26fcd9 commit 1ef2831

File tree

5 files changed

+38
-40
lines changed

5 files changed

+38
-40
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-gsd",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Global Spectra Deconvolution",
55
"keywords": [
66
"optimization",

dist/ml-gsd.js

Lines changed: 26 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ml-gsd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ml-gsd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-gsd",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Global Spectra Deconvolution",
55
"main": "lib/index.js",
66
"module": "src/index.js",
@@ -41,18 +41,18 @@
4141
},
4242
"homepage": "https://github.com/mljs/global-spectral-deconvolution",
4343
"devDependencies": {
44-
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
44+
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
4545
"chemcalc": "^3.4.1",
4646
"cheminfo-tools": "^1.23.3",
47-
"eslint": "^7.0.0",
47+
"eslint": "^7.9.0",
4848
"eslint-config-cheminfo": "^3.0.0",
49-
"eslint-plugin-import": "^2.20.2",
50-
"eslint-plugin-jest": "^23.13.1",
51-
"eslint-plugin-prettier": "^3.1.3",
52-
"jest": "^26.0.1",
49+
"eslint-plugin-import": "^2.22.0",
50+
"eslint-plugin-jest": "^23.20.0",
51+
"eslint-plugin-prettier": "^3.1.4",
52+
"jest": "^26.4.2",
5353
"ml-stat": "^1.3.3",
54-
"prettier": "^2.0.5",
55-
"rollup": "^2.10.4",
54+
"prettier": "^2.1.2",
55+
"rollup": "^2.28.2",
5656
"spectrum-generator": "^4.0.2",
5757
"xy-parser": "^3.0.0"
5858
},

0 commit comments

Comments
 (0)