Skip to content

Commit 114e99b

Browse files
committed
[fix] Duplicated JSX keys in Array Field component
[optimize] upgrade to MobX 7, MobX-GitHub 0.7 & other latest Upstream packages
1 parent b2c3d66 commit 114e99b

7 files changed

Lines changed: 1141 additions & 1215 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,36 @@
1414
"dependencies": {
1515
"class-variance-authority": "^0.7.1",
1616
"clsx": "^2.1.1",
17-
"edkit": "^1.2.7",
17+
"edkit": "^1.3.1",
1818
"lodash.debounce": "^4.0.8",
19-
"lucide-react": "^1.23.0",
20-
"mobx": "^6.16.1",
19+
"lucide-react": "^1.27.0",
20+
"mobx": ">=6",
2121
"mobx-i18n": "^0.7.5",
22-
"mobx-react": "^9.2.2",
22+
"mobx-react": ">=9",
2323
"mobx-react-helper": "^0.5.1",
2424
"mobx-restful": "^2.1.4",
25-
"next": "^16.2.10",
26-
"radix-ui": "^1.6.1",
27-
"react": "^19.2.7",
28-
"react-dom": "^19.2.7",
25+
"next": "^16.2.12",
26+
"radix-ui": "^1.6.7",
27+
"react": "^19.2.8",
28+
"react-dom": "^19.2.8",
2929
"tailwind-merge": "^3.6.0",
3030
"tw-animate-css": "^1.4.0",
3131
"web-utility": "^4.7.2"
3232
},
3333
"devDependencies": {
34-
"@biomejs/biome": "^2.5.2",
34+
"@biomejs/biome": "^2.5.6",
3535
"@octokit/openapi-types": "^27.0.0",
36-
"@tailwindcss/postcss": "^4.3.2",
36+
"@tailwindcss/postcss": "^4.3.3",
3737
"@types/lodash.debounce": "^4.0.9",
38-
"@types/node": "^24.13.2",
38+
"@types/node": "^24.13.3",
3939
"@types/react": "^19.2.17",
4040
"@types/react-dom": "^19.2.3",
4141
"husky": "^9.1.7",
42-
"lint-staged": "^17.0.8",
43-
"mobx-github": "^0.6.2",
44-
"shadcn": "^4.13.0",
42+
"lint-staged": "^17.2.0",
43+
"mobx-github": "^0.7.0",
44+
"shadcn": "^4.16.0",
4545
"shadcn-helper": "^0.5.9",
46-
"tailwindcss": "^4.3.2",
46+
"tailwindcss": "^4.3.3",
4747
"typescript": "~5.9.3"
4848
},
4949
"lint-staged": {

0 commit comments

Comments
 (0)