Skip to content

Commit

Permalink
Bump 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robiseb committed Jun 16, 2021
1 parent 4b1a4c0 commit 0d35974
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wide/styles-grid",
"version": "2.0.3",
"version": "2.0.4",
"description": "SCSS Modulus UI Grid",
"license": "MIT",
"author": "Sébastien Robillard (https://github.com/robiseb)",
Expand All @@ -17,16 +17,16 @@
"lint": "stylelint *.scss src --formatter verbose"
},
"engines": {
"node": ">=10.13.0"
"node": ">=12.18.0"
},
"dependencies": {
"@wide/styles-utils": "^2.0.0"
"@wide/styles-utils": "^2.0.3"
},
"devDependencies": {
"@wide/stylelint-config": "^2.0.0",
"stylelint": "^13.5.0",
"stylelint-config-property-sort-order-smacss": "^6.3.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.17.2"
"@wide/stylelint-config": "^2.1.1",
"stylelint": "^13.13.1",
"stylelint-config-property-sort-order-smacss": "^7.1.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0"
}
}

0 comments on commit 0d35974

Please sign in to comment.