Skip to content

Commit

Permalink
[fix] invalid Navigator links
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Jun 20, 2024
1 parent df02902 commit d7e08af
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 61 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"boot-cell": "^2.0.0-beta.29",
"browser-unhandled-rejection": "^1.0.2",
"cell-router": "^3.0.0-rc.7",
"cell-router": "^3.0.0-rc.8",
"classnames": "^2.5.1",
"dom-renderer": "^2.1.8",
"koajax": "^1.1.2",
Expand All @@ -33,14 +33,14 @@
"@parcel/transformer-less": "2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-webmanifest": "~2.12.0",
"@types/node": "^18.19.36",
"@types/node": "^18.19.37",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"parcel": "~2.12.0",
"postcss": "^8.4.38",
"postcss-modules": "^4.3.1",
"prettier": "^3.3.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"workbox-cli": "^7.1.0"
}
}
112 changes: 56 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions source/data/navigator-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const topMenu: NavMenu[] = [
{
title: '中文讨论',
target: '_blank',
href: 'https://github.com/JSCIG/es-discuss/discussions',
href: 'https://github.com/orgs/JSCIG/discussions',
},
{ title: '开放组织', target: '_blank', href: 'https://github.com/JSCIG' },
{
Expand Down Expand Up @@ -43,7 +43,11 @@ export const topMenu: NavMenu[] = [
target: '_blank',
href: 'https://compat-table.github.io/compat-table/es6/',
},
{ title: 'ES 6 学习', target: '_blank', href: 'http://es6-features.org/' },
{
title: 'ES 6 学习',
target: '_blank',
href: 'https://rse.github.io/es6-features/',
},
{ title: '技术委员会', target: '_blank', href: 'https://tc39.es/' },
{
title: '标准补丁',
Expand Down

1 comment on commit d7e08af

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for jscig ready!

✅ Preview
https://jscig-g4s1yxxau-techquerys-projects.vercel.app

Built with commit d7e08af.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.