Skip to content

Commit 62050f4

Browse files
authored
update dependency versions (#108)
This is an explicit update to versions. Additionally all sub modules package-lock.json files are removed. When lerna link was run, in #27 all modules were linked together at the root. This means that the root package-lock.json file is responsible for all sub modules state. Lerna does not maintain the state on these modules package-lock.json anymore. So this information is redundant. This is similar to aws/aws-encryption-sdk-javascript#285
1 parent 192c374 commit 62050f4

File tree

20 files changed

+535
-822
lines changed

20 files changed

+535
-822
lines changed

package-lock.json

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

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@
3535
"packages/*"
3636
],
3737
"devDependencies": {
38-
"@aws-sdk/util-buffer-from": "^1.0.0-alpha.0",
39-
"@aws-sdk/util-hex-encoding": "^1.0.0-alpha.0",
40-
"@aws-sdk/util-utf8-universal": "^1.0.0-alpha.0",
41-
"@types/chai": "^4.1.4",
42-
"@types/mocha": "^7.0.1",
43-
"@types/node": "^13.5.1",
44-
"@types/sinon": "^7.5.1",
45-
"chai": "^4.1.2",
46-
"glob": "^7.1.2",
47-
"husky": "^4.0.10",
38+
"@aws-sdk/util-buffer-from": "^1.0.0-beta.2",
39+
"@aws-sdk/util-hex-encoding": "^1.0.0-beta.2",
40+
"@aws-sdk/util-utf8-universal": "^1.0.0-beta.2",
41+
"@types/chai": "^4.2.11",
42+
"@types/mocha": "^7.0.2",
43+
"@types/node": "^13.11.0",
44+
"@types/sinon": "^7.5.2",
45+
"chai": "^4.2.0",
46+
"glob": "^7.1.6",
47+
"husky": "^4.2.3",
4848
"lerna": "^3.20.2",
49-
"lint-staged": "^10.0.4",
50-
"mocha": "^7.0.1",
51-
"nyc": "^15.0.0",
52-
"prettier": "1.19.1",
53-
"rimraf": "^3.0.1",
54-
"sinon": "^9.0.0",
55-
"ts-node": "^8.6.2",
56-
"tslib": "^1.9.3",
57-
"typescript": "^3.0.1"
49+
"lint-staged": "^10.1.2",
50+
"mocha": "^7.1.1",
51+
"nyc": "^15.0.1",
52+
"prettier": "2.0.4",
53+
"rimraf": "^3.0.2",
54+
"sinon": "^9.0.1",
55+
"ts-node": "^8.8.2",
56+
"tslib": "^1.11.1",
57+
"typescript": "^3.8.3"
5858
},
5959
"husky": {
6060
"hooks": {

packages/crc32/package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/crc32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
},
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"tslib": "^1.9.3"
22+
"tslib": "^1.11.1"
2323
}
2424
}

packages/ie11-detection/package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/ie11-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"main": "./build/index.js",
2020
"types": "./build/index.d.ts",
2121
"dependencies": {
22-
"tslib": "^1.9.3"
22+
"tslib": "^1.11.1"
2323
}
2424
}

packages/random-source-browser/package-lock.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/random-source-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@aws-crypto/ie11-detection": "file:../ie11-detection",
2121
"@aws-crypto/supports-web-crypto": "file:../supports-web-crypto",
22-
"@aws-sdk/util-locate-window": "^1.0.0-alpha.0",
23-
"tslib": "^1.9.3"
22+
"@aws-sdk/util-locate-window": "^1.0.0-alpha.3",
23+
"tslib": "^1.11.1"
2424
},
2525
"main": "./build/index.js",
2626
"types": "./build/index.d.ts"

packages/random-source-node/package-lock.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/random-source-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-sdk/types": "^1.0.0-alpha.0",
22-
"tslib": "^1.9.3"
21+
"@aws-sdk/types": "^1.0.0-alpha.6",
22+
"tslib": "^1.11.1"
2323
},
2424
"types": "./build/index.d.ts"
2525
}

packages/random-source-universal/package-lock.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/random-source-universal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"dependencies": {
2020
"@aws-crypto/random-source-browser": "file:../random-source-browser",
2121
"@aws-crypto/random-source-node": "file:../random-source-node",
22-
"@aws-sdk/types": "^1.0.0-alpha.0",
23-
"tslib": "^1.9.3"
22+
"@aws-sdk/types": "^1.0.0-alpha.6",
23+
"tslib": "^1.11.1"
2424
},
2525
"browser": {
2626
"@aws/crypto-random-source-node": false

packages/sha256-browser/package-lock.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

packages/sha256-browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@aws-crypto/ie11-detection": "file:../ie11-detection",
2121
"@aws-crypto/sha256-js": "file:../sha256-js",
2222
"@aws-crypto/supports-web-crypto": "file:../supports-web-crypto",
23-
"@aws-sdk/types": "^1.0.0-alpha.0",
24-
"@aws-sdk/util-locate-window": "^1.0.0-alpha.0",
25-
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.0",
26-
"tslib": "^1.9.3"
23+
"@aws-sdk/types": "^1.0.0-alpha.6",
24+
"@aws-sdk/util-locate-window": "^1.0.0-alpha.3",
25+
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.3",
26+
"tslib": "^1.11.1"
2727
},
2828
"main": "./build/index.js",
2929
"types": "./build/index.d.ts"

packages/sha256-js/package-lock.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/sha256-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"@aws-sdk/types": "^1.0.0-alpha.0",
23-
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.0",
24-
"tslib": "^1.9.3"
22+
"@aws-sdk/types": "^1.0.0-alpha.6",
23+
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.3",
24+
"tslib": "^1.11.1"
2525
}
2626
}

packages/sha256-universal/package-lock.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

packages/sha256-universal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"license": "Apache-2.0",
1919
"dependencies": {
2020
"@aws-crypto/sha256-browser": "file:../sha256-browser",
21-
"@aws-sdk/hash-node": "^1.0.0-alpha.0",
22-
"@aws-sdk/types": "^1.0.0-alpha.0",
23-
"tslib": "^1.9.3"
21+
"@aws-sdk/hash-node": "^1.0.0-alpha.6",
22+
"@aws-sdk/types": "^1.0.0-alpha.6",
23+
"tslib": "^1.11.1"
2424
},
2525
"main": "./build/index.js",
2626
"types": "./build/index.d.ts",

packages/supports-web-crypto/package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/supports-web-crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"main": "./build/index.js",
2020
"types": "./build/index.d.ts",
2121
"dependencies": {
22-
"tslib": "^1.9.3"
22+
"tslib": "^1.11.1"
2323
}
2424
}

0 commit comments

Comments
 (0)