We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c514fb7 + 702023a commit 4ff0d61Copy full SHA for 4ff0d61
.changeset/fix-peer-dependencies.md
@@ -0,0 +1,8 @@
1
+---
2
+"@vue-pivottable/plotly-renderer": patch
3
4
+
5
+fix: peerDependencies가 존재하지 않는 버전을 참조하는 문제 수정
6
7
+- vue-pivottable의 peerDependency를 ^1.1.5에서 ^1.1.4로 변경
8
+- 1.1.5는 아직 정식 릴리즈되지 않았으므로 1.1.4를 참조해야 함
packages/plotly-renderer/package.json
@@ -46,7 +46,7 @@
46
},
47
"peerDependencies": {
48
"vue": "^3.2.0",
49
- "vue-pivottable": "^1.1.5"
+ "vue-pivottable": "^1.1.4"
50
51
"devDependencies": {
52
"@vitejs/plugin-vue": "^5.2.1",
0 commit comments