Skip to content

Commit

Permalink
chore: moved resolutions to the root of the workspace (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsiotska committed Sep 13, 2023
1 parent d1f732c commit 21fca98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules/
dist/
cache/
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"lint": "eslint . --ext js,vue,ts",
"release": "pnpm run build && pnpm run test && sheep release -b v4"
},
"resolutions": {
"js-yaml": "^3.13.1"
},
"devDependencies": {
"@akryum/sheep": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/vue-apollo-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@
"vue": "^3.2.37",
"vue-property-decorator": "^8.5.1"
},
"resolutions": {
"js-yaml": "^3.13.1"
},
"jest": {
"testRegex": "tests/unit/.*\\.test.js$"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/vue-apollo-option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@
"vue": "^3.2.37",
"vue-property-decorator": "^10.0.0-rc.3"
},
"resolutions": {
"js-yaml": "^3.13.1"
},
"jest": {
"testRegex": "tests/unit/.*\\.test.js$"
}
Expand Down

0 comments on commit 21fca98

Please sign in to comment.