Skip to content

Commit b35e636

Browse files
committed
fix(ui): provide production peer dependencies
1 parent cc36133 commit b35e636

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@
2323
"@maintainerr/contracts": "workspace:^",
2424
"@monaco-editor/react": "^4.7.0",
2525
"@tanstack/react-query": "^5.100.11",
26+
"@types/react": "^19.2.15",
27+
"@types/react-dom": "^19.2.3",
2628
"axios": "^1.16.1",
2729
"bowser": "^2.14.1",
2830
"clsx": "^2.1.1",
2931
"compare-versions": "^6.1.1",
3032
"cron-validator": "^1.4.0",
3133
"konva": "^10.3.0",
3234
"lodash-es": "^4.18.1",
35+
"monaco-editor": "0.55.1",
3336
"react": "^19.2.6",
3437
"react-dom": "^19.2.6",
3538
"react-hook-form": "^7.76.0",
@@ -61,8 +64,6 @@
6164
"@testing-library/react": "^16.3.2",
6265
"@types/lodash-es": "^4.17.12",
6366
"@types/node": "^22",
64-
"@types/react": "^19.2.15",
65-
"@types/react-dom": "^19.2.3",
6667
"@typescript-eslint/eslint-plugin": "^8.59.4",
6768
"@typescript-eslint/parser": "^8.59.4",
6869
"@vitejs/plugin-react": "^6.0.2",
@@ -72,7 +73,6 @@
7273
"eslint-plugin-react": "^7.37.5",
7374
"eslint-plugin-react-hooks": "^7.1.1",
7475
"jsdom": "^29.1.1",
75-
"monaco-editor": "0.55.1",
7676
"postcss": "^8.5.15",
7777
"prettier": "^3.8.3",
7878
"prettier-plugin-tailwindcss": "^0.8.0",

0 commit comments

Comments
 (0)