Skip to content

Commit

Permalink
print: 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

For print specifically: ecamp#4056

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 eeb2677
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions print/package-lock.json

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

4 changes: 4 additions & 0 deletions print/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@
"@nuxtjs/tailwindcss": "6.10.1",
"@tailwindcss/typography": "0.5.10",
"@vitest/coverage-v8": "0.34.6",
"@vue/compiler-dom": "3.3.6",
"@vue/compiler-sfc": "3.3.6",
"@vue/test-utils": "2.4.2",
"eslint": "8.54.0",
"@vue/runtime-dom": "3.3.6",
"@vue/server-renderer": "3.3.6",
"@vue/shared": "3.3.6",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-local-rules": "2.0.1",
"eslint-plugin-prettier": "5.0.1",
Expand Down

0 comments on commit eeb2677

Please sign in to comment.