Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
HadiKhai committed Mar 23, 2024
1 parent 9fba5e7 commit db89b20
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
restore-keys: |
${{ runner.OS }}-yarn-
- uses: nrwl/nx-set-shas@v3
- run: yarn install --immutable-cache
- run: yarn install
- run: npx nx run-many --target=install --all -parallel
- run: npx nx affected -t lint
- run: npx nx affected -t test --configuration=ci
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
21 changes: 18 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6910,6 +6910,16 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:^8":
version: 8.56.6
resolution: "@types/eslint@npm:8.56.6"
dependencies:
"@types/estree": "npm:*"
"@types/json-schema": "npm:*"
checksum: 10c0/52124f0868b14f21b4c8c21cb3c6065e0671df3f64c0bb3d37efe12e41b3434f478461f5ba0dabf368cd927ddc9b36d5592e7f61b939463576ab69c3bf8f3b12
languageName: node
linkType: hard

"@types/estree@npm:*, @types/estree@npm:1.0.5, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.5":
version: 1.0.5
resolution: "@types/estree@npm:1.0.5"
Expand Down Expand Up @@ -7509,7 +7519,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^7.2.0":
"@typescript-eslint/eslint-plugin@npm:^7.2.0, @typescript-eslint/eslint-plugin@npm:^7.3.1":
version: 7.3.1
resolution: "@typescript-eslint/eslint-plugin@npm:7.3.1"
dependencies:
Expand Down Expand Up @@ -7552,7 +7562,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.2.0":
"@typescript-eslint/parser@npm:^7.2.0, @typescript-eslint/parser@npm:^7.3.1":
version: 7.3.1
resolution: "@typescript-eslint/parser@npm:7.3.1"
dependencies:
Expand Down Expand Up @@ -13745,7 +13755,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-import@npm:^2.28.1":
"eslint-plugin-import@npm:^2.28.1, eslint-plugin-import@npm:^2.29.1":
version: 2.29.1
resolution: "eslint-plugin-import@npm:2.29.1"
dependencies:
Expand Down Expand Up @@ -18374,8 +18384,13 @@ __metadata:
resolution: "justaname-express-example@workspace:examples/backend/express"
dependencies:
"@justaname.id/sdk": "npm:^0.0.7"
"@types/eslint": "npm:^8"
"@typescript-eslint/eslint-plugin": "npm:^7.3.1"
"@typescript-eslint/parser": "npm:^7.3.1"
concurrently: "npm:^8.2.2"
dotenv: "npm:^16.4.5"
eslint: "npm:^8.57.0"
eslint-plugin-import: "npm:^2.29.1"
express: "npm:^4.18.1"
nodemon: "npm:^3.1.0"
languageName: unknown
Expand Down

0 comments on commit db89b20

Please sign in to comment.