Skip to content

Commit 652e2c3

Browse files
committed
chore: scope fast-xml-parser resolution
1 parent e879c93 commit 652e2c3

File tree

4 files changed

+5
-86
lines changed

4 files changed

+5
-86
lines changed

examples/next/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@aws-amplify/geo": "3.0.31",
1413
"@aws-amplify/ui-react": "^6.1.14",
1514
"@aws-amplify/ui-react-geo": "^2.0.17",
1615
"@aws-amplify/ui-react-liveness": "^3.1.3",

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
]
6767
},
6868
"resolutions": {
69+
"**/@react-native-community/**/fast-xml-parser": "^4.4.1",
70+
"**/@aws-*/**/fast-xml-parser": "^4.4.1",
6971
"**/@aws-amplify/ui-angular-example/**/codelyzer/**/@angular/core": "10.2.5",
7072
"**/@angular-devkit/build-angular/minimatch": "3.0.5",
7173
"**/@angular-devkit/build-angular/webpack": "^5.76.0",

packages/react-geo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tslib": "^2.5.2"
4848
},
4949
"peerDependencies": {
50-
"@aws-amplify/geo": "^3.0.31",
50+
"@aws-amplify/geo": "^3.0.40",
5151
"aws-amplify": "^6.3.2",
5252
"react": "^16.14.0 || ^17.0 || ^18.0",
5353
"react-dom": "^16.14.0 || ^17.0 || ^18.0"

yarn.lock

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

0 commit comments

Comments
 (0)