Added Data to SituationsBoard

This commit is contained in:
PxlLoewe
2025-06-02 22:44:49 -07:00
parent ff18b2d72d
commit 4acdb48344
15 changed files with 344 additions and 7103 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@repo/db",
"version": "0.0.0",
"version": "1.0.0",
"description": "VAR Databse package",
"main": "generated/client/index.js",
"types": "generated/client/index.d.ts",

View File

@@ -1,8 +1,7 @@
{
"name": "@repo/eslint-config",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"private": true,
"exports": {
"./base": "./base.js",
"./next-js": "./next.js",
@@ -18,7 +17,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-turbo": "^2.3.0",
"globals": "^15.12.0",
"typescript": "^5.3.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.15.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@repo/typescript-config",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"license": "MIT",
"publishConfig": {