Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmarina committed Nov 8, 2024
1 parent 536a60c commit a2f7e11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 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.3",
"version": "3.0.4",
"description": "SASS and LitElement for creating Web Components",
"keywords": [
"LitElement",
Expand All @@ -27,13 +27,13 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"autoprefixer": "^10.4.19",
"chokidar": "^3.6.0",
"commander": "^12.0.0",
"glob": "^10.3.15",
"autoprefixer": "^10.4.20",
"chokidar": "^4.0.1",
"commander": "^12.1.0",
"glob": "^11.0.0",
"mkdirp": "^3.0.1",
"postcss": "^8.4.38",
"sass": "^1.77.1"
"postcss": "^8.4.47",
"sass": "^1.80.6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a2f7e11

Please sign in to comment.