Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 28, 2023
1 parent e8cd859 commit 8efaa21
Show file tree
Hide file tree
Showing 2 changed files with 197 additions and 233 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -29,9 +29,9 @@
"unit": "NODE_ENV=test uvu test .test.js"
},
"dependencies": {
"caniuse-lite": "^1.0.30001480",
"electron-to-chromium": "^1.4.365",
"node-releases": "^2.0.10",
"caniuse-lite": "^1.0.30001489",
"electron-to-chromium": "^1.4.411",
"node-releases": "^2.0.12",
"update-browserslist-db": "^1.0.11"
},
"engines": {
Expand All @@ -42,16 +42,16 @@
},
"types": "./index.d.ts",
"devDependencies": {
"@logux/eslint-config": "^49.0.0",
"@logux/eslint-config": "^50.0.0",
"@size-limit/preset-small-lib": "^8.2.4",
"c8": "^7.13.0",
"clean-publish": "^4.2.0",
"cross-spawn": "^7.0.3",
"eslint": "^8.38.0",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^11.1.1",
Expand All @@ -77,7 +77,7 @@
"size-limit": [
{
"path": "index.js",
"limit": "16 KB"
"limit": "17 KB"
}
],
"eslintConfig": {
Expand Down

0 comments on commit 8efaa21

Please sign in to comment.