Skip to content

Commit 98bc2ad

Browse files
v0.5.3
1 parent bacfdba commit 98bc2ad

File tree

5 files changed

+69
-84
lines changed

5 files changed

+69
-84
lines changed

cjs/rollup-plugin-import-manager.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const showDiff = (filename, source, code, diffOption) => {
129129
/**
130130
* [rollup-plugin-import-manager]{@link https://github.com/UmamiAppearance/rollup-plugin-import-manager}
131131
*
132-
* @version 0.5.2
132+
* @version 0.5.3
133133
* @author UmamiAppearance [mail@umamiappearance.eu]
134134
* @license MIT
135135
*/

cjs/rollup-plugin-import-manager.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-import-manager",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "A rollup plugin to add, modify, and remove imports (cjs/es6/dynamic)",
55
"main": "./cjs/rollup-plugin-import-manager.cjs",
66
"module": "./src/index.js",
@@ -45,11 +45,11 @@
4545
"@rollup/pluginutils": "^5.0.2",
4646
"colorette": "^2.0.19",
4747
"diff": "^5.1.0",
48-
"import-manager": "^0.3.2"
48+
"import-manager": "^0.3.3"
4949
},
5050
"devDependencies": {
5151
"ava": "^5.2.0",
52-
"eslint": "^8.35.0",
53-
"rollup": "^3.18.0"
52+
"eslint": "^8.36.0",
53+
"rollup": "^3.20.0"
5454
}
5555
}

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* [rollup-plugin-import-manager]{@link https://github.com/UmamiAppearance/rollup-plugin-import-manager}
33
*
4-
* @version 0.5.2
4+
* @version 0.5.3
55
* @author UmamiAppearance [mail@umamiappearance.eu]
66
* @license MIT
77
*/

0 commit comments

Comments
 (0)