Skip to content

Commit

Permalink
pdf: pin @VUE dependencies, that they have the same version
Browse files Browse the repository at this point in the history
There seem to be problems on version mismatches.
ecamp#4046
ecamp#3937

The transitive dependencies seem to be updated in the lock file maintenance.
The direct dependency in a normal package update.
Even in minor versions this seems to be a problem ->
we pin them together, and they get updated together.
  • Loading branch information
BacLuc committed Dec 9, 2023
1 parent 33355f9 commit eb8798d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pdf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@
"@vitejs/plugin-vue": "4.5.1",
"@vitest/coverage-v8": "0.34.6",
"@vue/babel-preset-app": "5.0.8",
"@vue/compiler-dom": "3.3.8",
"@vue/compiler-sfc": "3.3.8",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/test-utils": "2.4.2",
"@vue/runtime-dom": "3.3.8",
"@vue/server-renderer": "3.3.8",
"@vue/shared": "3.3.8",
"css": "3.0.0",
"dayjs": "1.11.10",
"eslint": "8.54.0",
Expand Down

0 comments on commit eb8798d

Please sign in to comment.