Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
fix: update all dependencies (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Dec 6, 2022
1 parent ef02ca0 commit cc4f993
Show file tree
Hide file tree
Showing 10 changed files with 274 additions and 278 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -42,5 +42,11 @@ jobs:
- name: Run --help
run: ./bin/pnpm-deduplicate.mjs --help

- name: Run --version
run: ./bin/pnpm-deduplicate.mjs --version

- name: Run --list
run: ./bin/pnpm-deduplicate.mjs --list

- name: Run main
run: ./bin/pnpm-deduplicate.mjs
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -23,26 +23,26 @@
"lint": "eslint ."
},
"dependencies": {
"@pnpm/lockfile-file": "^5.3.2",
"@pnpm/lockfile-utils": "^4.2.3",
"@pnpm/lockfile-walker": "^5.0.13",
"@pnpm/logger": "^4.0.0",
"@pnpm/manifest-utils": "^3.1.2",
"@pnpm/read-project-manifest": "^3.0.9",
"@pnpm/types": "^8.5.0",
"commander": "^9.4.0",
"dependency-path": "^9.2.4",
"@pnpm/lockfile-file": "^6.0.3",
"@pnpm/lockfile-utils": "^5.0.0",
"@pnpm/lockfile-walker": "^6.0.2",
"@pnpm/logger": "^5.0.0",
"@pnpm/manifest-utils": "^4.1.2",
"@pnpm/read-project-manifest": "^4.1.1",
"@pnpm/types": "^8.9.0",
"commander": "^9.4.1",
"dependency-path": "^9.2.8",
"path-exists": "^5.0.0",
"semver": "^7.3.7"
"semver": "^7.3.8"
},
"devDependencies": {
"@ocavue/eslint-config": "^0.4.5",
"@types/node": "^18.6.3",
"@types/semver": "^7.3.12",
"esbuild": "^0.14.53",
"esbuild-node-externals": "^1.4.1",
"@types/node": "^18.11.11",
"@types/semver": "^7.3.13",
"esbuild": "^0.15.18",
"esbuild-node-externals": "^1.5.0",
"eslint": "^8.29.0",
"prettier": "^2.8.0",
"typescript": "^4.7.4"
"typescript": "^4.9.3"
}
}

0 comments on commit cc4f993

Please sign in to comment.