Skip to content

Commit

Permalink
Bump semver and @types/semver dependencies
Browse files Browse the repository at this point in the history
Fixes #4216
  • Loading branch information
nipunn1313 committed Jul 18, 2023
1 parent 1b79123 commit 206de17
Show file tree
Hide file tree
Showing 13 changed files with 649 additions and 654 deletions.
4 changes: 2 additions & 2 deletions apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"colors": "~1.2.1",
"lodash": "~4.17.15",
"resolve": "~1.22.1",
"semver": "~7.3.0",
"semver": "~7.5.4",
"source-map": "~0.6.1",
"typescript": "~5.0.4"
},
Expand All @@ -58,6 +58,6 @@
"@types/lodash": "4.14.116",
"@types/node": "14.18.36",
"@types/resolve": "1.20.2",
"@types/semver": "7.3.5"
"@types/semver": "7.5.0"
}
}
4 changes: 2 additions & 2 deletions apps/rush/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@microsoft/rush-lib": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"colors": "~1.2.1",
"semver": "~7.3.0"
"semver": "~7.5.4"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
Expand All @@ -50,6 +50,6 @@
"@rushstack/rush-http-build-cache-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36",
"@types/semver": "7.3.5"
"@types/semver": "7.5.0"
}
}
4 changes: 2 additions & 2 deletions apps/trace-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@rushstack/ts-command-line": "workspace:*",
"colors": "~1.2.1",
"resolve": "~1.22.1",
"semver": "~7.3.0",
"semver": "~7.5.4",
"typescript": "~5.0.4"
},
"devDependencies": {
Expand All @@ -32,6 +32,6 @@
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36",
"@types/resolve": "1.20.2",
"@types/semver": "7.3.5"
"@types/semver": "7.5.0"
}
}
4 changes: 2 additions & 2 deletions build-tests/api-extractor-test-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"_phase:build": "node build.js"
},
"dependencies": {
"@types/semver": "7.3.5",
"@types/semver": "7.5.0",
"api-extractor-test-01": "workspace:*",
"semver": "~7.3.0"
"semver": "~7.5.4"
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down
Loading

0 comments on commit 206de17

Please sign in to comment.