Skip to content

Commit

Permalink
Publish new version of package packages/next to npmjs package repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Oct 16, 2021
1 parent dd2f43f commit 154d215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/packages/next/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocalc/next",
"version": "0.11.2",
"version": "0.11.3",
"description": "CoCalc's nextjs server",
"main": "lib/init.js",
"exports": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"@cocalc/cdn": "^1.7.0",
"@cocalc/frontend": "^1.10.0",
"@cocalc/util": "^1.10.0",
"@cocalc/backend": "^1.1.1",
"@cocalc/backend": "^1.2.1",
"@types/express": "^4.17.13",
"@types/react": "^17.0.14",
"antd": "^4.16.8",
Expand All @@ -82,4 +82,4 @@
"eslint": "^7.31.0",
"eslint-config-next": "11.0.1"
}
}
}

0 comments on commit 154d215

Please sign in to comment.