Skip to content

Commit a129840

Browse files
committed
build: ⬆️ 升级依赖
1 parent 1f07fbd commit a129840

6 files changed

Lines changed: 2101 additions & 1853 deletions

File tree

package.json

Lines changed: 47 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"author": "hymbz",
66
"license": "AGPL-3.0-or-later",
77
"repository": "github:hymbz/ComicReadScript",
8+
"bugs": {
9+
"url": "https://github.com/hymbz/ComicReadScript/issues"
10+
},
11+
"main": "ComicReader.umd.js",
812
"scripts": {
913
"dev": "rollup --config --watch --environment NODE_ENV:development --configPlugin rollup-plugin-ts --configImportAttributesKey with",
1014
"build": "rollup --config --configPlugin rollup-plugin-ts --configImportAttributesKey with",
@@ -37,29 +41,29 @@
3741
"fast-deep-equal": "^3.1.3",
3842
"fflate": "^0.8.2",
3943
"file-type": "^21.0.0",
40-
"jsencrypt": "^3.3.2",
44+
"jsencrypt": "3.3.2",
4145
"jsqr": "^1.4.0",
4246
"libarchive.js": "2.0.2",
4347
"magic-bytes.js": "^1.12.1",
44-
"marked": "^16.1.2",
48+
"marked": "^16.3.0",
4549
"normalize.css": "^8.0.1",
4650
"pdfjs-dist": "^5.4.149",
47-
"protobufjs": "^7.5.3",
51+
"protobufjs": "^7.5.4",
4852
"pwa-install-handler": "^2.6.3",
49-
"solid-js": "^1.9.8",
53+
"solid-js": "^1.9.9",
5054
"water.css": "^2.1.1"
5155
},
5256
"devDependencies": {
5357
"@antfu/eslint-config": "latest",
54-
"@babel/core": "^7.28.0",
58+
"@babel/core": "^7.28.4",
5559
"@babel/plugin-proposal-import-attributes-to-assertions": "^7.27.1",
56-
"@babel/plugin-transform-runtime": "^7.28.0",
57-
"@babel/preset-env": "^7.28.0",
60+
"@babel/plugin-transform-runtime": "^7.28.3",
61+
"@babel/preset-env": "^7.28.3",
5862
"@babel/preset-typescript": "^7.27.1",
59-
"@babel/runtime": "^7.28.2",
60-
"@eslint/js": "^9.33.0",
63+
"@babel/runtime": "^7.28.4",
64+
"@eslint/js": "^9.36.0",
6165
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
62-
"@percy/cli": "^1.31.1",
66+
"@percy/cli": "^1.31.2",
6367
"@percy/playwright": "^1.0.9",
6468
"@prettier/plugin-oxc": "^0.0.4",
6569
"@release-it/conventional-changelog": "^10.0.1",
@@ -71,52 +75,52 @@
7175
"@rollup/plugin-replace": "^6.0.2",
7276
"@solidjs/router": "^0.15.3",
7377
"@storybook/test-runner": "^0.23.0",
74-
"@types/libarchive.js": "^1.3.4",
78+
"@types/libarchive.js": "^2.0.1",
7579
"@types/mocha": "^10.0.10",
76-
"@types/node": "^24.2.1",
80+
"@types/node": "^24.5.2",
7781
"@types/shelljs": "^0.8.17",
7882
"@types/wicg-file-system-access": "^2023.10.6",
7983
"@types/wicg-web-app-launch": "^2023.1.4",
80-
"@typescript-eslint/parser": "^8.39.0",
81-
"@vueless/storybook-dark-mode": "^9.0.6",
82-
"@wdio/cli": "^9.18.4",
83-
"@wdio/concise-reporter": "^9.18.0",
84-
"@wdio/firefox-profile-service": "^9.16.2",
84+
"@typescript-eslint/parser": "^8.44.0",
85+
"@vueless/storybook-dark-mode": "^9.0.8",
86+
"@wdio/cli": "^9.19.2",
87+
"@wdio/concise-reporter": "^9.19.2",
88+
"@wdio/firefox-profile-service": "^9.19.2",
8589
"@wdio/globals": "^9.17.0",
86-
"@wdio/local-runner": "^9.18.4",
87-
"@wdio/mocha-framework": "^9.18.0",
90+
"@wdio/local-runner": "^9.19.2",
91+
"@wdio/mocha-framework": "^9.19.2",
8892
"@wdio/visual-service": "^9.0.0",
8993
"autoprefixer": "^10.4.21",
90-
"axios": "^1.11.0",
91-
"babel-preset-solid": "^1.9.8",
92-
"cssnano": "^7.1.0",
93-
"eslint": "^9.33.0",
94+
"axios": "^1.12.2",
95+
"babel-preset-solid": "^1.9.9",
96+
"cssnano": "^7.1.1",
97+
"eslint": "^9.36.0",
9498
"eslint-config-prettier": "^10.1.8",
9599
"eslint-plugin-i18next": "^6.1.3",
96-
"eslint-plugin-jsdoc": "^52.0.4",
97-
"eslint-plugin-oxlint": "^1.11.1",
100+
"eslint-plugin-jsdoc": "^60.1.1",
101+
"eslint-plugin-oxlint": "^1.16.0",
98102
"eslint-plugin-solid": "^0.14.5",
99-
"fake-indexeddb": "^6.1.0",
103+
"fake-indexeddb": "^6.2.2",
100104
"image-meta": "^0.2.1",
101-
"jsdom": "^26.1.0",
102-
"oxlint": "^1.11.1",
103-
"playwright": "^1.54.2",
105+
"jsdom": "^27.0.0",
106+
"oxlint": "^1.16.0",
107+
"playwright": "^1.55.0",
104108
"postcss-import": "^16.1.1",
105109
"postcss-nesting": "^13.0.2",
106110
"prettier": "^3.6.2",
107111
"radash": "^12.1.1",
108-
"release-it": "^19.0.4",
112+
"release-it": "^19.0.5",
109113
"rfdc": "^1.4.1",
110-
"rollup": "^4.46.2",
114+
"rollup": "4.48.1",
111115
"rollup-plugin-dts": "^6.2.3",
112116
"rollup-plugin-styles": "^4.0.0",
113117
"rollup-plugin-ts": "^3.4.5",
114118
"rollup-plugin-watch-external": "^1.0.2",
115-
"serve": "^14.2.4",
119+
"serve": "^14.2.5",
116120
"shelljs": "^0.10.0",
117-
"storybook": "^9.1.1",
121+
"storybook": "^9.1.7",
118122
"storybook-solidjs-vite": "9.0.3",
119-
"stylelint": "^16.23.1",
123+
"stylelint": "^16.24.0",
120124
"stylelint-config-clean-order": "^7.0.0",
121125
"stylelint-config-standard": "^39.0.0",
122126
"stylelint-high-performance-animation": "^1.11.0",
@@ -126,26 +130,25 @@
126130
"sync-fetch": "^0.5.2",
127131
"terser": "^5.44.0",
128132
"tslib": "^2.8.1",
129-
"type-fest": "^4.41.0",
133+
"type-fest": "^5.0.1",
130134
"typescript": "^5.9.2",
131-
"typescript-eslint": "^8.39.0",
132-
"vite": "^7.1.1",
133-
"vite-plugin-pwa": "^1.0.2",
135+
"typescript-eslint": "^8.44.0",
136+
"vite": "^7.1.7",
137+
"vite-plugin-pwa": "^1.0.3",
134138
"vite-plugin-solid": "^2.11.8",
135139
"vite-tsconfig-paths": "^5.1.4",
136140
"vitepress": "1.6.4",
137141
"vitest": "^3.2.4",
138-
"wdio-vscode-service": "^6.1.3",
139-
"xo": "^1.2.1"
142+
"wdio-vscode-service": "^6.1.4",
143+
"xo": "^1.2.2"
140144
},
141145
"pnpm": {
142146
"neverBuiltDependencies": []
143147
},
144148
"files": [
145-
"dist",
146-
"public",
147-
"src/helper/other.ts",
148149
"ComicRead.user.js",
149-
"ComicRead-AdGuard.user.js"
150+
"ComicRead-AdGuard.user.js",
151+
"ComicReader.umd.js",
152+
"ComicReader.umd.d.ts"
150153
]
151154
}

0 commit comments

Comments
 (0)