Skip to content

Commit 1aa155c

Browse files
committed
feat(FR-1223): deploy to npm as backend.ai-ui
1 parent 3a6fd82 commit 1aa155c

File tree

4 files changed

+198
-185
lines changed

4 files changed

+198
-185
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"pwa-helpers": "^0.9.1",
163163
"redux": "^5.0.1",
164164
"redux-thunk": "^3.1.0",
165-
"relay-compiler": "^18.1.0",
165+
"relay-compiler": "^19.0.0",
166166
"rollup": "^4.20.0",
167167
"rollup-plugin-workbox": "^8.1.0",
168168
"serve": "^14.2.3",

packages/backend.ai-ui/package.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"name": "backend.ai-ui",
3-
"version": "1.0.0",
4-
"private": true,
5-
"description": "Shared UI components for Backend.AI",
3+
"version": "0.0.1",
4+
"description": "React components for Backend.AI",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/lablup/backend.ai-webui/tree/main/packages/backend.ai-ui"
8+
},
9+
"bugs": {
10+
"url": "https://github.com/lablup/backend.ai-webui/issues"
11+
},
12+
"author": "Lablup Inc. <[email protected]>",
13+
"license": "LGPL-3.0-or-later",
14+
"keywords": [
15+
"backend.ai",
16+
"component",
17+
"react"
18+
],
619
"main": "./dist/backend.ai-ui.js",
720
"module": "./dist/backend.ai-ui.js",
821
"types": "./dist/index.d.ts",
@@ -49,8 +62,8 @@
4962
"react": "^19.0.0",
5063
"react-dom": "^19.0.0",
5164
"react-i18next": "^15.4.1",
52-
"react-relay": "^18.2.0",
53-
"relay-runtime": "^18.2.0"
65+
"react-relay": "^19.0.0",
66+
"relay-runtime": "^19.0.0"
5467
},
5568
"devDependencies": {
5669
"@storybook/addon-docs": "^9.0.0",
@@ -62,7 +75,7 @@
6275
"@types/lodash": "^4.17.13",
6376
"@types/react": "^19.0.0",
6477
"@types/react-dom": "^19.0.0",
65-
"@types/react-relay": "^18.2.0",
78+
"@types/react-relay": "^18.2.1",
6679
"@vitejs/plugin-react": "^4.5.0",
6780
"eslint": "^8.57.1",
6881
"eslint-config-react-app": "^7.0.1",

0 commit comments

Comments
 (0)