Skip to content

Commit 2a33319

Browse files
Bump Dependencies
1 parent 5a0aff9 commit 2a33319

File tree

5 files changed

+78
-78
lines changed

5 files changed

+78
-78
lines changed

cjs/import-manager.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class ImportManagerUnitMethods {
388388
* It handles code analysis, creates units from import
389389
* statements, attaches methods to the units and more.
390390
*
391-
* @version 0.4.3
391+
* @version 0.4.4
392392
* @author UmamiAppearance [mail@umamiappearance.eu]
393393
* @license MIT
394394
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager

cjs/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: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "import-manager",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "A class to analyze and manipulate JavaScript import statements from source code files.",
55
"main": "./cjs/import-manager.cjs",
66
"module": "./src/core.js",
@@ -38,15 +38,15 @@
3838
},
3939
"homepage": "https://github.com/UmamiAppearance/ImportManager#readme",
4040
"devDependencies": {
41-
"ava": "^5.3.0",
42-
"eslint": "^8.42.0",
43-
"remembrance": "^0.3.0",
44-
"rollup": "^3.24.0"
41+
"ava": "^5.3.1",
42+
"eslint": "^8.44.0",
43+
"remembrance": "^0.3.1",
44+
"rollup": "^3.26.1"
4545
},
4646
"dependencies": {
47-
"acorn": "^8.8.2",
47+
"acorn": "^8.10.0",
4848
"acorn-walk": "^8.2.0",
4949
"colorette": "^2.0.20",
50-
"magic-string": "^0.30.0"
50+
"magic-string": "^0.30.1"
5151
}
5252
}

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* It handles code analysis, creates units from import
77
* statements, attaches methods to the units and more.
88
*
9-
* @version 0.4.3
9+
* @version 0.4.4
1010
* @author UmamiAppearance [mail@umamiappearance.eu]
1111
* @license MIT
1212
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager

0 commit comments

Comments
 (0)