Skip to content

Commit

Permalink
Upgrade semver types to match package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
iclanton committed Jul 3, 2020
1 parent 5e3c3ea commit 1771839
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@rushstack/eslint-config": "1.0.2",
"@types/jest": "25.2.1",
"@types/lodash": "4.14.116",
"@types/semver": "~7.2.0",
"@types/semver": "~7.3.1",
"@types/node": "10.17.13",
"@types/resolve": "1.17.1",
"gulp": "~4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/npm-packlist": "~1.1.1",
"@types/read-package-tree": "5.1.0",
"@types/resolve": "1.17.1",
"@types/semver": "~7.2.0",
"@types/semver": "~7.3.1",
"@types/strict-uri-encode": "2.0.0",
"@types/tar": "4.0.3",
"@types/wordwrap": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/rush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@rushstack/eslint-config": "1.0.2",
"@types/jest": "25.2.1",
"@types/node": "10.17.13",
"@types/semver": "~7.2.0",
"@types/semver": "~7.3.1",
"@types/sinon": "1.16.34",
"chai": "~3.5.0",
"gulp": "~4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/api-extractor-test-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "node build.js"
},
"dependencies": {
"@types/semver": "~7.2.0",
"@types/semver": "~7.3.1",
"api-extractor-test-01": "1.0.0",
"semver": "~7.3.0"
},
Expand Down
162 changes: 81 additions & 81 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core-build/gulp-core-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "10.17.13",
"@types/node-notifier": "0.0.28",
"@types/orchestrator": "0.0.30",
"@types/semver": "~7.2.0",
"@types/semver": "~7.3.1",
"@types/through2": "2.0.32",
"@types/vinyl": "2.0.3",
"@types/yargs": "0.0.34",
Expand Down
2 changes: 1 addition & 1 deletion libraries/node-core-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/fs-extra": "7.0.0",
"@types/jest": "25.2.1",
"@types/jju": "1.4.1",
"@types/semver": "~7.2.0",
"@types/semver": "~7.3.1",
"@types/timsort": "0.3.0",
"@types/z-schema": "3.16.31",
"gulp": "~4.0.2"
Expand Down

0 comments on commit 1771839

Please sign in to comment.