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 3f643d1 commit 8bcc855
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion cjs/rollup-plugin-import-manager.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const showDiff = (filename, source, code, diffOption) => {
/**
* [rollup-plugin-import-manager]{@link https://github.com/UmamiAppearance/rollup-plugin-import-manager}
*
* @version 0.6.3
* @version 0.6.4
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion cjs/rollup-plugin-import-manager.cjs.map

Large diffs are not rendered by default.

144 changes: 72 additions & 72 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-import-manager",
"version": "0.6.3",
"version": "0.6.4",
"description": "A rollup plugin to add, modify, and remove imports (cjs/es6/dynamic)",
"main": "./cjs/rollup-plugin-import-manager.cjs",
"module": "./src/index.js",
Expand Down Expand Up @@ -46,12 +46,12 @@
"@rollup/pluginutils": "^5.0.2",
"colorette": "^2.0.20",
"diff": "^5.1.0",
"import-manager": "^0.4.3"
"import-manager": "^0.4.4"
},
"devDependencies": {
"ava": "^5.3.0",
"eslint": "^8.42.0",
"remembrance": "^0.3.0",
"rollup": "^3.24.1"
"ava": "^5.3.1",
"eslint": "^8.44.0",
"remembrance": "^0.3.1",
"rollup": "^3.26.1"
}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* [rollup-plugin-import-manager]{@link https://github.com/UmamiAppearance/rollup-plugin-import-manager}
*
* @version 0.6.3
* @version 0.6.4
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down

0 comments on commit 8bcc855

Please sign in to comment.