Skip to content

Commit

Permalink
Update select non-major dependencies (#6742)
Browse files Browse the repository at this point in the history
* Update @babel/register

* Update @babel/preset-env

* Update @rushstack/ts-command-line

* Update express types
  • Loading branch information
dwyfrequency committed Nov 4, 2022
1 parent 7e08670 commit 6efd96b
Show file tree
Hide file tree
Showing 5 changed files with 628 additions and 564 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/preset-env": "7.17.10",
"@babel/preset-env": "7.19.4",
"@types/chai": "4.3.3",
"@types/mocha": "9.1.1",
"babel-loader": "8.2.5",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -64,9 +64,9 @@
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/plugin-transform-modules-commonjs": "7.18.6",
"@babel/preset-env": "7.17.10",
"@babel/preset-env": "7.19.4",
"@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.7",
"@babel/register": "7.18.9",
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.0",
"@types/chai": "4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Expand Up @@ -119,7 +119,7 @@
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2",
"@types/express": "4.17.3"
"@types/express": "4.17.14"
},
"repository": {
"directory": "packages/auth",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/api-documenter/package.json
Expand Up @@ -24,7 +24,7 @@
"api-extractor-model-me": "0.1.1",
"@microsoft/tsdoc": "0.12.24",
"@rushstack/node-core-library": "3.45.5",
"@rushstack/ts-command-line": "4.11.0",
"@rushstack/ts-command-line": "4.13.0",
"colors": "~1.4.0",
"resolve": "~1.22.0",
"tslib": "^2.1.0",
Expand Down

0 comments on commit 6efd96b

Please sign in to comment.