Skip to content

Commit 4d6029e

Browse files
committed
fix: move @nuxt/types and vuex to peerDeps
1 parent 9d39cbb commit 4d6029e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: packages/nuxt-typed-vuex/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@
4444
"tsd": "^0.11.0"
4545
},
4646
"dependencies": {
47-
"@nuxt/types": ">=0.3.0",
4847
"normalize-path": "^3.0.0",
4948
"typed-vuex": "0.1.16"
49+
},
50+
"peerDependencies": {
51+
"@nuxt/types": ">=0.3.0"
5052
}
5153
}

Diff for: packages/typed-vuex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"tsd": "^0.11.0",
4343
"vue": "latest"
4444
},
45-
"dependencies": {
45+
"peerDependencies": {
4646
"vuex": "^3.0.0"
4747
}
4848
}

0 commit comments

Comments
 (0)