Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pump versions ⬆️ #108

Merged
merged 9 commits into from
Sep 16, 2024
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/src/content/docs/contributing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ 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

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.
Expand Down
Binary file modified bun.lockb
Binary file not shown.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,28 @@
"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",
"autoprefixer": "^10.4.20",
"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": {
Expand Down
Loading