Skip to content

Commit 5a3e58b

Browse files
committed
- dependencies
1 parent 0df5362 commit 5a3e58b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

dist/rollup-plugin-typescript2.cjs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ function createCommonjsModule(fn) {
4747
return fn(module, module.exports), module.exports;
4848
}
4949

50-
function commonjsRequire (target) {
51-
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.');
50+
function commonjsRequire (path) {
51+
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.');
5252
}
5353

5454
/**

dist/rollup-plugin-typescript2.es.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function createCommonjsModule(fn) {
1616
return fn(module, module.exports), module.exports;
1717
}
1818

19-
function commonjsRequire (target) {
20-
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.');
19+
function commonjsRequire (path) {
20+
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.');
2121
}
2222

2323
/**

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"object-hash": "3.0.0",
5757
"rimraf": "3.0.2",
5858
"rollup": "^2.48.0",
59-
"@rollup/plugin-commonjs": "17.1.0",
59+
"@rollup/plugin-commonjs": "18.1.0",
6060
"@rollup/plugin-node-resolve": "13.2.1",
6161
"rollup-plugin-re": "1.0.7",
6262
"rollup-plugin-typescript2": "0.31.2",

0 commit comments

Comments
 (0)