@ctx-core/sass-build 3.2.188 → 3.2.190

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/sass-build",
3
- "version": "3.2.188",
3
+ "version": "3.2.190",
4
4
  "description": "ctx-core sass build scripts",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -38,17 +38,17 @@
38
38
  "sass-watch.sh": "bin/sass-watch.sh"
39
39
  },
40
40
  "dependencies": {
41
- "ctx-core": "^7.2.2",
41
+ "ctx-core": "^7.2.4",
42
42
  "import-meta-resolve": "^4.1.0",
43
43
  "node-sass-package-importer": "^5.3.3",
44
44
  "nodemon": "^3.1.0",
45
45
  "resolve": "^1.22.8",
46
- "sass": "^1.76.0"
46
+ "sass": "^1.77.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "c8": "^9.1.0",
50
50
  "check-dts": "^0.7.2",
51
- "tsx": "^4.7.3",
51
+ "tsx": "^4.9.3",
52
52
  "typescript": "next",
53
53
  "uvu": "^0.5.6"
54
54
  },