We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06782ae commit 5abb25dCopy full SHA for 5abb25d
scripts/force-lowest-dependencies.js
@@ -12,8 +12,8 @@
12
const fs = require('fs');
13
const childProcess = require('child_process');
14
15
-const vueLowVersion = '^2.3.4';
16
-const vueLoaderLowVersion = '^15.0.11';
+const vueLowVersion = '2.3.4';
+const vueLoaderLowVersion = '15.0.11';
17
18
function getLowestVersion(dependency, range) {
19
return new Promise((resolve, reject) => {
0 commit comments