Skip to content

Commit 505fe31

Browse files
committed
[fix] ignore Download links
[optimize] update Upstream packages
1 parent b36d366 commit 505fe31

File tree

3 files changed

+326
-316
lines changed

3 files changed

+326
-316
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cell-router",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"license": "LGPL-3.0",
55
"description": "Web Component Router based on WebCell & MobX",
66
"keywords": [
@@ -25,12 +25,12 @@
2525
"module": "dist/index.esm.js",
2626
"dependencies": {
2727
"@swc/helpers": "^0.5.15",
28-
"dom-renderer": "^2.6.1",
28+
"dom-renderer": "^2.6.2",
2929
"mobx": "^6.13.6",
3030
"regenerator-runtime": "^0.14.1",
3131
"urlpattern-polyfill": "^10.0.0",
3232
"web-cell": "^3.0.3",
33-
"web-utility": "^4.4.2"
33+
"web-utility": "^4.4.3"
3434
},
3535
"devDependencies": {
3636
"@parcel/config-default": "~2.13.3",
@@ -41,22 +41,22 @@
4141
"@types/jest": "^29.5.14",
4242
"cross-env": "^7.0.3",
4343
"dotenv": "^16.4.7",
44-
"element-internals-polyfill": "^1.3.13",
44+
"element-internals-polyfill": "^3.0.1",
4545
"fs-match": "^1.7.3",
4646
"husky": "^9.1.7",
4747
"jest": "^29.7.0",
4848
"jest-environment-jsdom": "^29.7.0",
4949
"koapache": "^2.2.2",
5050
"lint-staged": "^15.4.3",
5151
"parcel": "~2.13.3",
52-
"prettier": "^3.5.1",
52+
"prettier": "^3.5.3",
5353
"process": "^0.11.10",
54-
"puppeteer-core": "^24.2.1",
54+
"puppeteer-core": "^24.4.0",
5555
"rimraf": "^6.0.1",
56-
"ts-jest": "^29.2.5",
57-
"typedoc": "^0.27.7",
58-
"typedoc-plugin-mdn-links": "^4.0.13",
59-
"typescript": "~5.7.3"
56+
"ts-jest": "^29.2.6",
57+
"typedoc": "^0.27.9",
58+
"typedoc-plugin-mdn-links": "^5.0.1",
59+
"typescript": "~5.8.2"
6060
},
6161
"scripts": {
6262
"prepare": "husky && app-find chrome msedge firefox -c",

0 commit comments

Comments
 (0)