Try to fix Docker.

This commit is contained in:
Lauri Ojansivu 2021-02-03 18:56:44 +02:00
parent c3ce44562e
commit b47794cbc1
4 changed files with 15824 additions and 5 deletions

View file

@ -52,7 +52,6 @@ mquandalle:autofocus
ongoworks:speakingurl ongoworks:speakingurl
raix:handlebar-helpers raix:handlebar-helpers
tap:i18n tap:i18n
http@1.4.2
# UI components # UI components
blaze blaze
@ -145,3 +144,4 @@ rajit:bootstrap3-datepicker-zh-cn
rajit:bootstrap3-datepicker-zh-tw rajit:bootstrap3-datepicker-zh-tw
staringatlights:fast-render staringatlights:fast-render
spacebars spacebars
jkuester:http

View file

@ -76,6 +76,7 @@ http@1.4.3
id-map@1.1.0 id-map@1.1.0
idmontie:migrations@1.0.3 idmontie:migrations@1.0.3
inter-process-messaging@0.1.1 inter-process-messaging@0.1.1
jkuester:http@2.0.1
jquery@1.11.11 jquery@1.11.11
kadira:blaze-layout@2.3.0 kadira:blaze-layout@2.3.0
kadira:dochead@1.5.0 kadira:dochead@1.5.0

15816
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -40,13 +40,12 @@
}, },
"homepage": "https://wekan.github.io", "homepage": "https://wekan.github.io",
"devDependencies": { "devDependencies": {
"babel-eslint": "^10.1.0", "eslint": "^7.19.0",
"eslint": "^5.16.0",
"eslint-config-meteor": "0.0.9", "eslint-config-meteor": "0.0.9",
"eslint-config-prettier": "^3.6.0", "eslint-config-prettier": "^3.6.0",
"eslint-import-resolver-meteor": "^0.4.0", "eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-meteor": "^5.1.0", "eslint-plugin-meteor": "^7.2.2",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^3.3.1",
"lint-staged": "^7.3.0", "lint-staged": "^7.3.0",
"pre-commit": "^1.2.2", "pre-commit": "^1.2.2",
@ -55,13 +54,15 @@
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.12.10", "@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.13",
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"@root/request": "^1.7.0", "@typescript-eslint/parser": "^4.14.2",
"ajv": "^7.0.4", "ajv": "^7.0.4",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"bcrypt": "^5.0.0", "bcrypt": "^5.0.0",
"bson": "^4.2.2", "bson": "^4.2.2",
"bunyan": "^1.8.15", "bunyan": "^1.8.15",
"core-js": "^3.8.3",
"es6-promise": "^4.2.4", "es6-promise": "^4.2.4",
"exceljs": "^4.2.0", "exceljs": "^4.2.0",
"fibers": "^5.0.0", "fibers": "^5.0.0",
@ -77,6 +78,7 @@
"page": "^1.11.5", "page": "^1.11.5",
"papaparse": "^5.3.0", "papaparse": "^5.3.0",
"qs": "^6.9.6", "qs": "^6.9.6",
"source-map-resolve": "^0.6.0",
"source-map-support": "^0.5.19", "source-map-support": "^0.5.19",
"xss": "^1.0.8" "xss": "^1.0.8"
} }