Skip to content

Commit febe7d5

Browse files
authored
chore: Remove peerdepencies (#631)
* chore: Remove unneccesary declaration of peerdependencies - after vuex is removed in the code and only used in tests, we don't need to require vue/compat nor vuex as peerdependencies. * chore: add changelog
1 parent 0483701 commit febe7d5

File tree

3 files changed

+8188
-5643
lines changed

3 files changed

+8188
-5643
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# next version
22

3+
- Remove vuex and @vue/compat from the Peerdependecy list. They are not necessary anymore for the library to work.
4+
35
# v0.1.3
46

57
- Route objects are exported on the library entrpoint. In some cases, it was

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"json-api-normalizer": "^1.0",
2020
"qs": "~6.12.3"
2121
},
22-
"peerDependencies": {
23-
"@vue/compat": "3.2.0",
24-
"vuex": "^4.0.2"
25-
},
2622
"devDependencies": {
2723
"@babel/core": "^7.24",
2824
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",

0 commit comments

Comments
 (0)