- dependencies

This commit is contained in:
ezolenko 2022-04-21 11:44:23 -06:00
parent 0df5362d39
commit 5a3e58b277
4 changed files with 12 additions and 12 deletions

View File

@ -47,8 +47,8 @@ function createCommonjsModule(fn) {
return fn(module, module.exports), module.exports;
}
function commonjsRequire (target) {
throw new Error('Could not dynamically require "' + target + '". Please configure the dynamicRequireTargets option of @rollup/plugin-commonjs appropriately for this require call to behave properly.');
function commonjsRequire (path) {
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
}
/**

View File

@ -16,8 +16,8 @@ function createCommonjsModule(fn) {
return fn(module, module.exports), module.exports;
}
function commonjsRequire (target) {
throw new Error('Could not dynamically require "' + target + '". Please configure the dynamicRequireTargets option of @rollup/plugin-commonjs appropriately for this require call to behave properly.');
function commonjsRequire (path) {
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
}
/**

14
package-lock.json generated
View File

@ -17,7 +17,7 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-commonjs": "18.1.0",
"@rollup/plugin-node-resolve": "13.2.1",
"@types/colors": "1.2.1",
"@types/find-cache-dir": "^2.0.0",
@ -72,9 +72,9 @@
}
},
"node_modules/@rollup/plugin-commonjs": {
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz",
"integrity": "sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew==",
"version": "18.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-18.1.0.tgz",
"integrity": "sha512-h3e6T9rUxVMAQswpDIobfUHn/doMzM9sgkMrsMWCFLmB84PSoC8mV8tOloAJjSRwdqhXBqstlX2BwBpHJvbhxg==",
"dev": true,
"dependencies": {
"@rollup/pluginutils": "^3.1.0",
@ -1217,9 +1217,9 @@
}
},
"@rollup/plugin-commonjs": {
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz",
"integrity": "sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew==",
"version": "18.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-18.1.0.tgz",
"integrity": "sha512-h3e6T9rUxVMAQswpDIobfUHn/doMzM9sgkMrsMWCFLmB84PSoC8mV8tOloAJjSRwdqhXBqstlX2BwBpHJvbhxg==",
"dev": true,
"requires": {
"@rollup/pluginutils": "^3.1.0",

View File

@ -56,7 +56,7 @@
"object-hash": "3.0.0",
"rimraf": "3.0.2",
"rollup": "^2.48.0",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-commonjs": "18.1.0",
"@rollup/plugin-node-resolve": "13.2.1",
"rollup-plugin-re": "1.0.7",
"rollup-plugin-typescript2": "0.31.2",