Skip to content

Commit

Permalink
chore: revert and lock 'semver' package version to 7.2.2 (aws#7443)
Browse files Browse the repository at this point in the history
Reverting JSII to 1.1.0 still resulted in incorrect .NET dependency declarations,
as we didn't revert semver at the same time.
jsii-pacmak 1.1.0 needs semver 7.2.2,
while we upgraded our version (when doing the JSII 1.3.0 bump)
to 7.3.2.
  • Loading branch information
skinny85 authored Apr 19, 2020
1 parent 100ac3f commit bf20588
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cdk-assets-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"organization": true
},
"dependencies": {
"semver": "^7.3.2"
"semver": "^7.2.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloud-assembly-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
"dependencies": {
"jsonschema": "^1.2.5",
"semver": "^7.3.2"
"semver": "^7.2.2"
},
"awscdkio": {
"announce": false
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cx-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"organization": true
},
"dependencies": {
"semver": "^7.3.2",
"semver": "^7.2.2",
"@aws-cdk/cloud-assembly-schema": "0.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"minimatch": ">=3.0",
"promptly": "^3.0.3",
"proxy-agent": "^3.1.1",
"semver": "^7.3.2",
"semver": "^7.2.2",
"source-map-support": "^0.5.16",
"table": "^5.4.6",
"uuid": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions tools/pkglint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"case": "^1.6.3",
"colors": "^1.4.0",
"fs-extra": "^8.1.0",
"semver": "^7.3.2",
"semver": "^7.2.2",
"yargs": "^15.3.1"
}
}
}
15 changes: 4 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2664,13 +2664,6 @@ atob@^2.1.2:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==

available-typed-arrays@^1.0.0, available-typed-arrays@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz#6b098ca9d8039079ee3f77f7b783c4480ba513f5"
integrity sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ==
dependencies:
array-filter "^1.0.0"

aws-sdk-mock@^5.0.0, aws-sdk-mock@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/aws-sdk-mock/-/aws-sdk-mock-5.1.0.tgz#6f2c0bd670d7f378c906a8dd806f812124db71aa"
Expand Down Expand Up @@ -10518,10 +10511,10 @@ semver@7.0.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==

semver@^7.1.3, semver@^7.3.2:
version "7.3.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
semver@^7.1.3, semver@^7.2.2:
version "7.2.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.2.2.tgz#d01432d74ed3010a20ffaf909d63a691520521cd"
integrity sha512-Zo84u6o2PebMSK3zjJ6Zp5wi8VnQZnEaCP13Ul/lt1ANsLACxnJxq4EEm1PY94/por1Hm9+7xpIswdS5AkieMA==

send@0.17.1:
version "0.17.1"
Expand Down

0 comments on commit bf20588

Please sign in to comment.