Skip to content

Commit

Permalink
Update oclif deps (#2156)
Browse files Browse the repository at this point in the history
* update deps

Signed-off-by: Amndeep Singh Mann <[email protected]>

* use plain npx oclif again instead of manually calling it

Signed-off-by: Amndeep Singh Mann <[email protected]>

---------

Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 authored Jan 3, 2024
1 parent 9ef7628 commit cbb3e3e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 155 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build-windows-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
with:
path: saf

- name: Download oclif CLI repo since `npx oclif pack win` isn't working
uses: actions/checkout@v4
with:
repository: oclif/oclif
path: oclif

- name: setup node
uses: actions/setup-node@v4
with:
Expand All @@ -31,12 +25,6 @@ jobs:
- name: Install Nullsoft Scriptable Install System and p7zip
run: sudo apt install nsis p7zip-full

- name: setup oclif
working-directory: ./oclif
run: |
yarn install --frozen-lockfile
yarn build
- name: setup saf cli
working-directory: ./saf
run: |
Expand All @@ -45,7 +33,7 @@ jobs:
- name: Pack Windows Installer
working-directory: ./saf
run: ../oclif/bin/run.js pack win
run: npx oclif pack win

- name: Pack Debian Package
working-directory: ./saf
Expand Down
163 changes: 28 additions & 135 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@mitre/hdf-converters": "^2.9.1",
"@mitre/heimdall-lite": "^2.9.2",
"@mitre/inspec-objects": "^1.0.1",
"@oclif/core": "^3.0.0",
"@oclif/plugin-help": "^6",
"@oclif/plugin-plugins": "^4.1.10",
"@oclif/plugin-version": "^2",
"@oclif/plugin-warn-if-update-available": "^3.0.7",
"@oclif/core": "^3.16.0",
"@oclif/plugin-help": "^6.0.9",
"@oclif/plugin-plugins": "^4.1.14",
"@oclif/plugin-version": "^2.0.11",
"@oclif/plugin-warn-if-update-available": "^3.0.8",
"@smithy/node-http-handler": "^2.2.1",
"@types/chai": "^4",
"@types/express": "^4.17.17",
Expand Down Expand Up @@ -72,14 +72,14 @@
},
"devDependencies": {
"@e965/xlsx": "^0.20.0",
"@oclif/test": "^3.0.1",
"@oclif/test": "^3.1.8",
"@typescript-eslint/eslint-plugin": "~6.17.0",
"eslint": "^8.48.0",
"eslint-config-oclif": "^4.0",
"eslint-config-oclif-typescript": "^1.0.3",
"eslint-plugin-unicorn": "^50.0.1",
"mocha": "^10",
"oclif": "^4",
"oclif": "^4.1.2",
"tmp": "^0.2.1",
"ts-mocha": "^10.0.0"
},
Expand Down

0 comments on commit cbb3e3e

Please sign in to comment.