sheetloaf 1.0.5 → 1.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheetloaf",
3
- "version": "1.0.5",
3
+ "version": "1.1.0-beta.0",
4
4
  "description": "freshmade stylesheets for the whole family.",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -9,7 +9,7 @@
9
9
  "scripts": {
10
10
  "build": "esbuild src/*.js --outdir=dist --platform=node --target=node10.4 --minify",
11
11
  "test": "mocha",
12
- "test2": "node . \"test/samples/styles/**/*.scss\" --dir \"test/samples/render/\" --load-path \"test/samples/lib\" --style compressed --base test/samples/styles/ --poll 500 --use autoprefixer,postcss-custom-properties",
12
+ "test2": "node . \"test/samples/styles/**/*.scss\" --dir \"test/samples/render/\" --load-path \"test/samples/lib\" --style compressed --base test/samples/styles/ --use autoprefixer,postcss-custom-properties",
13
13
  "test3": "cat test/samples/styles/file.scss | node . --style compressed --use autoprefixer --load-path test/samples/styles > test/samples/render/file.css",
14
14
  "test4": "cat test/samples/styles/file-with-error.scss | node . --style compressed --use autoprefixer > test/samples/render/file.css 2> test/samples/logs/error.log"
15
15
  },
@@ -33,22 +33,22 @@
33
33
  },
34
34
  "homepage": "https://github.com/cheddarbread/sheetloaf#readme",
35
35
  "devDependencies": {
36
- "autoprefixer": "^10.4.0",
37
- "esbuild": "^0.14.8",
36
+ "autoprefixer": "^10.4.4",
37
+ "esbuild": "^0.14.36",
38
38
  "lodash": "^4.17.21",
39
- "mocha": "^9.1.3",
40
- "postcss": "^8.4.5",
41
- "postcss-custom-properties": "^12.0.1"
39
+ "mocha": "^9.2.2",
40
+ "postcss": "^8.4.12",
41
+ "postcss-custom-properties": "^12.1.7"
42
42
  },
43
43
  "peerDependencies": {
44
- "postcss": "^8.1.0"
44
+ "postcss": "^8.4.0"
45
45
  },
46
46
  "dependencies": {
47
- "chokidar": "^3.5.2",
47
+ "chokidar": "^3.5.3",
48
48
  "commander": "^8.3.0",
49
- "fast-glob": "^3.2.7",
49
+ "fast-glob": "^3.2.11",
50
50
  "picocolors": "^1.0.0",
51
- "picomatch": "^2.3.0",
52
- "sass": "^1.45.1"
51
+ "picomatch": "^2.3.1",
52
+ "sass": "^1.5.0"
53
53
  }
54
54
  }