5836 Commits

Author SHA1 Message Date
Gerrie van Wyk
de3807dc0d
Merge pull request #1677 from lowdefy/update-packages
Update packages
2023-09-19 10:35:13 +00:00
Sam Tolmay
8a4c90c6da fix(blocks-antd): Fix Statistic decimalSeparator after ant design update. 2023-09-19 09:14:24 +02:00
Sam Tolmay
208acbebe4 fix(deps): Update dependency antd to v4.24.14 2023-09-18 13:48:50 +02:00
Sam Tolmay
491ab72d02 fix(deps): Update dependency mssql to v10.0.1 2023-09-18 13:33:42 +02:00
Sam Tolmay
f5edd4cda3 fix(deps): Update @elastic/elasticsearch to v7.17.12 2023-09-18 13:22:18 +02:00
Sam Tolmay
683ff039a2 fix(deps): Update dependencies rehype-raw and remark-gfm 2023-09-18 13:14:48 +02:00
Sam Tolmay
62204c5e25 fix(deps): Update dependency dompurify to v3.0.5 2023-09-18 13:10:51 +02:00
Sam Tolmay
7b58aac153 fix(deps): Update dependency ora to v7.0.1 2023-09-18 13:06:50 +02:00
Sam Tolmay
19dc4b3533 chore: Update operators-mql test for new mingo version. 2023-09-18 13:03:49 +02:00
Sam Tolmay
d1a93acbda fix(deps): Update dependency commander to v11.0.0 2023-09-18 12:51:20 +02:00
Sam Tolmay
4ec189b0af fix(deps): Update dependency stripe to v13.6.0 2023-09-18 12:19:50 +02:00
Sam Tolmay
8f69817c2f fix(deps): Update dependency @react-google-maps/api to v2.19.2 2023-09-18 12:14:26 +02:00
Sam Tolmay
6bd3155430 fix(deps): Update dependency @emotion/css to v11.11.2 2023-09-18 11:58:03 +02:00
Sam Tolmay
21f23d40cf fix(deps): Update dependency react-icons to v4.11.0 2023-09-18 11:54:55 +02:00
Sam Tolmay
45045ba754 fix(deps): Update dependency knex to v2.5.1 2023-09-18 11:48:01 +02:00
Sam Tolmay
534e02aab2 fix(deps): Update dependency html5-qrcode to v2.3.8 2023-09-18 11:45:00 +02:00
Sam Tolmay
c01488cb8e fix(deps): Update dependency aws to v2.1459.0 2023-09-18 11:40:58 +02:00
Sam Tolmay
7f63c571b1 fix(deps): UIpdate dependency mingo to v6.4.4 2023-09-18 11:37:48 +02:00
Sam Tolmay
40706a1886 fix(deps): Update dependency pg to v8.11.3 2023-09-18 11:33:48 +02:00
Sam Tolmay
41051a34ed fix(deps): Update dependency redis to v4.6.8 2023-09-18 11:32:56 +02:00
Gerrie van Wyk
6b989a3244
Merge pull request #1676 from lowdefy/update-pnpm
chore: Update pnpm version.
2023-09-18 09:32:53 +00:00
Sam Tolmay
0f21f878c5 fix(deps): Update dependency tinycolor2 to v1.6.0. 2023-09-18 11:27:19 +02:00
Sam Tolmay
a8bf242024 fix(deps): Update dependency rc-motion to v2.9.0. 2023-09-18 11:25:43 +02:00
Sam Tolmay
82c1f7aa16 fix(deps): Update dependency dotenv to v16.3.1 2023-09-15 15:32:52 +02:00
Sam Tolmay
d380b3cfa5 fix(deps): Update dependency pino to v8.15.0 2023-09-15 15:30:53 +02:00
Sam Tolmay
e779e3597a chore: Update pnpm lock file 2023-09-15 15:26:45 +02:00
Sam Tolmay
fd7afe485a chore: Update swc config 2023-09-15 15:26:35 +02:00
Sam Tolmay
48f97809e8 fix(deps): Update dependency next-auth to v4.23.1 2023-09-15 14:52:34 +02:00
Sam Tolmay
017e865023 fix(deps): Update dependency swr to v2.2.2 2023-09-15 14:45:46 +02:00
Sam Tolmay
64068f3857 fix(deps): Patch version updates for various deps. 2023-09-15 14:42:43 +02:00
Sam Tolmay
a23099af27 fix(deps): Update axios to v1.5.0. 2023-09-15 14:39:29 +02:00
Sam Tolmay
cbcdc7d3e3 fix(deps): Update dependency yaml to 2.3.2 2023-09-15 14:36:58 +02:00
Sam Tolmay
11ceb0f2e0 chore(deps): Update dependencies babel and swc. 2023-09-15 14:34:32 +02:00
Sam Tolmay
274b870ad6 chore(deps): Update prettier to v3.0.0. 2023-09-15 14:32:08 +02:00
Sam Tolmay
03f1df8555 chore(deps): Update eslint and prettier dependencies. 2023-09-15 14:30:54 +02:00
Sam Tolmay
51ee17b50b chore(deps): Update turbo. 2023-09-15 14:23:24 +02:00
Sam Tolmay
623b04b1f6 chore: Update pnpm version. 2023-09-15 14:18:56 +02:00
Gerrie van Wyk
ea6246ec93
Merge pull request #1675 from florian-s-code/patch-1
fix : Fix variable name mismatches and reference to Google Sheets in tutorial documentation
2023-09-03 08:57:53 +00:00
Florian S
d9e027b68d
Remove mention of Google Sheets
The tutorial uses an SQLite database and not a Google Sheet
2023-09-02 18:25:59 +02:00
Florian S
09af3607d7
Fix name mismatch for the request
There was a mismatch between the name used when creating the request : `save_new_ticket` and the name used to reference the request in the next step.
2023-09-02 17:48:34 +02:00
Florian S
52370b4e49
Fix wrong variable name in example
There was a mismatch between the name of the secret in the .env file and the name used in the page file.
2023-09-02 17:43:21 +02:00
Gerrie van Wyk
f3226856f8
Merge pull request #1669 from lowdefy/main
Update develop
2023-09-01 13:02:56 +00:00
Gerrie van Wyk
8906455537
Merge pull request #1667 from lowdefy/fix-docs
fix: Documentation fixes.
2023-09-01 13:14:17 +02:00
Sam Tolmay
7753924e57 fix: Documentation fixes. 2023-09-01 13:07:01 +02:00
Sam
5aebf58f28
Merge pull request #1664 from lowdefy/upgrade-next-13
fix: Update to Next 13 and update Link.
2023-08-25 14:06:51 +00:00
Johann Moller
ff646cf28d chore: Update pnpm-lock file. 2023-08-25 15:52:10 +02:00
Johann Moller
a8246c0e84 fix: Remove unnecessary dependencies from server 2023-08-25 15:52:00 +02:00
Johann Moller
a98cd91572 chore: Update pnpm-lock file. 2023-08-25 15:39:54 +02:00
Johann Moller
ec63547502 chore: Remove unnecessary dependencies from server-dev. 2023-08-25 15:39:37 +02:00
Johann Moller
33c34c3b5b fix: Update to Next 13 and update Link. 2023-08-25 14:29:30 +02:00