diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index 4b323427..00000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -bunx --no -- commitlint --edit ${1} --verbose diff --git a/Cargo.toml b/Cargo.toml index fe26d779..5aa85b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1", features = ["full"] } tauri = { version = "2.0.0-rc.3" } + sqlx = { version = "0.6.3", features = [ "runtime-tokio-native-tls", "any", diff --git a/apps/web/src/content/docs/contributing/index.mdx b/apps/web/src/content/docs/contributing/index.mdx index 023f18d6..f4ee1a46 100644 --- a/apps/web/src/content/docs/contributing/index.mdx +++ b/apps/web/src/content/docs/contributing/index.mdx @@ -25,7 +25,7 @@ During release builds, we bundle [MetaX](https://github.com/kareemmahlees/meta-x - `packages`: shared package between `core` and `web`. - `scripts`: some useful scripts for setting up some things in github actions, **your probably won't need to touch this**. -Inside the [package.json](../package.json) file, you will find all the scripts you need regarding linting, starting dev servers, building, etc. +Inside the [package.json](../../../../../../package.json) file, you will find all the scripts you need regarding linting, starting dev servers, building, etc. ## Local development @@ -33,8 +33,8 @@ Let's get you started playing around with TableX locally. ### Prerequisites -- Cargo 1.74.1 or later -- Bun 1.1.26 or later +- Cargo 1.81.0 or later +- Bun 1.1.27 or later :::caution some previous versions of the previously mentioned requirements may still work fine, but no guarantee. diff --git a/bun.lockb b/bun.lockb index 0e596f49..defa0241 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index bbacbcca..204711dc 100644 --- a/package.json +++ b/package.json @@ -32,15 +32,13 @@ "release": "release-it" }, "devDependencies": { - "@changesets/changelog-github": "^0.5.0", - "@changesets/cli": "^2.27.7", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", "@release-it/bumper": "^6.0.1", "@release-it/conventional-changelog": "^8.0.2", - "@types/bun": "^1.1.7", - "@types/node": "^20.16.1", - "@types/react": "^18.3.4", + "@types/bun": "^1.1.9", + "@types/node": "^20.16.5", + "@types/react": "^18.3.6", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -48,14 +46,14 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-react": "^7.35.0", + "eslint-plugin-react": "^7.36.1", "husky": "^8.0.3", - "postcss": "^8.4.41", + "postcss": "^8.4.47", "prettier": "3.1.1", "prettier-plugin-tailwindcss": "^0.6.6", "release-it": "^17.6.0", - "tailwindcss": "^3.4.10", - "typescript": "^5.5.4" + "tailwindcss": "^3.4.11", + "typescript": "^5.6.2" }, "packageManager": "bun@1.1.26", "dependencies": {