Skip to content

Commit

Permalink
fix: correct peer deps and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 21, 2021
1 parent 23285ca commit c83677a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
5 changes: 2 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./templates/*": "./dist/templates/*.js"
"./templates/*": "./dist/templates/*"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -46,8 +46,7 @@
},
"dependencies": {
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
"upath": "^2.0.1",
"vue-demi": "^0.11.4"
"vue-demi": "*"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
Expand Down
9 changes: 7 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,22 @@
"files": [
"dist/*.js",
"dist/*.mjs",
"dist/*.d.ts",
"templates/*.js"
"dist/*.d.ts"
],
"scripts": {
"build": "siroc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/testing -r 1"
},
"dependencies": {
"vue-demi": "*"
},
"devDependencies": {
"pinia": "^2.0.0-0",
"siroc": "^0.16.0"
},
"peerDependencies": {
"pinia": "^2.0.0-0"
},
"publishConfig": {
"access": "public"
}
Expand Down
7 changes: 0 additions & 7 deletions packages/testing/siroc.config.ts

This file was deleted.

2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8241,7 +8241,7 @@ vscode-textmate@5.2.0:
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-5.2.0.tgz#01f01760a391e8222fe4f33fbccbd1ad71aed74e"
integrity sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==

vue-demi@*, vue-demi@^0.11.4, vue-demi@latest:
vue-demi@*, vue-demi@latest:
version "0.11.4"
resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.11.4.tgz#6101992fe4724cf5634018a16e953f3052e94e2a"
integrity sha512-/3xFwzSykLW2HiiLie43a+FFgNOcokbBJ+fzvFXd0r2T8MYohqvphUyDQ8lbAwzQ3Dlcrb1c9ykifGkhSIAk6A==
Expand Down

0 comments on commit c83677a

Please sign in to comment.