Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarina committed Sep 10, 2023
1 parent 88e7a2c commit af27bca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: '18.x'
- run: npm install
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}
ignore-scripts: false
17 changes: 10 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockquote/sass-style-template",
"version": "3.0.1",
"version": "3.0.2",
"description": "SASS and LitElement for creating Web Components",
"keywords": [
"LitElement",
Expand All @@ -27,12 +27,15 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.15",
"chokidar": "^3.5.3",
"commander": "^9.5.0",
"glob": "^8.0.3",
"mkdirp": "^1.0.4",
"postcss": "^8.4.21",
"sass": "^1.57.1"
"commander": "^11.0.0",
"glob": "^10.3.4",
"mkdirp": "^3.0.1",
"postcss": "^8.4.29",
"sass": "^1.66.1"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit af27bca

Please sign in to comment.