Skip to content

Commit 4ad9f72

Browse files
committed
Update dependencies
1 parent f6fa524 commit 4ad9f72

File tree

3 files changed

+252
-207
lines changed

3 files changed

+252
-207
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
jobs:
68
full:

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
},
4141
"dependencies": {
4242
"browserslist": "^4.20.2",
43-
"caniuse-lite": "^1.0.30001317",
43+
"caniuse-lite": "^1.0.30001332",
4444
"fraction.js": "^4.2.0",
4545
"normalize-range": "^0.1.2",
4646
"picocolors": "^1.0.0",
4747
"postcss-value-parser": "^4.2.0"
4848
},
4949
"devDependencies": {
50-
"@logux/eslint-config": "^46.1.1",
50+
"@logux/eslint-config": "^47.0.0",
5151
"@size-limit/preset-small-lib": "7.0.8",
52-
"c8": "^7.11.0",
52+
"c8": "^7.11.2",
5353
"clean-publish": "^4.0.0",
54-
"eslint": "^8.11.0",
55-
"eslint-config-standard": "^16.0.3",
56-
"eslint-plugin-import": "^2.25.4",
57-
"eslint-plugin-node": "^11.1.0",
54+
"eslint": "^8.14.0",
55+
"eslint-config-standard": "^17.0.0",
56+
"eslint-plugin-import": "^2.26.0",
57+
"eslint-plugin-n": "^15.1.0",
5858
"eslint-plugin-prefer-let": "^3.0.1",
5959
"eslint-plugin-promise": "^6.0.0",
6060
"nanospy": "^0.5.0",
@@ -89,7 +89,7 @@
8989
"bin/autoprefixer"
9090
],
9191
"rules": {
92-
"node/global-require": "off"
92+
"n/global-require": "off"
9393
}
9494
},
9595
{

0 commit comments

Comments
 (0)