Use packaged axios, brace-expansion and chart.js
This commit is contained in:
parent
930b173c8b
commit
74d861d179
2 changed files with 12 additions and 3 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -313,7 +313,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# libjs-graphael,
|
||||
# node-lie,
|
||||
# packaged node modules - all node packages are not packaged yet
|
||||
node-autosize,
|
||||
node-autosize (>= 4.0~),
|
||||
node-axios (>= 0.17.1~),
|
||||
node-brace-expansion (>= 1.1.8~),
|
||||
node-chart.js (>= 2.7.2~),
|
||||
# using npm for remaining as it is in contrib
|
||||
# node-babel-core,
|
||||
# node-babel-eslint,
|
||||
|
|
10
debian/patches/0740-use-packaged-modules.patch
vendored
10
debian/patches/0740-use-packaged-modules.patch
vendored
|
@ -1,10 +1,16 @@
|
|||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -39,7 +39,6 @@
|
||||
@@ -39,13 +39,9 @@
|
||||
"apollo-client": "^2.5.1",
|
||||
"apollo-upload-client": "^10.0.0",
|
||||
"at.js": "^1.5.4",
|
||||
- "autosize": "^4.0.0",
|
||||
"axios": "^0.17.1",
|
||||
- "axios": "^0.17.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"bootstrap": "4.3.1",
|
||||
- "brace-expansion": "^1.1.8",
|
||||
"cache-loader": "^2.0.1",
|
||||
- "chart.js": "2.7.2",
|
||||
"classlist-polyfill": "^1.2.0",
|
||||
"clipboard": "^1.7.1",
|
||||
"codesandbox-api": "^0.0.20",
|
||||
|
|
Loading…
Reference in a new issue