Skip to content

Commit d662e88

Browse files
authored
Upgrade Longtable to fix the lockSettings not working (#180)
1 parent 258d2b7 commit d662e88

File tree

5 files changed

+70
-28
lines changed

5 files changed

+70
-28
lines changed

cider-app/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ rm -R MyIcon.iconset
124124
- Launch app
125125
- Stop streaming logs
126126

127+
# Update Longtable
128+
1. Uninstall the existing library version
129+
`npm uninstall oatear-longtable`
130+
2. Install the new library version from the libs directory
131+
`npm install ./libs/oatear-longtable-0.1.6.tgz`
132+
127133
# Release new App Store version
128134

129135
## Build for App Store (cmd)
-407 KB
Binary file not shown.
407 KB
Binary file not shown.

cider-app/package-lock.json

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

cider-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"monaco-editor": "^0.50.0",
6464
"ngx-markdown": "^21.0.1",
6565
"ngx-monaco-editor-v2": "^20.3.0",
66-
"oatear-longtable": "file:libs/oatear-longtable-0.1.5.tgz",
66+
"oatear-longtable": "file:libs/oatear-longtable-0.1.6.tgz",
6767
"opentype.js": "^1.3.4",
6868
"p-limit": "^4.0.0",
6969
"pdfmake": "^0.2.20",
@@ -104,4 +104,4 @@
104104
"@angular/common": "$@angular/common"
105105
}
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)