Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Didas-git committed Apr 23, 2024
1 parent 3ed7942 commit 8b21123
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
bun-version: latest
- name: Install Dependencies
run: bun i
run: bun i --frozen-lockfile
# bun doesnt support methods like `-ws`, `-w or similar yet
- name: Hop into the folder
run: cd packages/core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
bun-version: latest
- name: Install Dependencies
run: bun i
run: bun i --frozen-lockfile
# bun doesnt support methods like `-ws`, `-w or similar yet
- name: Hop into the folder
run: cd packages/create
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"check": "eslint ."
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.7.0",
"bun-types": "1.1.2",
"eslint": "^9.0.0",
"@stylistic/eslint-plugin": "^1.7.2",
"bun-types": "^1.1.4",
"eslint": "^9.1.1",
"eslint-plugin-jsdoc": "^48.2.3",
"typescript": "^5.4.4",
"typescript-eslint": "^7.5.0"
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
}
}

0 comments on commit 8b21123

Please sign in to comment.