Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed May 22, 2023
1 parent 0940a50 commit 218a5d2
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 79 deletions.
2 changes: 1 addition & 1 deletion dist/contodo.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var defaultCSS = ".contodo{position:inherit;display:block;font-family:monospace;
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.4.4
* @version 0.4.5
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/contodo.esm.min.js

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

2 changes: 1 addition & 1 deletion dist/contodo.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var ConTodo = (function () {
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.4.4
* @version 0.4.5
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/contodo.iife.min.js

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

2 changes: 1 addition & 1 deletion dist/no-style/contodo-no-style.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const isIdentifier = (str) => {
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.4.4
* @version 0.4.5
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/no-style/contodo-no-style.esm.min.js

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

2 changes: 1 addition & 1 deletion dist/no-style/contodo-no-style.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var ConTodo = (function () {
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.4.4
* @version 0.4.5
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/no-style/contodo-no-style.iife.min.js

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

119 changes: 54 additions & 65 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contodo",
"version": "0.4.4",
"version": "0.4.5",
"description": "HTML Console. Let's you output your browser console to a document node.",
"browser": "./dist/contodo.esm.js",
"exports": {
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"homepage": "https://github.com/UmamiAppearance/contodo#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-terser": "^0.4.3",
"clean-css": "^5.3.2",
"eslint": "^8.40.0",
"eslint": "^8.41.0",
"http-server": "^14.1.1",
"no-bro-cote": "^0.2.17",
"remembrance": "^0.2.0",
"rollup": "^3.21.8",
"remembrance": "^0.3.0",
"rollup": "^3.23.0",
"rollup-plugin-import-manager": "^0.6.2",
"rollup-plugin-your-function": "^0.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion src/contodo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* [contodo]{@link https://github.com/UmamiAppearance/contodo}
*
* @version 0.4.4
* @version 0.4.5
* @author UmamiAppearance [[email protected]]
* @license MIT
*/
Expand Down

0 comments on commit 218a5d2

Please sign in to comment.