Skip to content

Commit d7e08af

Browse files
committed
[fix] invalid Navigator links
[optimize] update Upstream packages
1 parent df02902 commit d7e08af

File tree

3 files changed

+65
-61
lines changed

3 files changed

+65
-61
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"boot-cell": "^2.0.0-beta.29",
2121
"browser-unhandled-rejection": "^1.0.2",
22-
"cell-router": "^3.0.0-rc.7",
22+
"cell-router": "^3.0.0-rc.8",
2323
"classnames": "^2.5.1",
2424
"dom-renderer": "^2.1.8",
2525
"koajax": "^1.1.2",
@@ -33,14 +33,14 @@
3333
"@parcel/transformer-less": "2.12.0",
3434
"@parcel/transformer-typescript-tsc": "~2.12.0",
3535
"@parcel/transformer-webmanifest": "~2.12.0",
36-
"@types/node": "^18.19.36",
36+
"@types/node": "^18.19.37",
3737
"husky": "^9.0.11",
3838
"lint-staged": "^15.2.7",
3939
"parcel": "~2.12.0",
4040
"postcss": "^8.4.38",
4141
"postcss-modules": "^4.3.1",
4242
"prettier": "^3.3.2",
43-
"typescript": "~5.4.5",
43+
"typescript": "~5.5.2",
4444
"workbox-cli": "^7.1.0"
4545
}
4646
}

pnpm-lock.yaml

+56-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/data/navigator-menu.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const topMenu: NavMenu[] = [
1010
{
1111
title: '中文讨论',
1212
target: '_blank',
13-
href: 'https://github.com/JSCIG/es-discuss/discussions',
13+
href: 'https://github.com/orgs/JSCIG/discussions',
1414
},
1515
{ title: '开放组织', target: '_blank', href: 'https://github.com/JSCIG' },
1616
{
@@ -43,7 +43,11 @@ export const topMenu: NavMenu[] = [
4343
target: '_blank',
4444
href: 'https://compat-table.github.io/compat-table/es6/',
4545
},
46-
{ title: 'ES 6 学习', target: '_blank', href: 'http://es6-features.org/' },
46+
{
47+
title: 'ES 6 学习',
48+
target: '_blank',
49+
href: 'https://rse.github.io/es6-features/',
50+
},
4751
{ title: '技术委员会', target: '_blank', href: 'https://tc39.es/' },
4852
{
4953
title: '标准补丁',

0 commit comments

Comments
 (0)