@fmsim/board 1.0.68 → 1.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmsim/board",
3
- "version": "1.0.68",
3
+ "version": "1.0.70",
4
4
  "description": "보드 구성을 위한 기본 UI (웹)컴포넌트들을 제공합니다.",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -88,7 +88,7 @@
88
88
  "build-storybook": "storybook build"
89
89
  },
90
90
  "dependencies": {
91
- "@fmsim/api": "^1.0.68",
91
+ "@fmsim/api": "^1.0.70",
92
92
  "@open-wc/scoped-elements": "^3.0.5",
93
93
  "@operato/app": "^1.3.7",
94
94
  "@operato/data-grist": "^1.3.5",
@@ -150,5 +150,5 @@
150
150
  "prettier --write"
151
151
  ]
152
152
  },
153
- "gitHead": "d0133267865c490422a5f7b7a7a6a9a3a129b9cb"
153
+ "gitHead": "f1df4bf898c46afbfa6efe1f3939e6bb34ff6c40"
154
154
  }