This commit is contained in:
Nemo 2022-03-11 11:13:01 +05:30
parent 12f5162864
commit 3e83cf07cc
3 changed files with 17 additions and 12 deletions

View File

@ -1,7 +1,7 @@
all:
npm update
php _scripts/gen_versions.php
gc -am "Updates $(date)"
git commit -am "Updates $(date)"
npm version patch
git push
git push --tags

12
package-lock.json generated
View File

@ -111,9 +111,9 @@
}
},
"node_modules/electron-fingerprints": {
"version": "2022.3.5",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-2022.3.5.tgz",
"integrity": "sha512-DfR4VhYEKZhzX8r6Kw6KRjHn8X3fIgDozBxPoNJ1IfoTJD+Ddw0MwMOGkkShAWUohOGI8XjOYABDkk/DxG5Xbg=="
"version": "2022.3.10",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-2022.3.10.tgz",
"integrity": "sha512-bolDtb4yz11uEeb59fuvxdH07mFloFdPvb7UPN2zhrzhTpGuzAfb4YK9R42vx2xgnCOrAPKmhNOaRZkCrytuaA=="
},
"node_modules/follow-redirects": {
"version": "1.14.9",
@ -563,9 +563,9 @@
}
},
"electron-fingerprints": {
"version": "2022.3.5",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-2022.3.5.tgz",
"integrity": "sha512-DfR4VhYEKZhzX8r6Kw6KRjHn8X3fIgDozBxPoNJ1IfoTJD+Ddw0MwMOGkkShAWUohOGI8XjOYABDkk/DxG5Xbg=="
"version": "2022.3.10",
"resolved": "https://registry.npmjs.org/electron-fingerprints/-/electron-fingerprints-2022.3.10.tgz",
"integrity": "sha512-bolDtb4yz11uEeb59fuvxdH07mFloFdPvb7UPN2zhrzhTpGuzAfb4YK9R42vx2xgnCOrAPKmhNOaRZkCrytuaA=="
},
"follow-redirects": {
"version": "1.14.9",

View File

@ -1,9 +1,9 @@
{
"supported": [
"v14.2.6",
"v15.4.0",
"v16.0.10",
"v17.1.0"
"v14.2.7",
"v15.4.1",
"v16.1.0",
"v17.1.2"
],
"all": [
"v0.24.0",
@ -493,6 +493,7 @@
"v14.2.4",
"v14.2.5",
"v14.2.6",
"v14.2.7",
"v15.0.0",
"v15.1.0",
"v15.1.1",
@ -507,6 +508,7 @@
"v15.3.6",
"v15.3.7",
"v15.4.0",
"v15.4.1",
"v16.0.0",
"v16.0.1",
"v16.0.2",
@ -518,8 +520,11 @@
"v16.0.8",
"v16.0.9",
"v16.0.10",
"v16.1.0",
"v17.0.0",
"v17.0.1",
"v17.1.0"
"v17.1.0",
"v17.1.1",
"v17.1.2"
]
}