Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Jun 13, 2024
1 parent 71b8e03 commit 8dbcf7a
Show file tree
Hide file tree
Showing 9 changed files with 1,229 additions and 1,007 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8.15.3
version: 9.3.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/full-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8.15.3
version: 9.3.0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9.3.0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prebuild-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9.3.0
- name: Install Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prebuild-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9.3.0
- name: Install Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prebuild-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9.3.0
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test_script:
- python --version
- node --version
# - choco install python --version=%PYTHON_VERSION% -y
- npm install -g pnpm@8.15.3
- npm install -g pnpm@9.3.0
# - pnpm install -g node-gyp
- cd c:\projects\opencv4nodejs
- pnpm install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
"publish-next": "npm publish --dry-run --tag next"
},
"dependencies": {
"@u4/opencv-build": "1.0.1",
"@u4/opencv-build": "1.1.0",
"eslint": "^9.4.0",
"glob": "^10.4.1",
"nan": "^2.19.0",
"nan": "^2.20.0",
"node-gyp": "^10.1.0",
"picocolors": "^1.0.1",
"typescript-eslint": "8.0.0-alpha.30"
Expand Down
Loading

0 comments on commit 8dbcf7a

Please sign in to comment.