Browse Source

Upgrade glob

Tienson Qin 1 year ago
parent
commit
34a65e1a23
2 changed files with 548 additions and 17 deletions
  1. 5 4
      package.json
  2. 543 13
      yarn.lock

+ 5 - 4
package.json

@@ -15,9 +15,13 @@
         "cross-env": "^7.0.3",
         "cssnano": "^5.1.13",
         "del": "^6.0.0",
+        "glob": "^11.0.0",
         "gulp": "^4.0.2",
         "gulp-clean-css": "^4.3.0",
         "ip": "1.1.9",
+        "karma": "^6.4.4",
+        "karma-chrome-launcher": "^3.2.0",
+        "karma-cljs-test": "^0.1.0",
         "npm-run-all": "^4.1.5",
         "playwright": "=1.44.0",
         "postcss": "8.4.17",
@@ -32,10 +36,7 @@
         "stylelint-config-standard": "^20.0.0",
         "tailwindcss": "3.3.5",
         "tailwindcss-animate": "^1.0.7",
-        "typescript": "^4.4.3",
-	"karma": "^6.4.4",
-	"karma-chrome-launcher": "^3.2.0",
-	"karma-cljs-test": "^0.1.0"
+        "typescript": "^4.4.3"
     },
     "scripts": {
         "watch": "run-p gulp:watch cljs:watch",

File diff suppressed because it is too large
+ 543 - 13
yarn.lock


Some files were not shown because too many files changed in this diff