Skip to content

Commit ba1e319

Browse files
dependency updates
1 parent 4fc0481 commit ba1e319

File tree

7 files changed

+62
-65
lines changed

7 files changed

+62
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ plugins: [
10451045
import qux, { bar as quux, quuz, corge } from "grault";
10461046
```
10471047

1048-
This is in no way an efficient, but an example to show the complexity modifications are allowed to have.
1048+
This is in no way an efficient, but an example to show the complexity modifications are allowed to have.
10491049

10501050
### Array and Object shortening
10511051
As a general rule, all arrays can be unpacked if only one member is inside. Objects with meaningless values, can be passed as a string, if syntactically allowed. An example is shown [here](#shorthand-method).

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.0
132+
* @version 0.5.1
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: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-import-manager",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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.0"
48+
"import-manager": "^0.3.1"
4949
},
5050
"devDependencies": {
51-
"ava": "^5.1.0",
52-
"eslint": "^8.31.0",
53-
"rollup": "^3.10.0"
51+
"ava": "^5.2.0",
52+
"eslint": "^8.34.0",
53+
"rollup": "^3.17.2"
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.0
4+
* @version 0.5.1
55
* @author UmamiAppearance [mail@umamiappearance.eu]
66
* @license MIT
77
*/

tests/fixtures/lib/test.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)