Skip to content

Commit

Permalink
Update rollup and node-resolve plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pravi committed Dec 31, 2020
1 parent bfad962 commit cb3c465
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/less/build/rollup.js
Expand Up @@ -2,7 +2,7 @@ const rollup = require('rollup');
const typescript = require('rollup-plugin-typescript2');
const commonjs = require('rollup-plugin-commonjs');
const json = require('@rollup/plugin-json');
const resolve = require('rollup-plugin-node-resolve');
const resolve = require('@rollup/plugin-node-resolve').nodeResolve;
const terser = require('rollup-plugin-terser').terser;
const banner = require('./banner');
const path = require('path');
Expand Down Expand Up @@ -85,4 +85,4 @@ async function build() {
await buildBrowser();
}

build();
build();
72 changes: 50 additions & 22 deletions packages/less/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/less/package.json
Expand Up @@ -57,7 +57,8 @@
"@less/test-data": "^4.0.0",
"@less/test-import-module": "^4.0.0",
"@rollup/plugin-json": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"benny": "^3.6.12",
"bootstrap-less-port": "0.3.0",
Expand Down Expand Up @@ -90,7 +91,6 @@
"resolve": "^1.17.0",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-typescript2": "^0.24.3",
"semver": "^6.3.0",
Expand Down

0 comments on commit cb3c465

Please sign in to comment.