Skip to content

Commit cb798e5

Browse files
committed
Add new dependencies and update unpublish script for local package
1 parent 7cddd1e commit cb798e5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"lint:types": "tsc ",
1919
"lint:js:fix": "eslint --fix .",
2020
"publish:local": "npm run publish:local -w @rtcamp/frappe-ui-react",
21+
"unpublish:local": "npm run unpublish:local -w @rtcamp/frappe-ui-react",
2122
"build:publish:local": "npm run build && npm run publish:local",
2223
"publish:remote": "npm run publish:remote -w @rtcamp/frappe-ui-react",
2324
"build:publish:remote": "npm run build && npm run publish:remote",

packages/frappe-ui-react/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build": "tsc -b && npm run copy-assets",
2727
"copy-assets": "node scripts/copy-assets.js",
2828
"publish:local": "npm publish --registry http://localhost:4873",
29-
"unpublish:local": "npm unpublish --registry http://localhost:4873",
29+
"unpublish:local": "npm unpublish --registry http://localhost:4873 --force",
3030
"publish:remote": "npm publish"
3131
},
3232
"dependencies": {
@@ -38,6 +38,7 @@
3838
"@radix-ui/react-toast": "^1.2.15",
3939
"@radix-ui/react-tooltip": "^1.2.7",
4040
"@tailwindcss/vite": "^4.1.11",
41+
"clsx": "^2.1.1",
4142
"dayjs": "^1.11.13",
4243
"dompurify": "^3.2.6",
4344
"echarts": "^5.6.0",
@@ -53,6 +54,7 @@
5354
"react-dom": "^19.1.0",
5455
"react-grid-layout": "^1.5.2",
5556
"react-quill-new": "^3.6.0",
57+
"react-resizable": "^3.0.5",
5658
"styled-components": "^6.1.19",
5759
"tailwindcss": "^4.1.11"
5860
},

0 commit comments

Comments
 (0)