Skip to content

Commit c1474d1

Browse files
chore(deps): update non-major (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f963032 commit c1474d1

File tree

3 files changed

+332
-78
lines changed

3 files changed

+332
-78
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
app-id: ${{ secrets.ECOSCRIPT_APP_ID }}
3232
private-key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
33-
- uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6
33+
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
3434
with:
3535
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
3636
body: I ran `pnpm format` 🧑‍💻

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@
7373
},
7474
"devDependencies": {
7575
"concurrently": "^8.2.2",
76-
"esbuild": "^0.20.2",
77-
"esbuild-plugin-solid": "^0.5.0",
76+
"esbuild": "^0.21.4",
77+
"esbuild-plugin-solid": "^0.6.0",
7878
"jsdom": "^22.1.0",
7979
"prettier": "^3.2.5",
80-
"prettier-plugin-packagejson": "^2.4.14",
81-
"solid-js": "^1.8.16",
80+
"prettier-plugin-packagejson": "^2.5.0",
81+
"solid-js": "^1.8.17",
8282
"tsup": "^8.0.2",
8383
"tsup-preset-solid": "^2.2.0",
8484
"typescript": "^5.4.5",
85-
"vite": "^5.2.8",
85+
"vite": "^5.2.11",
8686
"vite-plugin-solid": "^2.10.2",
87-
"vitest": "^1.4.0"
87+
"vitest": "^1.6.0"
8888
},
8989
"peerDependencies": {
9090
"solid-js": "^1.6.0"

0 commit comments

Comments
 (0)