Skip to content

Commit fbbf1a6

Browse files
Update all non-major dependencies (#191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55af709 commit fbbf1a6

3 files changed

Lines changed: 98 additions & 97 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout 🛎️
1919
uses: actions/checkout@v4.3.1
2020
- name: Pnpm 🧱
21-
uses: pnpm/action-setup@v4.2.0
21+
uses: pnpm/action-setup@v4.4.0
2222
- name: Node.js 🧰
2323
uses: actions/setup-node@v4.4.0
2424
with:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
},
9393
"homepage": "https://github.com/high1/solid-jsx#readme",
9494
"devDependencies": {
95-
"@typescript-eslint/eslint-plugin": "8.56.1",
96-
"@typescript-eslint/parser": "8.56.1",
95+
"@typescript-eslint/eslint-plugin": "8.59.2",
96+
"@typescript-eslint/parser": "8.59.2",
9797
"eslint": "8.57.1",
9898
"eslint-config-prettier": "9.1.2",
9999
"eslint-import-resolver-typescript": "3.10.1",
@@ -103,9 +103,9 @@
103103
"eslint-plugin-yml": "1.19.1",
104104
"husky": "9.1.7",
105105
"lint-staged": "15.5.2",
106-
"prettier": "3.8.1",
106+
"prettier": "3.8.3",
107107
"rimraf": "6.1.3",
108-
"solid-js": "1.9.11",
108+
"solid-js": "1.9.12",
109109
"tsup": "8.5.1",
110110
"typescript": "5.9.3"
111111
},

0 commit comments

Comments
 (0)