Skip to content

Commit

Permalink
chore: update deps (#22)
Browse files Browse the repository at this point in the history
* chore: update deps

* chore: drop node 14
  • Loading branch information
LasaleFamine authored Oct 5, 2023
1 parent 4511a51 commit 5a666c0
Show file tree
Hide file tree
Showing 4 changed files with 617 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node Version ${{ matrix.node-version }}
Expand All @@ -38,4 +38,4 @@ jobs:
- run: yarn
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules

.DS_Store
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "src/index.js",
"engines": {
"node": ">=10"
"node": ">=16"
},
"scripts": {
"test": "xo",
Expand All @@ -42,7 +42,7 @@
"xo": "0.35.0"
},
"peerDependencies": {
"stylelint": ">= 13"
"stylelint": ">= 15"
},
"xo": {
"rules": {
Expand All @@ -55,5 +55,8 @@
],
"capitalized-comments": "off"
}
}
},
"resolutions": {
"eslint-import-resolver-webpack": "0.12.2"
}
}
Loading

0 comments on commit 5a666c0

Please sign in to comment.