Skip to content

Commit 16e07b8

Browse files
authored
deps: pin amplify cross dependencies (#7040)
1 parent 1fb9298 commit 16e07b8

File tree

23 files changed

+65
-66
lines changed

23 files changed

+65
-66
lines changed

lerna.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"npmClient": "yarn",
3-
"useWorkspaces": true,
4-
"packages": [
5-
"packages/*"
6-
],
7-
"version": "independent"
2+
"npmClient": "yarn",
3+
"useWorkspaces": true,
4+
"packages": ["packages/*"],
5+
"exact": true,
6+
"version": "independent"
87
}

packages/amplify-ui-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dist/"
3232
],
3333
"dependencies": {
34-
"@aws-amplify/ui-components": "^0.9.2"
34+
"@aws-amplify/ui-components": "0.9.2"
3535
},
3636
"devDependencies": {
3737
"@angular/compiler-cli": "^7.2.1",

packages/amplify-ui-components/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"clean": "rimraf dist .stencil"
3636
},
3737
"dependencies": {
38-
"@aws-amplify/auth": "^3.4.10",
39-
"@aws-amplify/core": "^3.8.2",
40-
"@aws-amplify/interactions": "^3.3.10",
41-
"@aws-amplify/storage": "^3.3.10",
42-
"@aws-amplify/xr": "^2.2.10",
38+
"@aws-amplify/auth": "3.4.10",
39+
"@aws-amplify/core": "3.8.2",
40+
"@aws-amplify/interactions": "3.3.10",
41+
"@aws-amplify/storage": "3.3.10",
42+
"@aws-amplify/xr": "2.2.10",
4343
"qrcode": "^1.4.4",
4444
"uuid": "^8.2.0"
4545
},

packages/amplify-ui-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typescript": "^3.3.4000"
3333
},
3434
"dependencies": {
35-
"@aws-amplify/ui-components": "^0.9.2"
35+
"@aws-amplify/ui-components": "0.9.2"
3636
},
3737
"peerDependencies": {
3838
"react": "^16.7.0",

packages/amplify-ui-storybook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.2.27",
44
"private": true,
55
"dependencies": {
6-
"@aws-amplify/ui-react": "^0.2.27",
6+
"@aws-amplify/ui-react": "0.2.27",
77
"@storybook/addon-knobs": "^5.3.13",
88
"@storybook/theming": "^5.3.14",
99
"@types/jest": "^24.0.0",
1010
"@types/node": "^12.0.0",
1111
"@types/react": "^16.9.0",
1212
"@types/react-dom": "^16.9.0",
13-
"aws-amplify": "^3.3.7",
13+
"aws-amplify": "3.3.7",
1414
"react": "^16.12.0",
1515
"react-app-polyfill": "^1.0.6",
1616
"react-dom": "^16.12.0",

packages/amplify-ui-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/aws-amplify/amplify-js.git"
1818
},
1919
"dependencies": {
20-
"@aws-amplify/ui-components": "^0.9.2"
20+
"@aws-amplify/ui-components": "0.9.2"
2121
},
2222
"scripts": {
2323
"build": "npm run clean && npm run compile",

packages/analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
},
4444
"homepage": "https://aws-amplify.github.io/",
4545
"dependencies": {
46-
"@aws-amplify/cache": "^3.1.35",
47-
"@aws-amplify/core": "^3.8.2",
46+
"@aws-amplify/cache": "3.1.35",
47+
"@aws-amplify/core": "3.8.2",
4848
"@aws-sdk/client-firehose": "1.0.0-gamma.8",
4949
"@aws-sdk/client-kinesis": "1.0.0-gamma.8",
5050
"@aws-sdk/client-personalize-events": "1.0.0-gamma.8",

packages/api-graphql/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"@types/zen-observable": "^0.8.0"
4545
},
4646
"dependencies": {
47-
"@aws-amplify/api-rest": "^1.2.10",
48-
"@aws-amplify/auth": "^3.4.10",
49-
"@aws-amplify/cache": "^3.1.35",
50-
"@aws-amplify/core": "^3.8.2",
51-
"@aws-amplify/pubsub": "^3.2.8",
47+
"@aws-amplify/api-rest": "1.2.10",
48+
"@aws-amplify/auth": "3.4.10",
49+
"@aws-amplify/cache": "3.1.35",
50+
"@aws-amplify/core": "3.8.2",
51+
"@aws-amplify/pubsub": "3.2.8",
5252
"graphql": "14.0.0",
5353
"uuid": "^3.2.1",
5454
"zen-observable-ts": "0.8.19"

packages/api-rest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://aws-amplify.github.io/",
4343
"dependencies": {
44-
"@aws-amplify/core": "^3.8.2",
44+
"@aws-amplify/core": "3.8.2",
4545
"axios": "0.19.0"
4646
},
4747
"jest": {

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@types/zen-observable": "^0.8.0"
4545
},
4646
"dependencies": {
47-
"@aws-amplify/api-graphql": "^1.2.10",
48-
"@aws-amplify/api-rest": "^1.2.10"
47+
"@aws-amplify/api-graphql": "1.2.10",
48+
"@aws-amplify/api-rest": "1.2.10"
4949
},
5050
"jest": {
5151
"globals": {

packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"homepage": "https://aws-amplify.github.io/",
4343
"dependencies": {
44-
"@aws-amplify/cache": "^3.1.35",
45-
"@aws-amplify/core": "^3.8.2",
44+
"@aws-amplify/cache": "3.1.35",
45+
"@aws-amplify/core": "3.8.2",
4646
"amazon-cognito-identity-js": "^4.5.3",
4747
"crypto-js": "^3.3.0"
4848
},

packages/aws-amplify-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/zen-observable": "^0.5.3",
4040
"angular2-template-loader": "^0.6.2",
4141
"awesome-typescript-loader": "^4.0.1",
42-
"aws-amplify": "^3.3.7",
42+
"aws-amplify": "3.3.7",
4343
"babel-core": "^6.26.3",
4444
"babel-plugin-lodash": "^3.3.4",
4545
"babel-preset-env": "^1.7.0",
@@ -68,10 +68,10 @@
6868
"zone.js": "^0.8.26"
6969
},
7070
"dependencies": {
71-
"@aws-amplify/ui": "^2.0.2",
71+
"@aws-amplify/ui": "2.0.2",
7272
"rxjs-compat": "^6.2.1"
7373
},
7474
"peerDependencies": {
75-
"aws-amplify": "^3.0.0"
75+
"aws-amplify": "3.x.x"
7676
}
7777
}

packages/aws-amplify-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"buffer": "^5.2.1"
3232
},
3333
"peerDependencies": {
34-
"aws-amplify": "^3.0.0",
34+
"aws-amplify": "3.x.x",
3535
"graphql": "^14.0.0",
3636
"react-native-fs": "^2.12.1",
3737
"react-native-sound": "^0.10.9",

packages/aws-amplify-react/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/enzyme-adapter-react-16": "^1.0.3",
3939
"@types/react": "^16.0.41",
4040
"@types/react-dom": "^16.0.11",
41-
"aws-amplify": "^3.3.7",
41+
"aws-amplify": "3.3.7",
4242
"enzyme": "^3.1.0",
4343
"enzyme-adapter-react-16": "^1.0.3",
4444
"enzyme-to-json": "^3.2.1",
@@ -108,13 +108,13 @@
108108
"regenerator-runtime": "^0.11.1"
109109
},
110110
"peerDependencies": {
111-
"@aws-amplify/analytics": "^3.0.0",
112-
"@aws-amplify/api": "^3.0.0",
113-
"@aws-amplify/auth": "^3.0.0",
114-
"@aws-amplify/core": "^3.0.0",
115-
"@aws-amplify/interactions": "^3.0.0",
116-
"@aws-amplify/storage": "^3.0.0",
117-
"@aws-amplify/ui": "^2.0.0",
118-
"@aws-amplify/xr": "^2.0.0"
111+
"@aws-amplify/analytics": "3.x.x",
112+
"@aws-amplify/api": "3.x.x",
113+
"@aws-amplify/auth": "3.x.x",
114+
"@aws-amplify/core": "3.x.x",
115+
"@aws-amplify/interactions": "3.x.x",
116+
"@aws-amplify/storage": "3.x.x",
117+
"@aws-amplify/ui": "2.x.x",
118+
"@aws-amplify/xr": "2.x.x"
119119
}
120120
}

packages/aws-amplify/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
},
3535
"homepage": "https://aws-amplify.github.io/",
3636
"dependencies": {
37-
"@aws-amplify/analytics": "^3.3.10",
38-
"@aws-amplify/api": "^3.2.10",
39-
"@aws-amplify/auth": "^3.4.10",
40-
"@aws-amplify/cache": "^3.1.35",
41-
"@aws-amplify/core": "^3.8.2",
42-
"@aws-amplify/datastore": "^2.7.2",
43-
"@aws-amplify/interactions": "^3.3.10",
44-
"@aws-amplify/predictions": "^3.2.10",
45-
"@aws-amplify/pubsub": "^3.2.8",
46-
"@aws-amplify/storage": "^3.3.10",
47-
"@aws-amplify/ui": "^2.0.2",
48-
"@aws-amplify/xr": "^2.2.10"
37+
"@aws-amplify/analytics": "3.3.10",
38+
"@aws-amplify/api": "3.2.10",
39+
"@aws-amplify/auth": "3.4.10",
40+
"@aws-amplify/cache": "3.1.35",
41+
"@aws-amplify/core": "3.8.2",
42+
"@aws-amplify/datastore": "2.7.2",
43+
"@aws-amplify/interactions": "3.3.10",
44+
"@aws-amplify/predictions": "3.2.10",
45+
"@aws-amplify/pubsub": "3.2.8",
46+
"@aws-amplify/storage": "3.3.10",
47+
"@aws-amplify/ui": "2.0.2",
48+
"@aws-amplify/xr": "2.2.10"
4949
},
5050
"jest": {
5151
"globals": {

packages/cache/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://aws-amplify.github.io/",
4646
"dependencies": {
47-
"@aws-amplify/core": "^3.8.2"
47+
"@aws-amplify/core": "3.8.2"
4848
},
4949
"jest": {
5050
"globals": {

packages/datastore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"fake-indexeddb": "3.0.0"
4949
},
5050
"dependencies": {
51-
"@aws-amplify/api": "^3.2.10",
52-
"@aws-amplify/core": "^3.8.2",
53-
"@aws-amplify/pubsub": "^3.2.8",
51+
"@aws-amplify/api": "3.2.10",
52+
"@aws-amplify/core": "3.8.2",
53+
"@aws-amplify/pubsub": "3.2.8",
5454
"idb": "5.0.6",
5555
"immer": "6.0.1",
5656
"ulid": "2.3.0",

packages/interactions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://aws-amplify.github.io/",
4343
"dependencies": {
44-
"@aws-amplify/core": "^3.8.2",
44+
"@aws-amplify/core": "3.8.2",
4545
"@aws-sdk/client-lex-runtime-service": "1.0.0-gamma.8"
4646
},
4747
"jest": {

packages/predictions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"homepage": "https://aws-amplify.github.io/",
4242
"dependencies": {
43-
"@aws-amplify/core": "^3.8.2",
44-
"@aws-amplify/storage": "^3.3.10",
43+
"@aws-amplify/core": "3.8.2",
44+
"@aws-amplify/storage": "3.3.10",
4545
"@aws-sdk/client-comprehend": "1.0.0-gamma.8",
4646
"@aws-sdk/client-polly": "1.0.0-gamma.8",
4747
"@aws-sdk/client-rekognition": "1.0.0-gamma.8",

packages/pubsub/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"cpx": "^1.5.0"
4646
},
4747
"dependencies": {
48-
"@aws-amplify/auth": "^3.4.10",
49-
"@aws-amplify/cache": "^3.1.35",
50-
"@aws-amplify/core": "^3.8.2",
48+
"@aws-amplify/auth": "3.4.10",
49+
"@aws-amplify/cache": "3.1.35",
50+
"@aws-amplify/core": "3.8.2",
5151
"graphql": "14.0.0",
5252
"paho-mqtt": "^1.1.0",
5353
"uuid": "^3.2.1",

packages/pushnotification/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"webpack": "^3.5.5"
4545
},
4646
"dependencies": {
47-
"@aws-amplify/core": "^3.8.2",
47+
"@aws-amplify/core": "3.8.2",
4848
"@react-native-community/push-notification-ios": "1.0.3"
4949
},
5050
"peerdependencies": {

packages/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://aws-amplify.github.io/",
4343
"dependencies": {
44-
"@aws-amplify/core": "^3.8.2",
44+
"@aws-amplify/core": "3.8.2",
4545
"@aws-sdk/client-s3": "1.0.0-gamma.8",
4646
"@aws-sdk/s3-request-presigner": "1.0.0-gamma.7",
4747
"@aws-sdk/util-create-request": "1.0.0-gamma.7",

packages/xr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"homepage": "https://aws-amplify.github.io/",
4343
"dependencies": {
44-
"@aws-amplify/core": "^3.8.2"
44+
"@aws-amplify/core": "3.8.2"
4545
},
4646
"jest": {
4747
"globals": {

0 commit comments

Comments
 (0)