Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 11, 2023
1 parent f391e74 commit f032bc3
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 78 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
},
"homepage": "https://github.com/high1/solid-jsx#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -103,11 +103,11 @@
"eslint-plugin-yml": "1.10.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"prettier": "3.1.0",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"solid-js": "1.8.7",
"tsup": "7.2.0",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix",
Expand All @@ -116,5 +116,5 @@
"peerDependencies": {
"solid-js": ">=1.4.0"
},
"packageManager": "pnpm@8.11.0"
"packageManager": "pnpm@8.12.0"
}
Loading

0 comments on commit f032bc3

Please sign in to comment.