mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
Bump devDeps
This commit is contained in:
2
.github/workflows/npm.yml
vendored
2
.github/workflows/npm.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
if: ${{ matrix.runtime == 'node' }}
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Install pnpm
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.9/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
|
||||
"vcs": {
|
||||
"enabled": true,
|
||||
"clientKind": "git",
|
||||
|
||||
@@ -170,7 +170,7 @@
|
||||
"@img/sharp-win32-x64": "0.34.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.3.9",
|
||||
"@biomejs/biome": "^2.3.10",
|
||||
"@cpplint/cli": "^0.1.0",
|
||||
"@emnapi/runtime": "^1.7.1",
|
||||
"@img/sharp-libvips-dev": "1.3.0-rc.1",
|
||||
@@ -185,7 +185,7 @@
|
||||
"icc": "^3.0.0",
|
||||
"jsdoc-to-markdown": "^9.1.3",
|
||||
"node-addon-api": "^8.5.0",
|
||||
"node-gyp": "^11.5.0",
|
||||
"node-gyp": "^12.1.0",
|
||||
"tar-fs": "^3.1.1",
|
||||
"tsd": "^0.33.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user