summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-10-26 22:00:02 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-02 11:27:20 +0100
commit431236bbd84fbdcf130100c7d5f861e3d54c5542 (patch)
tree5d580331ddafb418f3c6811ad09eaa9b93fb902b /package.json
parent182897b4a8ce0a27a5ccae29fb280950ca55c921 (diff)
more package cleanup and some basic tests for Sidebar
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 1 insertions, 12 deletions
diff --git a/package.json b/package.json
index 2bbcac1d2..789de98a6 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,6 @@
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.1.0",
"@types/jest": "^29.1.1",
- "@types/sinon": "^10.0.13",
"@types/webpack-env": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
@@ -68,7 +67,6 @@
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-0",
- "css-loader": "^6.7.1",
"eslint": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-webpack": "^0.12.2",
@@ -79,25 +77,16 @@
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^9.5.1",
"eslint-webpack-plugin": "^3.1.1",
- "file-loader": "^6.0.0",
"jest": "^29.1.1",
"jest-environment-jsdom": "^29.1.1",
"jest-serializer-vue": "^2.0.2",
- "node-polyfill-webpack-plugin": "^2.0.1",
- "node-sass": "^7.0.1",
- "postcss": "^8.4.14",
- "postcss-html": "^1.4.1",
- "sass-loader": "^13.0.2",
- "sinon": "^14.0.1",
- "style-loader": "^3.3.1",
"stylelint": "^14.8.4",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-webpack-plugin": "^2.1.0",
"ts-jest": "^29.0.3",
- "ts-loader": "^9.3.0",
+ "ts-loader": "^9.4.1",
"typescript": "^4.7.2",
- "url-loader": "^4.1.0",
"vue-eslint-parser": "^9.0.2",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.8",