Skip to content

Commit

Permalink
Pin node and yarn with Volta
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferbaxter committed Nov 26, 2019
1 parent df59f5a commit e4c3692
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/rollup.main-thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import compiler from '@ampproject/rollup-plugin-closure-compiler';
import { terser } from 'rollup-plugin-terser';
import replace from 'rollup-plugin-replace';
import replace from '@rollup/plugin-replace';
import copy from 'rollup-plugin-copy';
import { babelPlugin, removeDebugCommandExecutors, removeWorkerWhitespace } from './rollup.plugins.js';

Expand Down
2 changes: 1 addition & 1 deletion config/rollup.worker-thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import compiler from '@ampproject/rollup-plugin-closure-compiler';
import { terser } from 'rollup-plugin-terser';
import replace from 'rollup-plugin-replace';
import replace from '@rollup/plugin-replace';
import copy from 'rollup-plugin-copy';
import { babelPlugin } from './rollup.plugins.js';

Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
"@babel/preset-env": "7.6.3",
"@kristoferbaxter/filesize": "0.2.0",
"@rollup/plugin-replace": "2.2.1",
"@types/node": "11.13.22",
"@types/sinon": "7.5.1",
"acorn": "7.1.0",
Expand All @@ -69,7 +70,6 @@
"rollup": "1.27.4",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-copy": "3.1.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "5.1.2",
"sinon": "7.5.0",
"sirv": "0.4.2",
Expand Down Expand Up @@ -121,5 +121,9 @@
"files": [
"output/test/**/*.test.js"
]
},
"volta": {
"node": "12.13.0",
"yarn": "1.19.1"
}
}
}

0 comments on commit e4c3692

Please sign in to comment.