Skip to content

Commit

Permalink
@4.12.0 - sass@1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localnerve committed Apr 12, 2024
1 parent 547c2f0 commit 5a3a704
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 26 deletions.
153 changes: 133 additions & 20 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localnerve/sass-asset-functions",
"version": "4.11.0",
"version": "4.12.0",
"description": "compass-style asset functions for dart-sass or other sass compilers",
"main": "index.js",
"exports": {
Expand Down Expand Up @@ -52,17 +52,17 @@
"dependencies": {
"image-size": "^1.1.1",
"mime-types": "^2.1.35",
"sass": "^1.74.1"
"sass": "^1.75.0"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"rimraf": "^5.0.5",
"jest": "^29.7.0",
"eslint": "^8.57.0",
"glob": "^10.3.12",
"jest": "^29.7.0",
"node-sass": "^9.0.0",
"tar": "^6.2.1",
"glob": "^10.3.12"
"rimraf": "^5.0.5",
"tar": "^7.0.0"
},
"engines": {
"node": ">= 16"
Expand Down

0 comments on commit 5a3a704

Please sign in to comment.