Skip to content

Commit 1fcc2fe

Browse files
committed
Update dependencies
1 parent bceb1da commit 1fcc2fe

File tree

6 files changed

+1626
-1773
lines changed

6 files changed

+1626
-1773
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.size-limit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"name": "Home",
44
"path": ["dist/index.html", "dist/assets/*", "!dist/assets/*.ico"],
5-
"limit": "320 KB"
5+
"limit": "310 KB"
66
},
77
{
88
"name": "API",
@@ -11,6 +11,6 @@
1111
"dist/api/assets/*",
1212
"!dist/api/assets/*.ico"
1313
],
14-
"limit": "340 KB"
14+
"limit": "280 KB"
1515
}
1616
]

eslint.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import loguxConfig from '@logux/eslint-config'
2+
3+
/** @type {import('eslint').Linter.Config[]} */
4+
export default [{ ignores: ['dist/', 'design/'] }, ...loguxConfig]

package.json

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,47 +19,41 @@
1919
"start:build": "serve dist"
2020
},
2121
"dependencies": {
22-
"@types/node": "^20.10.3",
23-
"autoprefixer": "^10.4.16",
24-
"globby": "^14.0.0",
22+
"@types/node": "^22.7.4",
23+
"autoprefixer": "^10.4.20",
24+
"globby": "^14.0.2",
2525
"jstransformer-lowlight": "^0.1.0",
26-
"postcss": "^8.4.32",
26+
"postcss": "^8.4.47",
2727
"postcss-hexrgba": "^2.1.0",
2828
"postcss-media-minmax": "^5.0.0",
29-
"postcss-nested": "^6.0.1",
29+
"postcss-nested": "^6.2.0",
3030
"rehype-highlight": "^7.0.0",
3131
"rehype-raw": "^7.0.0",
32-
"rehype-stringify": "^10.0.0",
32+
"rehype-stringify": "^10.0.1",
3333
"remark-gfm": "^4.0.0",
34-
"remark-highlight.js": "^7.0.1",
34+
"remark-highlight.js": "^8.0.0",
3535
"remark-html": "^16.0.1",
3636
"remark-parse": "^11.0.0",
37-
"remark-rehype": "^11.0.0",
37+
"remark-rehype": "^11.1.1",
3838
"typedoc": "^0.24.8",
3939
"typescript": "~5.0.4",
40-
"unified": "^11.0.4",
40+
"unified": "^11.0.5",
4141
"unist-util-visit": "^5.0.0",
42-
"vite": "^5.0.13",
42+
"vite": "^5.4.8",
4343
"vite-plugin-pug-transformer": "^1.0.5"
4444
},
4545
"devDependencies": {
46-
"@logux/eslint-config": "^52.0.2",
47-
"@logux/stylelint-config": "^0.16.0",
48-
"@size-limit/file": "^11.0.0",
49-
"eslint": "^8.55.0",
50-
"eslint-config-standard": "^17.1.0",
51-
"eslint-plugin-import": "^2.29.0",
52-
"eslint-plugin-n": "^16.3.1",
53-
"eslint-plugin-node-imports": "^1.0.2",
54-
"eslint-plugin-prefer-let": "^3.0.1",
55-
"eslint-plugin-promise": "^6.1.1",
56-
"highlight.js": "^11.9.0",
46+
"@logux/eslint-config": "^53.4.0",
47+
"@logux/stylelint-config": "^0.20.0",
48+
"@size-limit/file": "^11.1.6",
49+
"eslint": "^9.11.1",
50+
"highlight.js": "^11.10.0",
5751
"nano-staged": "^0.8.0",
58-
"serve": "^14.2.1",
59-
"simple-git-hooks": "^2.9.0",
60-
"size-limit": "^11.0.0",
61-
"stylelint": "^15.11.0",
62-
"svgo": "^3.0.5"
52+
"serve": "^14.2.3",
53+
"simple-git-hooks": "^2.11.1",
54+
"size-limit": "^11.1.6",
55+
"stylelint": "^16.9.0",
56+
"svgo": "^3.3.2"
6357
},
6458
"engines": {
6559
"node": "^22.0.0"

0 commit comments

Comments
 (0)