Skip to content

Commit 974d3c5

Browse files
committed
Update flatbuffers
1 parent 645fe33 commit 974d3c5

17 files changed

+34
-34
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint": "^9.15.0",
3131
"eslint-config-prettier": "9.1.0",
3232
"eslint-plugin-svelte": "2.46.0",
33-
"flatbuffers": "24.3.25",
33+
"flatbuffers": "24.12.23",
3434
"postcss": "8.4.49",
3535
"prettier": "3.3.3",
3636
"prettier-plugin-svelte": "3.3.2",

frontend/pnpm-lock.yaml

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

include/serialization/_fbs/FirmwareBootType_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Ensure the included flatbuffers.h is the same version as when this file was
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
12-
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 25,
12+
FLATBUFFERS_VERSION_MINOR == 12 &&
13+
FLATBUFFERS_VERSION_REVISION == 23,
1414
"Non-compatible flatbuffers version included");
1515

1616
namespace OpenShock {

include/serialization/_fbs/GatewayToHubMessage_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Ensure the included flatbuffers.h is the same version as when this file was
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
12-
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 25,
12+
FLATBUFFERS_VERSION_MINOR == 12 &&
13+
FLATBUFFERS_VERSION_REVISION == 23,
1414
"Non-compatible flatbuffers version included");
1515

1616
#include "SemVer_generated.h"

include/serialization/_fbs/HubConfig_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Ensure the included flatbuffers.h is the same version as when this file was
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
12-
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 25,
12+
FLATBUFFERS_VERSION_MINOR == 12 &&
13+
FLATBUFFERS_VERSION_REVISION == 23,
1414
"Non-compatible flatbuffers version included");
1515

1616
namespace OpenShock {

include/serialization/_fbs/HubToGatewayMessage_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Ensure the included flatbuffers.h is the same version as when this file was
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
12-
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 25,
12+
FLATBUFFERS_VERSION_MINOR == 12 &&
13+
FLATBUFFERS_VERSION_REVISION == 23,
1414
"Non-compatible flatbuffers version included");
1515

1616
#include "FirmwareBootType_generated.h"

include/serialization/_fbs/HubToLocalMessage_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Ensure the included flatbuffers.h is the same version as when this file was
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
12-
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 25,
12+
FLATBUFFERS_VERSION_MINOR == 12 &&
13+
FLATBUFFERS_VERSION_REVISION == 23,
1414
"Non-compatible flatbuffers version included");
1515

1616
#include "HubConfig_generated.h"

include/serialization/_fbs/LocalToHubMessage_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Ensure the included flatbuffers.h is the same version as when this file was
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
12-
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 25,
12+
FLATBUFFERS_VERSION_MINOR == 12 &&
13+
FLATBUFFERS_VERSION_REVISION == 23,
1414
"Non-compatible flatbuffers version included");
1515

1616
namespace OpenShock {

include/serialization/_fbs/OtaUpdateProgressTask_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Ensure the included flatbuffers.h is the same version as when this file was
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
12-
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 25,
12+
FLATBUFFERS_VERSION_MINOR == 12 &&
13+
FLATBUFFERS_VERSION_REVISION == 23,
1414
"Non-compatible flatbuffers version included");
1515

1616
namespace OpenShock {

include/serialization/_fbs/SemVer_generated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Ensure the included flatbuffers.h is the same version as when this file was
1010
// generated, otherwise it may not be compatible.
1111
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
12-
FLATBUFFERS_VERSION_MINOR == 3 &&
13-
FLATBUFFERS_VERSION_REVISION == 25,
12+
FLATBUFFERS_VERSION_MINOR == 12 &&
13+
FLATBUFFERS_VERSION_REVISION == 23,
1414
"Non-compatible flatbuffers version included");
1515

1616
namespace OpenShock {

0 commit comments

Comments
 (0)