Skip to content

Commit d9c5ebb

Browse files
authored
Implement code changes to enhance functionality and improve performance (#364)
2 parents e7ce6f5 + 404f5ae commit d9c5ebb

File tree

2 files changed

+694
-871
lines changed

2 files changed

+694
-871
lines changed

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"@leanup/form": "1.3.54",
4343
"@mdx-js/react": "3.1.0",
4444
"@monaco-editor/react": "4.7.0",
45-
"@public-ui/components": "3.0.1",
46-
"@public-ui/react": "3.0.0-rc.7",
47-
"@public-ui/theme-default": "3.0.0-rc.7",
45+
"@public-ui/components": "3.0.3",
46+
"@public-ui/react": "3.0.3",
47+
"@public-ui/theme-default": "3.0.3",
4848
"classnames": "2.5.1",
4949
"docusaurus-lunr-search": "3.6.1",
50-
"mermaid": "11.9.0",
50+
"mermaid": "11.10.0",
5151
"prettier": "2.8.8",
5252
"react": "19.1.1",
5353
"react-dom": "19.1.1",
@@ -64,32 +64,31 @@
6464
"@eslint/eslintrc": "3.3.1",
6565
"@eslint/js": "9.33.0",
6666
"@tsconfig/docusaurus": "2.0.3",
67-
"@types/node": "22.17.2",
67+
"@types/node": "24.3.0",
6868
"@types/prettier": "2.7.3",
6969
"@types/react": "19.1.10",
70-
"@typescript-eslint/eslint-plugin": "8.39.1",
71-
"@typescript-eslint/parser": "8.39.1",
72-
"adopted-style-sheets": "1.1.8",
70+
"@typescript-eslint/eslint-plugin": "8.40.0",
71+
"@typescript-eslint/parser": "8.40.0",
72+
"adopted-style-sheets": "1.1.9-rc.20",
7373
"autoprefixer": "10.4.21",
74-
"cpy-cli": "5.0.0",
75-
"depcheck": "1.4.7",
74+
"cpy-cli": "6.0.0",
7675
"docusaurus-plugin-sass": "0.2.6",
7776
"eslint": "9.33.0",
7877
"eslint-plugin-jsx-a11y": "6.10.2",
7978
"eslint-plugin-mdx": "3.6.2",
8079
"eslint-plugin-react": "7.37.5",
8180
"html-minifier-terser": "7.2.0",
82-
"knip": "5.62.0",
81+
"knip": "5.63.0",
8382
"lunr": "2.3.9",
8483
"npm-check-updates": "18.0.2",
85-
"npm-run-all2": "7.0.2",
84+
"npm-run-all2": "8.0.4",
8685
"postcss": "8.5.6",
8786
"prism-react-renderer": "2.4.1",
8887
"prop-types": "15.8.1",
8988
"rimraf": "3.0.2",
9089
"sass": "1.90.0",
9190
"tailwindcss": "3.4.17",
92-
"typescript": "5.8.3"
91+
"typescript": "5.9.2"
9392
},
9493
"browserslist": {
9594
"production": [

0 commit comments

Comments
 (0)