Skip to content

Commit 8bcc855

Browse files
Bump Dependencies
1 parent 3f643d1 commit 8bcc855

File tree

5 files changed

+81
-81
lines changed

5 files changed

+81
-81
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.6.3
132+
* @version 0.6.4
133133
* @author UmamiAppearance [[email protected]]
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: 72 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-import-manager",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
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",
@@ -46,12 +46,12 @@
4646
"@rollup/pluginutils": "^5.0.2",
4747
"colorette": "^2.0.20",
4848
"diff": "^5.1.0",
49-
"import-manager": "^0.4.3"
49+
"import-manager": "^0.4.4"
5050
},
5151
"devDependencies": {
52-
"ava": "^5.3.0",
53-
"eslint": "^8.42.0",
54-
"remembrance": "^0.3.0",
55-
"rollup": "^3.24.1"
52+
"ava": "^5.3.1",
53+
"eslint": "^8.44.0",
54+
"remembrance": "^0.3.1",
55+
"rollup": "^3.26.1"
5656
}
5757
}

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.6.3
4+
* @version 0.6.4
55
* @author UmamiAppearance [[email protected]]
66
* @license MIT
77
*/

0 commit comments

Comments
 (0)