Merge branch 'master' into BUDI-9296/new-screen-as-modal

This commit is contained in:
Adria Navarro 2025-05-15 16:06:16 +02:00 committed by GitHub
commit 7176dd4751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 929 additions and 816 deletions

View File

@ -1,3 +1,3 @@
nodejs 22.15.0
python 3.10.0
python 3.13.3
yarn 1.22.22

View File

@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.10.7",
"version": "3.11.0",
"npmClient": "yarn",
"concurrency": 20,
"command": {

View File

@ -20,7 +20,7 @@
"eslint-plugin-svelte": "2.46.1",
"husky": "^8.0.3",
"kill-port": "^1.6.1",
"lerna": "7.4.2",
"lerna": "8.2.2",
"load-tsconfig": "^0.2.5",
"madge": "^6.0.0",
"nx-cloud": "16.0.5",

View File

@ -664,7 +664,7 @@ if (descriptions.length) {
parameters: { number: 0 },
})
const rows = await client(tableName).select("*")
const rows = await client(tableName).select("*").orderBy("id")
expect(rows).toHaveLength(6)
expect(rows[5].number).toEqual(0)

1737
yarn.lock

File diff suppressed because it is too large Load Diff