Skip to content

Commit

Permalink
pin madge version
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo committed Apr 25, 2024
1 parent dabdd66 commit a18a8a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
turbo-qa-${{ job }}-${{ strategy }}-
- name: ${{ matrix.name }}
run: |
bun ci:install
bun run ci:install
${{ matrix.action }}
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"docs"
],
"scripts": {
"ci:install": "bun i --frozen-lockfile",
"ci:install": "bun install --frozen-lockfile",
"dev": "turbo run dev --parallel",
"build": "turbo run build",
"build:w": "turbo run build:w",
Expand All @@ -25,6 +25,7 @@
"docs:dev": "turbo run docs:dev"
},
"devDependencies": {
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^8.57.0",
Expand All @@ -34,14 +35,13 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"knip": "5.9.4",
"madge": "^7.0.0",
"madge": "^6.1.0",
"prettier": "^3.2.5",
"strip-ansi": "^7.1.0",
"syncpack": "^12.3.0",
"turbo": "^1.13.2",
"typescript": "5.4.5",
"zx": "^8.0.1",
"@types/bun": "latest"
"zx": "^8.0.1"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit a18a8a6

Please # to comment.