Skip to content

Commit 21fca98

Browse files
authored
chore: moved resolutions to the root of the workspace (#1508)
1 parent d1f732c commit 21fca98

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea
12
node_modules/
23
dist/
34
cache/

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"lint": "eslint . --ext js,vue,ts",
1111
"release": "pnpm run build && pnpm run test && sheep release -b v4"
1212
},
13+
"resolutions": {
14+
"js-yaml": "^3.13.1"
15+
},
1316
"devDependencies": {
1417
"@akryum/sheep": "^0.5.0",
1518
"@typescript-eslint/eslint-plugin": "^4.33.0",

packages/vue-apollo-components/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
"vue": "^3.2.37",
7171
"vue-property-decorator": "^8.5.1"
7272
},
73-
"resolutions": {
74-
"js-yaml": "^3.13.1"
75-
},
7673
"jest": {
7774
"testRegex": "tests/unit/.*\\.test.js$"
7875
}

packages/vue-apollo-option/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@
7979
"vue": "^3.2.37",
8080
"vue-property-decorator": "^10.0.0-rc.3"
8181
},
82-
"resolutions": {
83-
"js-yaml": "^3.13.1"
84-
},
8582
"jest": {
8683
"testRegex": "tests/unit/.*\\.test.js$"
8784
}

0 commit comments

Comments
 (0)