Skip to content

Commit 08979bb

Browse files
committed
Update all non-major dependencies
1 parent 74aa61f commit 08979bb

File tree

3 files changed

+106
-91
lines changed

3 files changed

+106
-91
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout 🛎️
19-
uses: actions/[email protected].5
19+
uses: actions/[email protected].6
2020
- name: Pnpm 🧱
2121
uses: pnpm/[email protected]
2222
- name: Node.js 🧰

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@
9292
},
9393
"homepage": "https://github.com/high1/solid-jsx#readme",
9494
"devDependencies": {
95-
"@typescript-eslint/eslint-plugin": "7.8.0",
96-
"@typescript-eslint/parser": "7.8.0",
95+
"@typescript-eslint/eslint-plugin": "7.10.0",
96+
"@typescript-eslint/parser": "7.10.0",
9797
"eslint": "8.57.0",
9898
"eslint-config-prettier": "9.1.0",
9999
"eslint-import-resolver-typescript": "3.6.1",
100100
"eslint-plugin-import": "2.29.1",
101-
"eslint-plugin-jsonc": "2.15.1",
101+
"eslint-plugin-jsonc": "2.16.0",
102102
"eslint-plugin-prettier": "5.1.3",
103103
"eslint-plugin-yml": "1.14.0",
104104
"husky": "9.0.11",
105-
"lint-staged": "15.2.2",
105+
"lint-staged": "15.2.5",
106106
"prettier": "3.2.5",
107107
"rimraf": "5.0.7",
108108
"solid-js": "1.8.17",

0 commit comments

Comments
 (0)