Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-03-22 16:28:40 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-03-23 16:41:20 +0300
commit61988203b404324160720515fa44625f0fd6c5be (patch)
tree4abe7583b136b60d2b089a30a24fc2b1b575b8e7 /package.json
parent010c94bbb61e2e511ac447a769f37e1ace74c779 (diff)
upgrade webpack and karma
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix 'unknown option --colors' Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> apply changes from npm i Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> bump webpack once more Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> apply changes from yarn install Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> release lock on incompatible terser Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> update yarn.lock Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 7 insertions, 10 deletions
diff --git a/package.json b/package.json
index b4ea07c800..28fb55cf3f 100644
--- a/package.json
+++ b/package.json
@@ -22,19 +22,19 @@
"@types/screenfull": "^4.1.0",
"copy-webpack-plugin": "^5.0.2",
"jasmine-core": "^3.0.0",
- "karma": "^4.0.0",
+ "karma": "^5.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^2.0.1",
- "karma-webpack": "^4.0.2",
+ "karma-webpack": "^5.0.0",
"ts-loader": "^6.0.4",
"typescript": "^3.0.1",
- "webpack": "^4.0.1",
- "webpack-cli": "^3.0.1"
+ "webpack": "^5.27.2",
+ "webpack-cli": "^4.5.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run",
- "build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --colors --mode production",
- "watch": "./node_modules/.bin/webpack --progress --colors --watch --mode development",
+ "build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --mode production",
+ "watch": "./node_modules/.bin/webpack --progress --watch --mode development",
"watch-test": "./node_modules/karma/bin/karma start"
},
"repository": {
@@ -55,8 +55,5 @@
"url": "https://github.com/nextcloud/appstore/issues"
},
"homepage": "https://github.com/nextcloud/appstore#readme",
- "private": true,
- "resolutions": {
- "terser": "3.14.1"
- }
+ "private": true
}