Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 23, 2023
1 parent 250ae0b commit 7a5cd91
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 571 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Simple and tiny event emitter library for JavaScript.

* Only **130 bytes** (minified and gzipped).
* Only **107 bytes** (minified and brotlied).
It uses [Size Limit] to control size.
* The `on` method returns `unbind` function. You don’t need to save
callback to variable for `removeListener`.
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nanoevents",
"version": "8.0.0",
"description": "Simple and tiny (130 bytes) event emitter library",
"description": "Simple and tiny (107 bytes) event emitter library",
"keywords": [
"EventEmitter",
"Events",
Expand Down Expand Up @@ -35,29 +35,29 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@logux/eslint-config": "^51.0.0",
"@size-limit/preset-small-lib": "^8.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@logux/eslint-config": "^52.0.2",
"@size-limit/preset-small-lib": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"benchmark": "^2.1.4",
"c8": "^8.0.0",
"c8": "^8.0.1",
"check-dts": "^0.7.2",
"clean-publish": "^4.2.0",
"eslint": "^8.44.0",
"eslint": "^8.54.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"size-limit": "^8.2.6",
"size-limit": "^11.0.0",
"tsm": "^2.3.0",
"typescript": "^5.1.6",
"typescript": "^5.3.2",
"uvu": "^0.5.6"
},
"size-limit": [
{
"import": "{ createNanoEvents }",
"limit": "124 B"
"limit": "107 B"
}
],
"prettier": {
Expand Down
Loading

0 comments on commit 7a5cd91

Please sign in to comment.