Skip to content

Commit

Permalink
⚡ :: fix and release dodam ui
Browse files Browse the repository at this point in the history
  • Loading branch information
BaekSeungHa committed Aug 10, 2023
1 parent 28443c6 commit 41ad1ee
Show file tree
Hide file tree
Showing 12 changed files with 462 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-berries-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@b1nd/b1nd-dodam-ui": major
---

release
211 changes: 209 additions & 2 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/b1nd-dodam-ui/esbuild.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { build } = require("esbuild");
const pkg = require("./package.json");
const { pnpPlugin } = require("@yarnpkg/esbuild-plugin-pnp");
const inlineImage = require("esbuild-plugin-inline-image");
const { build } = require("esbuild");

const external = Object.keys({
...pkg.dependencies,
Expand All @@ -17,9 +17,9 @@ build({
bundle: true,
external: [...external],
plugins: [
pnpPlugin(),
inlineImage({
extensions: ["png"],
}),
pnpPlugin(),
],
}).catch(() => process.exit(1));
8 changes: 5 additions & 3 deletions packages/b1nd-dodam-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@b1nd/b1nd-dodam-ui",
"version": "1.0.0",
"description": "B1ND DodamDodam UI",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"packageManager": "[email protected]",
"scripts": {
"build": "npm run build:clean && npm run build:dist && npm run build:declaration",
"build:clean": "rm -rf ./dist",
Expand All @@ -16,11 +19,10 @@
"typings": "./dist/index.d.ts"
},
"author": "baekseungha <[email protected]>",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "ISC",
"dependencies": {
"@types/styled-components": "^5.1.26",
"esbuild-plugin-inline-image": "^0.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
Expand All @@ -42,6 +44,6 @@
"@yarnpkg/esbuild-plugin-pnp": "^3.0.0-rc.15",
"@yarnpkg/pnpify": "^4.0.0-rc.48",
"babel-loader": "^8.3.0",
"esbuild": "^0.18.15"
"esbuild": "^0.19.0"
}
}
Loading

0 comments on commit 41ad1ee

Please sign in to comment.