Skip to content

Commit ccb307a

Browse files
committed
Merge branch 'master' of github.com:sagemathinc/cocalc
2 parents 8dbd9f2 + 8bb8fd5 commit ccb307a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/packages/frontend/package-lock.json

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

src/packages/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocalc/frontend",
3-
"version": "1.42.8",
3+
"version": "1.42.9",
44
"description": "CoCalc: Collaborative Calculation",
55
"exports": {
66
"./*": "./dist/*.js",
@@ -210,4 +210,4 @@
210210
"bugs": {
211211
"url": "https://github.com/sagemathinc/cocalc/issues"
212212
}
213-
}
213+
}

src/packages/static/package-lock.json

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

src/packages/static/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"../frontend",
88
"../util"
99
],
10-
"version": "1.75.8",
10+
"version": "1.75.9",
1111
"description": "CoCalc's static frontend Webpack-based build system and framework",
1212
"main": "./src/index.js",
1313
"babel": {
@@ -52,7 +52,7 @@
5252
"@cocalc/assets": "^1.6.0",
5353
"@cocalc/backend": "^1.12.1",
5454
"@cocalc/cdn": "^1.10.0",
55-
"@cocalc/frontend": "^1.42.8",
55+
"@cocalc/frontend": "^1.42.9",
5656
"@cocalc/util": "^1.34.7",
5757
"@types/enzyme": "^3.10.8",
5858
"@types/jest": "^26.0.24",

0 commit comments

Comments
 (0)