Skip to content

Commit e171104

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

3 files changed

Lines changed: 89 additions & 95 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Pnpm 🧱
2121
uses: pnpm/action-setup@v4.0.0
2222
- name: Node.js 🧰
23-
uses: actions/setup-node@v4.1.0
23+
uses: actions/setup-node@v4.2.0
2424
with:
2525
node-version: latest
2626
cache: pnpm

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,21 +92,21 @@
9292
},
9393
"homepage": "https://github.com/high1/solid-jsx#readme",
9494
"devDependencies": {
95-
"@typescript-eslint/eslint-plugin": "8.20.0",
96-
"@typescript-eslint/parser": "8.20.0",
95+
"@typescript-eslint/eslint-plugin": "8.21.0",
96+
"@typescript-eslint/parser": "8.21.0",
9797
"eslint": "8.57.1",
9898
"eslint-config-prettier": "9.1.0",
9999
"eslint-import-resolver-typescript": "3.7.0",
100100
"eslint-plugin-import": "2.31.0",
101-
"eslint-plugin-jsonc": "2.18.2",
101+
"eslint-plugin-jsonc": "2.19.1",
102102
"eslint-plugin-prettier": "5.2.3",
103103
"eslint-plugin-yml": "1.16.0",
104104
"husky": "9.1.7",
105-
"lint-staged": "15.4.1",
105+
"lint-staged": "15.4.3",
106106
"prettier": "3.4.2",
107107
"rimraf": "6.0.1",
108108
"solid-js": "1.9.4",
109-
"tsup": "8.3.5",
109+
"tsup": "8.3.6",
110110
"typescript": "5.7.3"
111111
},
112112
"lint-staged": {

0 commit comments

Comments
 (0)