We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08979bb commit 55e3367Copy full SHA for 55e3367
2 files changed
package.json
@@ -92,8 +92,8 @@
92
},
93
"homepage": "https://github.com/high1/solid-jsx#readme",
94
"devDependencies": {
95
- "@typescript-eslint/eslint-plugin": "7.10.0",
96
- "@typescript-eslint/parser": "7.10.0",
+ "@typescript-eslint/eslint-plugin": "7.11.0",
+ "@typescript-eslint/parser": "7.11.0",
97
"eslint": "8.57.0",
98
"eslint-config-prettier": "9.1.0",
99
"eslint-import-resolver-typescript": "3.6.1",
@@ -103,10 +103,10 @@
103
"eslint-plugin-yml": "1.14.0",
104
"husky": "9.0.11",
105
"lint-staged": "15.2.5",
106
- "prettier": "3.2.5",
+ "prettier": "3.3.0",
107
"rimraf": "5.0.7",
108
"solid-js": "1.8.17",
109
- "tsup": "8.0.2",
+ "tsup": "8.1.0",
110
"typescript": "5.4.5"
111
112
"lint-staged": {
0 commit comments