Sfoglia il codice sorgente

Updated dependencies.

Thanks to developers of dependencies!
Lauri Ojansivu 4 anni fa
parent
commit
b3cc01b041
3 ha cambiato i file con 491 aggiunte e 184 eliminazioni
  1. 478 171
      package-lock.json
  2. 11 11
      package.json
  3. 2 2
      rebuild-wekan.sh

File diff suppressed because it is too large
+ 478 - 171
package-lock.json


+ 11 - 11
package.json

@@ -15,13 +15,13 @@
   "devDependencies": {
     "babel-plugin-istanbul": "^6.0.0",
     "chai": "^4.3.4",
-    "flatted": "^3.2.0",
-    "puppeteer": "^10.0.0",
-    "sinon": "^11.1.1"
+    "flatted": "^3.2.2",
+    "puppeteer": "^10.2.0",
+    "sinon": "^11.1.2"
   },
   "dependencies": {
-    "@babel/core": "^7.14.6",
-    "@babel/runtime": "^7.14.6",
+    "@babel/core": "^7.15.0",
+    "@babel/runtime": "^7.15.3",
     "@liradb2000/markdown-it-mermaid": "^0.4.3",
     "ajv": "^6.12.6",
     "babel-runtime": "^6.26.0",
@@ -34,13 +34,13 @@
     "exceljs": "^4.2.1",
     "fibers": "^5.0.0",
     "gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
-    "jszip": "^3.6.0",
-    "ldapjs": "^2.3.0",
-    "markdown-it": "^12.1.0",
+    "jszip": "^3.7.1",
+    "ldapjs": "^2.3.1",
+    "markdown-it": "^12.2.0",
     "markdown-it-emoji": "^2.0.0",
-    "meteor-node-stubs": "^1.0.3",
-    "mongodb": "^3.6.9",
-    "os": "^0.1.1",
+    "meteor-node-stubs": "^1.1.0",
+    "mongodb": "^3.6.11",
+    "os": "^0.1.2",
     "page": "^1.11.5",
     "papaparse": "^5.3.1",
     "qs": "^6.10.1",

+ 2 - 2
rebuild-wekan.sh

@@ -81,13 +81,13 @@ do
 		cd ~/repos/wekan 
 		rm -rf node_modules .meteor/local .build
                 chmod u+w *.json
-		npm install
+		meteor npm install
 		meteor build .build --directory
 		rm -rf ~/repos/wekan/.build/bundle/programs/web.browser.legacy
 		cd ~/repos/wekan/.build/bundle/programs/server
 		rm -rf node_modules
                 chmod u+w *.json
-		npm install
+		meteor npm install
 		# Cleanup
 		cd ~/repos/wekan/.build/bundle
 		find . -type d -name '*-garbage*' | xargs rm -rf

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