Skip to content

Commit

Permalink
Merge pull request #18 from FlutterGen/chore-upgrade-dependencies
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
ronnnnn authored Sep 5, 2024
2 parents 70074c7 + 29d978b commit 18a0807
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-bun/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ runs:

- name: Bun Install
shell: bash
run: bun i --frozen-lockfile
run: bun i --frozen-lockfile --ignore-scripts
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 @@ -64,14 +64,14 @@
"execa": "^9.3.1"
},
"devDependencies": {
"@types/node": "22.5.0",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"@types/node": "22.5.2",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-github": "5.0.1",
"eslint-plugin-import": "2.29.1",
"lefthook": "1.7.14",
"lefthook": "1.7.15",
"prettier": "3.3.3",
"prettier-eslint": "16.3.0",
"prettier-plugin-packagejson": "2.5.2",
Expand Down

0 comments on commit 18a0807

Please sign in to comment.