Skip to content

Commit 1f96469

Browse files
committed
chore(FR-1649): apply pnpm git branch lockfiles to the webui
1 parent c752c1e commit 1f96469

File tree

5 files changed

+484
-335
lines changed

5 files changed

+484
-335
lines changed

.husky/pre-push

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm install --merge-git-branch-lockfiles

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git-branch-lockfile=true

packages/backend.ai-ui/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,11 @@
9696
"relay-runtime": "^20.1.1"
9797
},
9898
"dependencies": {
99-
"@ant-design/icons": "^5.6.1",
10099
"@dnd-kit/core": "^6.3.1",
101100
"@dnd-kit/modifiers": "^9.0.0",
102101
"@dnd-kit/sortable": "^10.0.0",
103102
"@dnd-kit/utilities": "^3.2.2",
104103
"@tanstack/react-query": "^5.69.0",
105-
"ahooks": "^3.9.5",
106104
"big.js": "^7.0.1",
107105
"classnames": "^2.5.1",
108106
"dayjs": "^1.11.18",
@@ -132,7 +130,7 @@
132130
"@types/react-resizable": "^3.0.8",
133131
"@types/relay-runtime": "^19.0.3",
134132
"@types/relay-test-utils": "^19.0.0",
135-
"@vitejs/plugin-react": "^4.5.0",
133+
"@vitejs/plugin-react": "^5.1.0",
136134
"babel-plugin-react-compiler": "^1.0.0",
137135
"eslint": "^8.57.0",
138136
"eslint-plugin-import": "^2.31.0",
@@ -147,10 +145,10 @@
147145
"storybook": "^9.1.1",
148146
"ts-jest": "^29.2.5",
149147
"typescript": "^5.8.2",
150-
"vite": "^6.3.5",
148+
"vite": "^7.1.12",
151149
"vite-plugin-dts": "^4.5.4",
152-
"vite-plugin-relay-lite": "^0.11.0",
153-
"vite-plugin-svgr": "^4.3.0"
150+
"vite-plugin-relay-lite": "^0.12.0",
151+
"vite-plugin-svgr": "^4.5.0"
154152
},
155153
"type": "module",
156154
"jest": {

0 commit comments

Comments
 (0)