Skip to content

Commit

Permalink
Merge branch 'main' into rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Aug 3, 2024
2 parents ee66573 + f329948 commit a97d198
Show file tree
Hide file tree
Showing 4 changed files with 714 additions and 530 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- develop
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://twitter.com/A7med3bdulBaset"
},
"type": "module",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -53,24 +53,23 @@
"tailwindcss": ">=3.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@biomejs/biome": "^1.8.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@eslint/js": "9.5.0",
"@eslint/js": "9.8.0",
"@types/eslint": "^9.6.0",
"@types/estree": "^1.0.5",
"@types/estree-jsx": "^1.0.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.5.4",
"eslint": "^9.5.0",
"eslint-plugin-eslint-plugin": "^6.1.0",
"globals": "^15.3.0",
"eslint": "^9.8.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"tailwindcss": "~3.3.3",
"ts-jest": "^29.1.1",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1"
"ts-jest": "^29.2.4",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0"
},
"keywords": [
"eslint",
Expand Down
Loading

0 comments on commit a97d198

Please sign in to comment.