Skip to content

Commit

Permalink
Merge pull request #9 from H4ad/bump/node-modules-packer
Browse files Browse the repository at this point in the history
feat(npm-v9): bump version of dependency extractor
  • Loading branch information
H4ad committed Dec 4, 2022
2 parents b13ee50 + e9056f7 commit f40ac44
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -34,8 +34,6 @@
- [ ] `npm run test` passes with this change
- [ ] This pull request links relevant issues as `Fixes #0000`
- [ ] There are new or updated unit tests validating the change
- [ ] Added documentation inside `www/docs/main` folder.
- [ ] Included new files inside `index.doc.ts`.
- [ ] The new commits follow conventions outlined in the [conventional commit spec](https://www.conventionalcommits.org/en/v1.0.0/)

<!--
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [ 12.x, 14.x, 16.x, 18.x ]
node-version: [ 14.x, 16.x, 18.x ]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
@@ -0,0 +1 @@
nodejs lts-fermium
36 changes: 18 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/H4ad"
},
"engines": {
"node": ">=12.0"
"node": ">=14.0"
},
"keywords": [
"dependencies",
Expand Down Expand Up @@ -78,7 +78,7 @@
]
},
"dependencies": {
"@h4ad/dependency-extractor": "^1.0.0",
"@h4ad/dependency-extractor": "1.1.0",
"@oclif/core": "^1",
"@oclif/plugin-autocomplete": "^1.3.0",
"@oclif/plugin-commands": "^2.2.0",
Expand All @@ -101,7 +101,7 @@
"@types/graceful-fs": "^4.1.5",
"@types/mocha": "^9.0.0",
"@types/mock-fs": "^4.13.1",
"@types/node": "12.20.43",
"@types/node": "14.18.34",
"@types/plist": "^3.0.2",
"@types/rimraf": "^3.0.2",
"@types/terser": "^3.12.0",
Expand Down

0 comments on commit f40ac44

Please sign in to comment.