mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- dependencies
This commit is contained in:
parent
0df5362d39
commit
5a3e58b277
4
dist/rollup-plugin-typescript2.cjs.js
vendored
4
dist/rollup-plugin-typescript2.cjs.js
vendored
@ -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.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
4
dist/rollup-plugin-typescript2.es.js
vendored
4
dist/rollup-plugin-typescript2.es.js
vendored
@ -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
14
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user