Skip to content

Commit c6b8061

Browse files
committed
[migrate] upgrade to Marked 17, Git utility 0.3 & other latest Upstream packages
1 parent d916103 commit c6b8061

File tree

2 files changed

+1492
-1504
lines changed

2 files changed

+1492
-1504
lines changed

package.json

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
"@emotion/styled": "^11.14.1",
1414
"@giscus/react": "^3.1.0",
1515
"@koa/bodyparser": "^6.0.0",
16-
"@mui/lab": "^7.0.1-beta.18",
17-
"@mui/material": "^7.3.4",
18-
"@mui/material-nextjs": "^7.3.3",
16+
"@mui/lab": "^7.0.1-beta.20",
17+
"@mui/material": "^7.3.6",
18+
"@mui/material-nextjs": "^7.3.6",
1919
"@passwordless-id/webauthn": "^2.3.1",
20-
"@sentry/nextjs": "^10.22.0",
21-
"file-type": "^21.0.0",
20+
"@sentry/nextjs": "^10.30.0",
21+
"file-type": "^21.1.1",
2222
"idb-keyval": "^6.2.2",
23-
"jsonwebtoken": "^9.0.2",
23+
"jsonwebtoken": "^9.0.3",
2424
"koa": "^3.1.1",
2525
"koa-jwt": "^4.0.4",
2626
"koajax": "^3.1.2",
2727
"lodash.debounce": "^4.0.8",
28-
"marked": "^16.4.1",
28+
"marked": "^17.0.1",
2929
"mime": "^4.1.0",
3030
"mobx": "^6.15.0",
3131
"mobx-github": "^0.6.2",
@@ -34,50 +34,49 @@
3434
"mobx-react": "^9.2.1",
3535
"mobx-react-helper": "^0.5.1",
3636
"mobx-restful": "^2.1.4",
37-
"next": "^16.0.1",
37+
"next": "^16.0.10",
3838
"next-pwa": "~5.6.0",
3939
"next-ssr-middleware": "^1.0.3",
40-
"react": "^19.2.0",
41-
"react-dom": "^19.2.0",
40+
"react": "^19.2.3",
41+
"react-dom": "^19.2.3",
4242
"web-utility": "^4.6.4",
43-
"webpack": "^5.102.1"
43+
"webpack": "^5.103.0"
4444
},
4545
"devDependencies": {
4646
"@babel/plugin-proposal-decorators": "^7.28.0",
4747
"@babel/plugin-transform-typescript": "^7.28.5",
4848
"@babel/preset-react": "^7.28.5",
49-
"@cspell/eslint-plugin": "^9.2.2",
50-
"@eslint/compat": "^1.4.1",
51-
"@eslint/js": "^9.39.0",
49+
"@cspell/eslint-plugin": "^9.4.0",
50+
"@eslint/js": "^9.39.2",
5251
"@idea2app/data-server": "^1.0.0-rc.9",
53-
"@next/eslint-plugin-next": "^16.0.1",
54-
"@stylistic/eslint-plugin": "^5.5.0",
55-
"@tailwindcss/postcss": "^4.1.16",
52+
"@next/eslint-plugin-next": "^16.0.10",
53+
"@stylistic/eslint-plugin": "^5.6.1",
54+
"@tailwindcss/postcss": "^4.1.18",
5655
"@tailwindcss/typography": "^0.5.19",
5756
"@types/eslint-config-prettier": "^6.11.3",
5857
"@types/jsonwebtoken": "^9.0.10",
5958
"@types/koa": "^3.0.1",
6059
"@types/lodash.debounce": "^4.0.9",
6160
"@types/next-pwa": "^5.6.9",
62-
"@types/node": "^22.18.13",
63-
"@types/react": "^19.2.2",
64-
"eslint": "^9.39.0",
65-
"eslint-config-next": "^16.0.1",
61+
"@types/node": "^22.19.2",
62+
"@types/react": "^19.2.7",
63+
"eslint": "^9.39.2",
64+
"eslint-config-next": "^16.0.10",
6665
"eslint-config-prettier": "^10.1.8",
6766
"eslint-plugin-react": "^7.37.5",
6867
"eslint-plugin-simple-import-sort": "^12.1.1",
69-
"git-utility": "^0.2.0",
70-
"globals": "^16.4.0",
68+
"git-utility": "^0.3.0",
69+
"globals": "^16.5.0",
7170
"husky": "^9.1.7",
7271
"jiti": "^2.6.1",
73-
"lint-staged": "^16.2.6",
72+
"lint-staged": "^16.2.7",
7473
"postcss": "^8.5.6",
75-
"prettier": "^3.6.2",
74+
"prettier": "^3.7.4",
7675
"prettier-plugin-css-order": "^2.1.2",
77-
"prettier-plugin-tailwindcss": "^0.7.1",
78-
"tailwindcss": "^4.1.16",
76+
"prettier-plugin-tailwindcss": "^0.7.2",
77+
"tailwindcss": "^4.1.18",
7978
"typescript": "~5.9.3",
80-
"typescript-eslint": "^8.46.2"
79+
"typescript-eslint": "^8.49.0"
8180
},
8281
"resolutions": {
8382
"mobx-github": "$mobx-github",

0 commit comments

Comments
 (0)