Use packaged version of node-autosize
This commit is contained in:
parent
0e5f19e402
commit
930b173c8b
3 changed files with 14 additions and 2 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -312,8 +312,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
# libjs-chartjs,
|
# libjs-chartjs,
|
||||||
# libjs-graphael,
|
# libjs-graphael,
|
||||||
# node-lie,
|
# node-lie,
|
||||||
# node modules - all node packages are stuck in NEW
|
# packaged node modules - all node packages are not packaged yet
|
||||||
# using npm for all to ease backporting as it is in contrib anyway
|
node-autosize,
|
||||||
|
# using npm for remaining as it is in contrib
|
||||||
# node-babel-core,
|
# node-babel-core,
|
||||||
# node-babel-eslint,
|
# node-babel-eslint,
|
||||||
# node-babel-loader,
|
# node-babel-loader,
|
||||||
|
|
10
debian/patches/0740-use-packaged-modules.patch
vendored
Normal file
10
debian/patches/0740-use-packaged-modules.patch
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/package.json
|
||||||
|
+++ b/package.json
|
||||||
|
@@ -39,7 +39,6 @@
|
||||||
|
"apollo-client": "^2.5.1",
|
||||||
|
"apollo-upload-client": "^10.0.0",
|
||||||
|
"at.js": "^1.5.4",
|
||||||
|
- "autosize": "^4.0.0",
|
||||||
|
"axios": "^0.17.1",
|
||||||
|
"babel-loader": "^8.0.5",
|
||||||
|
"bootstrap": "4.3.1",
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -32,4 +32,5 @@
|
||||||
0700-add-salsa-link-to-help.patch
|
0700-add-salsa-link-to-help.patch
|
||||||
0710-use-yarnpkg.patch
|
0710-use-yarnpkg.patch
|
||||||
0730-install-graphql-tag.patch
|
0730-install-graphql-tag.patch
|
||||||
|
0740-use-packaged-modules.patch
|
||||||
bump-devise-to-4-6.patch
|
bump-devise-to-4-6.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue