Commit Graph

18 Commits (dc5127b48a7874627bd9ab63696f7ddf821b90a7)

Author SHA1 Message Date
Adam Hupp c7e0d86e8b Fix `yarn install` on Windows
`yarn install` currently fails due to two issues:

 a) several build scripts use "cd some_dir && yarn ...", which is not
 valid in cmd.exe.  Replace with "yarn --cwd some_dir .."
 b) zx is somehow defaulting to bash, which finds WSL and runs the
 script in the WSL instance.  Supposedly this was fixed in
 https://github.com/google/zx/pull/458, not sure why it's not working
 even if I upgrade zx.
2023-05-04 13:51:17 +08:00
Bad3r ebb2a5c1d7
chore(dep): bump NodeJS from 16.x to 18.x LTS (#8406)
* chore(dep): bump NodeJS to LTS 18.x

* update nginx image CVE-2022-43551

* upgrade node version in GH workflows

* update nodejs version in dev docs

* upgrade tldraw version nodejs version to 18.x

* update static/yarn.lock

* fix yarn.lock electron version

---------

Co-authored-by: situ2001 <yongcong2001@outlook.com>
2023-02-21 23:07:35 +08:00
Peng Xiao 66470437ae chore(tldraw): using https for local dev 2022-10-07 18:39:11 +08:00
Peng Xiao 4d3decd218 fix: code cleanup 2022-09-28 11:00:57 +08:00
Peng Xiao 380c445f6f fix: disable csp (is this ok?) 2022-09-18 12:08:09 +08:00
Peng Xiao 886c98a222 chore: dependencies 2022-09-02 21:38:40 +08:00
Peng Xiao 318c188eff fix: update tldraw pretty-quick script 2022-08-31 11:11:13 +08:00
Peng Xiao c04c2752e9 chore: prettier & deps 2022-08-26 19:36:25 +08:00
Peng Xiao 0828680f0f chore: faster tldraw build 2022-08-26 19:11:07 +08:00
Peng Xiao 5542d27680 feat: showing breadcrumb for page block shape 2022-07-23 16:27:44 +08:00
Peng Xiao 657f7d3a0d fix: build warnings 2022-07-03 13:39:11 +08:00
Peng Xiao 69fc959012 fix icon 2022-06-13 10:31:18 +08:00
Peng Xiao 0cdbd2367f build: optimize local dev for tldraw-logseq/demo 2022-06-13 01:18:08 +08:00
Peng Xiao 0d881dd1c4 fix: types & lock file 2022-06-12 17:58:11 +08:00
Peng Xiao 8e0f137f65 chore: deps update & reduce zoom range 2022-06-12 17:39:58 +08:00
Peng Xiao 5f78337163 fix: wip 2022-05-22 13:51:35 +08:00
Peng Xiao 3c437a3b22 fix: creating box shape persist issue 2022-05-21 12:02:26 +08:00
Peng Xiao e02a7dd344 move tldraw/next inside of logseq 2022-05-16 19:55:07 +08:00