debian-mirror-gitlab/debian/patches/nodejs/0020-remove-dev-dependencies.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

69 lines
2.2 KiB
Diff
Raw Normal View History

2020-04-13 13:49:04 +05:30
These are not required in production
--- a/package.json
+++ b/package.json
2022-05-07 22:13:53 +05:30
@@ -199,62 +199,7 @@
2022-04-04 12:50:17 +05:30
"yaml": "^2.0.0-10"
},
"devDependencies": {
2020-06-23 00:43:41 +05:30
- "@babel/plugin-transform-modules-commonjs": "^7.10.1",
2022-05-07 22:13:53 +05:30
- "@gitlab/eslint-plugin": "11.0.0",
2022-04-04 12:50:17 +05:30
- "@gitlab/stylelint-config": "4.0.0",
- "@graphql-eslint/eslint-plugin": "3.0.0",
2020-07-29 00:16:15 +05:30
- "@testing-library/dom": "^7.16.2",
- "@vue/test-utils": "1.3.0",
2020-07-29 00:16:15 +05:30
- "acorn": "^6.3.0",
2018-11-08 20:39:57 +05:30
- "axios-mock-adapter": "^1.15.0",
- "babel-jest": "^26.5.2",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "babel-plugin-istanbul": "^6.0.0",
2018-10-15 15:54:03 +05:30
- "chalk": "^2.4.1",
2021-09-04 02:51:02 +05:30
- "cheerio": "^1.0.0-rc.9",
2021-10-28 01:36:19 +05:30
- "commander": "^2.20.3",
2019-05-18 01:04:41 +05:30
- "custom-jquery-matchers": "^2.1.0",
- "docdash": "^1.0.2",
- "eslint": "7.32.0",
- "eslint-import-resolver-jest": "3.0.2",
2021-12-11 22:56:32 +05:30
- "eslint-import-resolver-webpack": "0.13.2",
- "eslint-plugin-no-jquery": "2.7.0",
2021-03-11 21:09:22 +05:30
- "gettext-extractor": "^3.5.3",
- "gettext-extractor-vue": "^5.0.0",
2021-04-17 20:43:06 +05:30
- "glob": "^7.1.6",
2020-04-08 15:34:39 +05:30
- "istanbul-lib-coverage": "^3.0.0",
- "istanbul-lib-report": "^3.0.0",
- "istanbul-reports": "^3.0.0",
- "jest": "^26.5.2",
2019-12-26 22:33:15 +05:30
- "jest-canvas-mock": "^2.1.2",
- "jest-diff": "^27.4.6",
- "jest-environment-jsdom": "^26.5.2",
- "jest-junit": "^12.0.0",
2021-02-22 22:40:45 +05:30
- "jest-raw-loader": "^1.0.1",
2021-03-11 21:09:22 +05:30
- "jest-transform-graphql": "^2.1.0",
- "jest-util": "^26.5.2",
- "jsdoc": "^3.5.5",
- "jsdoc-vue": "^1.0.0",
2022-04-04 12:50:17 +05:30
- "markdownlint-cli": "0.31.0",
2019-05-18 01:04:41 +05:30
- "md5": "^2.2.1",
2021-03-11 21:09:22 +05:30
- "miragejs": "^0.1.40",
2022-04-04 12:50:17 +05:30
- "mock-apollo-client": "1.2.0",
2020-06-23 00:43:41 +05:30
- "nodemon": "^2.0.4",
2021-03-08 22:12:33 +05:30
- "prettier": "2.2.1",
2021-10-01 04:34:20 +05:30
- "prosemirror-schema-basic": "^1.1.2",
- "prosemirror-schema-list": "^1.1.6",
2021-12-11 22:56:32 +05:30
- "prosemirror-test-builder": "^1.0.5",
2021-09-04 02:51:02 +05:30
- "purgecss": "^4.0.3",
- "purgecss-from-html": "^4.0.3",
2021-06-09 22:52:32 +05:30
- "sass": "^1.32.12",
2022-04-04 12:50:17 +05:30
- "stylelint": "^14.3.0",
2019-12-04 21:09:36 +05:30
- "timezone-mock": "^1.0.8",
2021-04-17 20:43:06 +05:30
- "vue-jest": "4.0.1",
2022-04-04 12:50:17 +05:30
- "webpack-dev-server": "4.7.4",
2020-06-23 00:43:41 +05:30
- "xhr-mock": "^2.5.1",
2020-03-12 18:50:15 +05:30
- "yarn-check-webpack-plugin": "^1.2.0",
2021-10-28 01:36:19 +05:30
- "yarn-deduplicate": "^3.1.0"
2022-01-26 13:39:30 +05:30
- },
+ },
2020-04-08 15:34:39 +05:30
"blockedDependencies": {
2020-07-29 00:16:15 +05:30
"bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue"
2022-01-26 13:39:30 +05:30
},