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.
1 parent d1b5bc7 commit 429cf68Copy full SHA for 429cf68
.changeset/fix-pr238-ci.md
@@ -0,0 +1,9 @@
1
+---
2
+"@vue-pivottable/plotly-renderer": patch
3
4
+
5
+fix: PR #238 CI 실패 문제 해결
6
7
+- plotly-renderer의 peerDependencies에서 vue-pivottable 버전을 ^1.1.5에서 ^1.1.4로 수정
8
+- 아직 정식 릴리즈되지 않은 1.1.5를 참조하여 lockfile 불일치 오류 발생
9
+- 현재 최신 정식 버전인 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