chokibasic 1.1.7 → 1.1.9

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 (2) hide show
  1. package/package.json +4 -4
  2. package/readme.md +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chokibasic",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "description": "Basic chokidar watcher + pxpros + esbuild + sass + csso helpers",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -33,9 +33,9 @@
33
33
  "dependencies": {
34
34
  "chokidar": "^5.0.0",
35
35
  "csso": "^5.0.5",
36
- "esbuild": "^0.27.3",
36
+ "esbuild": "^0.27.4",
37
37
  "ignore": "^7.0.5",
38
- "pxpros": "^1.1.2",
39
- "sass": "^1.97.3"
38
+ "pxpros": "^1.1.3",
39
+ "sass": "^1.98.0"
40
40
  }
41
41
  }
package/readme.md CHANGED
@@ -235,6 +235,9 @@ await exportDist("src", "dist", "src/banner.txt");
235
235
 
236
236
  ## Changelog
237
237
 
238
+ ### Version 1.1.8
239
+ * Update dependancy: pxpros 1.1.3
240
+
238
241
  ### Version 1.1.7
239
242
  * Update dependancy: pxpros 1.1.2
240
243