Skip to content

Commit 78c9cb1

Browse files
committed
Update linters
1 parent f30ad19 commit 78c9cb1

File tree

2 files changed

+899
-618
lines changed

2 files changed

+899
-618
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"start:build": "serve dist"
2020
},
2121
"dependencies": {
22-
"@types/node": "^20.4.7",
23-
"autoprefixer": "^10.4.14",
22+
"@types/node": "^20.10.3",
23+
"autoprefixer": "^10.4.16",
2424
"globby": "^13.2.2",
2525
"jstransformer-lowlight": "^0.1.0",
26-
"postcss": "^8.4.31",
26+
"postcss": "^8.4.32",
2727
"postcss-hexrgba": "^2.1.0",
2828
"postcss-media-minmax": "^5.0.0",
2929
"postcss-nested": "^6.0.1",
@@ -39,26 +39,27 @@
3939
"typescript": "~5.0.4",
4040
"unified": "^10.1.2",
4141
"unist-util-visit": "^5.0.0",
42-
"vite": "^4.4.12",
43-
"vite-plugin-pug-transformer": "^1.0.3"
42+
"vite": "^5.0.5",
43+
"vite-plugin-pug-transformer": "^1.0.5"
4444
},
4545
"devDependencies": {
46-
"@logux/eslint-config": "^51.0.1",
46+
"@logux/eslint-config": "^52.0.2",
4747
"@logux/stylelint-config": "^0.16.0",
48-
"@size-limit/file": "^8.2.6",
49-
"eslint": "^8.46.0",
48+
"@size-limit/file": "^11.0.0",
49+
"eslint": "^8.55.0",
5050
"eslint-config-standard": "^17.1.0",
51-
"eslint-plugin-import": "^2.28.0",
52-
"eslint-plugin-n": "^16.0.1",
51+
"eslint-plugin-import": "^2.29.0",
52+
"eslint-plugin-n": "^16.3.1",
53+
"eslint-plugin-node-imports": "^1.0.2",
5354
"eslint-plugin-prefer-let": "^3.0.1",
5455
"eslint-plugin-promise": "^6.1.1",
55-
"highlight.js": "^11.8.0",
56+
"highlight.js": "^11.9.0",
5657
"nano-staged": "^0.8.0",
57-
"serve": "^14.2.0",
58+
"serve": "^14.2.1",
5859
"simple-git-hooks": "^2.9.0",
59-
"size-limit": "^8.2.6",
60-
"stylelint": "^15.10.2",
61-
"svgo": "^3.0.2"
60+
"size-limit": "^11.0.0",
61+
"stylelint": "^15.11.0",
62+
"svgo": "^3.0.5"
6263
},
6364
"engines": {
6465
"node": "^20.0.0"

0 commit comments

Comments
 (0)