Skip to content

Commit a2fa1fc

Browse files
chore(deps): update non-major
1 parent 71458f3 commit a2fa1fc

File tree

3 files changed

+611
-890
lines changed

3 files changed

+611
-890
lines changed

.github/workflows/format-if-needed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}
3333
private-key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
34-
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
34+
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
3535
with:
3636
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
3737
body: I ran `pnpm format` 🧑‍💻

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@
7676
"@changesets/changelog-github": "^0.5.1",
7777
"@changesets/cli": "^2.29.6",
7878
"concurrently": "^8.2.2",
79-
"esbuild": "^0.21.4",
79+
"esbuild": "^0.25.9",
8080
"esbuild-plugin-solid": "^0.6.0",
8181
"jsdom": "^22.1.0",
82-
"prettier": "^3.2.5",
83-
"prettier-plugin-packagejson": "^2.5.0",
84-
"solid-js": "^1.8.17",
85-
"tsup": "^8.0.2",
82+
"prettier": "^3.6.2",
83+
"prettier-plugin-packagejson": "^2.5.19",
84+
"solid-js": "^1.9.9",
85+
"tsup": "^8.5.0",
8686
"tsup-preset-solid": "^2.2.0",
87-
"typescript": "^5.4.5",
88-
"vite": "^5.2.11",
89-
"vite-plugin-solid": "^2.10.2",
90-
"vitest": "^1.6.0"
87+
"typescript": "^5.9.2",
88+
"vite": "^5.4.20",
89+
"vite-plugin-solid": "^2.11.8",
90+
"vitest": "^1.6.1"
9191
},
9292
"peerDependencies": {
9393
"solid-js": "^1.6.0"

0 commit comments

Comments
 (0)