Use packaged version of node-yaml
This commit is contained in:
parent
f35aed7c04
commit
af0eff889d
2 changed files with 8 additions and 1 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -510,6 +510,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
node-webpack-stats-plugin,
|
node-webpack-stats-plugin,
|
||||||
node-worker-loader (>= 2.0~),
|
node-worker-loader (>= 2.0~),
|
||||||
node-xterm,
|
node-xterm,
|
||||||
|
node-yaml,
|
||||||
# using yarn install for remaining node modules as it is in contrib
|
# using yarn install for remaining node modules as it is in contrib
|
||||||
# node-babel-core,
|
# node-babel-core,
|
||||||
# node-babel-eslint,
|
# node-babel-eslint,
|
||||||
|
|
|
@ -192,7 +192,7 @@ Use debian packaged node modules when available
|
||||||
"prismjs": "^1.21.0",
|
"prismjs": "^1.21.0",
|
||||||
"prosemirror-markdown": "1.9.1",
|
"prosemirror-markdown": "1.9.1",
|
||||||
"prosemirror-model": "^1.18.1",
|
"prosemirror-model": "^1.18.1",
|
||||||
@@ -170,27 +170,26 @@
|
@@ -170,32 +170,31 @@
|
||||||
"style-loader": "^2.0.0",
|
"style-loader": "^2.0.0",
|
||||||
"swagger-ui-dist": "4.12.0",
|
"swagger-ui-dist": "4.12.0",
|
||||||
"three": "^0.84.0",
|
"three": "^0.84.0",
|
||||||
|
@ -225,3 +225,9 @@ Use debian packaged node modules when available
|
||||||
"webpack-cli": "^4.10.0",
|
"webpack-cli": "^4.10.0",
|
||||||
"webpack-stats-plugin": "^0.3.1",
|
"webpack-stats-plugin": "^0.3.1",
|
||||||
"worker-loader": "^2.0.0",
|
"worker-loader": "^2.0.0",
|
||||||
|
"xterm": "3.14.5",
|
||||||
|
- "yaml": "^2.0.0-10"
|
||||||
|
+ "yaml": "link:/usr/share/nodejs/yaml"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue