Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 12, 2023
1 parent 640a7ab commit 510ff6b
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 82 deletions.
12 changes: 7 additions & 5 deletions package.json
Expand Up @@ -29,8 +29,8 @@
"unit": "NODE_ENV=test uvu test .test.js"
},
"dependencies": {
"caniuse-lite": "^1.0.30001489",
"electron-to-chromium": "^1.4.411",
"caniuse-lite": "^1.0.30001502",
"electron-to-chromium": "^1.4.428",
"node-releases": "^2.0.12",
"update-browserslist-db": "^1.0.11"
},
Expand All @@ -42,16 +42,17 @@
},
"types": "./index.d.ts",
"devDependencies": {
"@logux/eslint-config": "^50.0.0",
"@logux/eslint-config": "^51.0.0",
"@size-limit/preset-small-lib": "^8.2.4",
"c8": "^7.14.0",
"clean-publish": "^4.2.0",
"cross-spawn": "^7.0.3",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.0.0",
"eslint": "^8.42.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-perfectionist": "^1.1.2",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^11.1.1",
Expand Down Expand Up @@ -89,6 +90,7 @@
"plugin:es5/no-es2015"
],
"rules": {
"perfectionist/sort-objects": "off",
"prefer-let/prefer-let": "off",
"prefer-arrow-callback": "off",
"n/global-require": "off",
Expand Down

0 comments on commit 510ff6b

Please sign in to comment.