Skip to content

Commit 6840e9c

Browse files
committed
Move overrides to repo root
With pnpm overrides are managed from the repo root. As overrides only affect the project you are working in, they do not affect widgets that use the pluggable-widgets-tools.
1 parent f63a641 commit 6840e9c

3 files changed

Lines changed: 7 additions & 21 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"node": ">=16"
55
},
66
"overrides": {
7-
"cheerio": "1.0.0-rc.12"
8-
},
9-
"resolutions": {
10-
"cheerio": "1.0.0-rc.12"
7+
"cheerio": "1.0.0-rc.12",
8+
"colors": "1.4.0",
9+
"react": "^18.2.0",
10+
"react-dom": "^18.2.0",
11+
"react-native": "^0.72.7"
1112
},
1213
"license": "Apache-2.0",
1314
"copyright": "© Mendix Technology BV 2022. All rights reserved.",

packages/pluggable-widgets-tools/package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,18 +121,6 @@
121121
"tree-kill": "^1.2.2",
122122
"yeoman-test": "^6.2.0"
123123
},
124-
"overrides": {
125-
"colors": "1.4.0",
126-
"react": "$react",
127-
"react-dom": "$react-dom",
128-
"react-native": "$react-native"
129-
},
130-
"resolutions": {
131-
"colors": "1.4.0",
132-
"react": "$react",
133-
"react-dom": "$react-dom",
134-
"react-native": "$react-native"
135-
},
136124
"keywords": [
137125
"typings",
138126
"typescript",

pnpm-lock.yaml

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)