Skip to content

Commit

Permalink
Bump Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Jul 5, 2023
1 parent 5a0aff9 commit 2a33319
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion cjs/import-manager.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class ImportManagerUnitMethods {
* It handles code analysis, creates units from import
* statements, attaches methods to the units and more.
*
* @version 0.4.3
* @version 0.4.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager
Expand Down
2 changes: 1 addition & 1 deletion cjs/import-manager.cjs.map

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "import-manager",
"version": "0.4.3",
"version": "0.4.4",
"description": "A class to analyze and manipulate JavaScript import statements from source code files.",
"main": "./cjs/import-manager.cjs",
"module": "./src/core.js",
Expand Down Expand Up @@ -38,15 +38,15 @@
},
"homepage": "https://github.com/UmamiAppearance/ImportManager#readme",
"devDependencies": {
"ava": "^5.3.0",
"eslint": "^8.42.0",
"remembrance": "^0.3.0",
"rollup": "^3.24.0"
"ava": "^5.3.1",
"eslint": "^8.44.0",
"remembrance": "^0.3.1",
"rollup": "^3.26.1"
},
"dependencies": {
"acorn": "^8.8.2",
"acorn": "^8.10.0",
"acorn-walk": "^8.2.0",
"colorette": "^2.0.20",
"magic-string": "^0.30.0"
"magic-string": "^0.30.1"
}
}
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* It handles code analysis, creates units from import
* statements, attaches methods to the units and more.
*
* @version 0.4.3
* @version 0.4.4
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager
Expand Down

0 comments on commit 2a33319

Please sign in to comment.