sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 216 forks source link

package versions out of sync: mocha and parse-domain #6156

Open williamstein opened 2 years ago

williamstein commented 2 years ago

According to

~/cocalc/src$ npm run version-check

mocha and parse-domain are out of sync version wise, caused by changes by @haraldschilly in the last month:

~/cocalc/src$ git blame packages/frontend/package.json |grep mocha
906f77ec119 src/smc-webapp/package.json        (William A. Stein  2021-05-16 20:37:05 +0000 175)     "@types/mocha": "^5.2.7",
83c0bb9f958 src/packages/frontend/package.json (Harald Schilly    2022-09-07 18:25:27 +0200 184)     "mocha": "^10.0.0",
~/cocalc/src$ git blame packages/server/package.json |grep parse-domain
8ca779a248c (Harald Schilly 2022-08-05 18:55:44 +0200 58)     "parse-domain": "^5.0.0",
~/cocalc/src$ git blame packages/hub/package.json |grep parse-domain
c62103f6f42 src/packages/hub/package.json (William Stein    2021-10-16 00:57:20 +0000  68)     "parse-domain": "^4.1.0",

@haraldschilly can you look into these?

haraldschilly commented 2 years ago

yes, I'll look into this