Skip to content
Snippets Groups Projects
Commit 9c0fb693 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update npm deps

parent d73b2f28
No related branches found
No related tags found
No related merge requests found
......@@ -4,24 +4,24 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-node-resolve": "^8.1.0",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-plugin-jsdoc": "^23.0.0",
"eslint": "^7.4.0",
"eslint-plugin-jsdoc": "^28.6.1",
"glob": "^7.1.6",
"karma": "^5.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^2.0.0",
"mocha": "^7.1.1",
"mocha": "^8.0.1",
"puppeteer": "^2.1.1",
"rollup": "^2.6.1",
"rollup-plugin-consts": "^1.0.1",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-delete": "^1.2.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"vpu-auth": "file:./vendor/auth",
"vpu-common": "file:./vendor/common",
......
......@@ -7,9 +7,7 @@ import serve from 'rollup-plugin-serve';
import consts from 'rollup-plugin-consts';
import del from 'rollup-plugin-delete';
import json from '@rollup/plugin-json';
import chai from 'chai';
const pkg = require('./package.json');
const build = (typeof process.env.BUILD !== 'undefined') ? process.env.BUILD : 'local';
console.log("build: " + build);
......@@ -67,10 +65,7 @@ export default {
}
}),
commonjs({
include: 'node_modules/**',
namedExports: {
'chai': Object.keys(chai),
}
include: 'node_modules/**'
}),
json(),
copy({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment