Skip to content

Commit 30431df

Browse files
committed
Update all non-major dependencies
1 parent ae562de commit 30431df

3 files changed

Lines changed: 103 additions & 103 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pnpm i --frozen-lockfile
3030
pnpm build
3131
- name: Publish 📰
32-
uses: JS-DevTools/npm-publish@v3.0.1
32+
uses: JS-DevTools/npm-publish@v3.1.0
3333
if: github.ref_name == 'main'
3434
with:
3535
token: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,22 @@
9292
},
9393
"homepage": "https://github.com/high1/solid-jsx#readme",
9494
"devDependencies": {
95-
"@typescript-eslint/eslint-plugin": "7.2.0",
96-
"@typescript-eslint/parser": "7.2.0",
95+
"@typescript-eslint/eslint-plugin": "7.3.1",
96+
"@typescript-eslint/parser": "7.3.1",
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.13.0",
101+
"eslint-plugin-jsonc": "2.14.1",
102102
"eslint-plugin-prettier": "5.1.3",
103-
"eslint-plugin-yml": "1.12.2",
103+
"eslint-plugin-yml": "1.13.2",
104104
"husky": "9.0.11",
105105
"lint-staged": "15.2.2",
106106
"prettier": "3.2.5",
107107
"rimraf": "5.0.5",
108-
"solid-js": "1.8.15",
108+
"solid-js": "1.8.16",
109109
"tsup": "8.0.2",
110-
"typescript": "5.4.2"
110+
"typescript": "5.4.3"
111111
},
112112
"lint-staged": {
113113
"*.{js,ts}": "eslint --fix",

0 commit comments

Comments
 (0)