Skip to content

Commit 18a0807

Browse files
authored
Merge pull request #18 from FlutterGen/chore-upgrade-dependencies
chore: upgrade dependencies
2 parents 70074c7 + 29d978b commit 18a0807

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/setup-bun/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ runs:
99

1010
- name: Bun Install
1111
shell: bash
12-
run: bun i --frozen-lockfile
12+
run: bun i --frozen-lockfile --ignore-scripts

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@
6464
"execa": "^9.3.1"
6565
},
6666
"devDependencies": {
67-
"@types/node": "22.5.0",
68-
"@typescript-eslint/eslint-plugin": "8.3.0",
69-
"@typescript-eslint/parser": "8.3.0",
67+
"@types/node": "22.5.2",
68+
"@typescript-eslint/eslint-plugin": "8.4.0",
69+
"@typescript-eslint/parser": "8.4.0",
7070
"eslint": "8.57.0",
7171
"eslint-config-prettier": "9.1.0",
7272
"eslint-plugin-github": "5.0.1",
7373
"eslint-plugin-import": "2.29.1",
74-
"lefthook": "1.7.14",
74+
"lefthook": "1.7.15",
7575
"prettier": "3.3.3",
7676
"prettier-eslint": "16.3.0",
7777
"prettier-plugin-packagejson": "2.5.2",

0 commit comments

Comments
 (0)