Skip to content

Commit b92f506

Browse files
committed
Update dependencies
1 parent 7540581 commit b92f506

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"suitcss-utils-align": "~0.2.2",
88
"suitcss-utils-display": "~1.0.0",
9-
"suitcss-utils-flex": "^0.3.1",
9+
"suitcss-utils-flex": "^1.1.0",
1010
"suitcss-utils-layout": "~0.4.2",
1111
"suitcss-utils-link": "~0.5.2",
1212
"suitcss-utils-offset": "~0.5.1",
@@ -15,12 +15,12 @@
1515
"suitcss-utils-text": "~0.4.2"
1616
},
1717
"devDependencies": {
18-
"suitcss-preprocessor": "~0.4.0"
18+
"suitcss-preprocessor": "^0.8.0"
1919
},
2020
"scripts": {
2121
"build": "npm run setup && npm run preprocess",
2222
"preprocess": "suitcss index.css build/build.css",
23-
"setup": "npm install && mkdir -p build"
23+
"setup": "npm install"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)