Skip to content

Commit 6efd96b

Browse files
authored
Update select non-major dependencies (#6742)
* Update @babel/register * Update @babel/preset-env * Update @rushstack/ts-command-line * Update express types
1 parent 7e08670 commit 6efd96b

File tree

5 files changed

+628
-564
lines changed

5 files changed

+628
-564
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@babel/core": "7.17.10",
23-
"@babel/preset-env": "7.17.10",
23+
"@babel/preset-env": "7.19.4",
2424
"@types/chai": "4.3.3",
2525
"@types/mocha": "9.1.1",
2626
"babel-loader": "8.2.5",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"devDependencies": {
6565
"@babel/core": "7.17.10",
6666
"@babel/plugin-transform-modules-commonjs": "7.18.6",
67-
"@babel/preset-env": "7.17.10",
67+
"@babel/preset-env": "7.19.4",
6868
"@babel/preset-typescript": "7.16.7",
69-
"@babel/register": "7.17.7",
69+
"@babel/register": "7.18.9",
7070
"@changesets/changelog-github": "0.4.7",
7171
"@changesets/cli": "2.25.0",
7272
"@types/chai": "4.3.3",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"rollup-plugin-sourcemaps": "0.6.3",
120120
"rollup-plugin-typescript2": "0.31.2",
121121
"typescript": "4.2.2",
122-
"@types/express": "4.17.3"
122+
"@types/express": "4.17.14"
123123
},
124124
"repository": {
125125
"directory": "packages/auth",

repo-scripts/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"api-extractor-model-me": "0.1.1",
2525
"@microsoft/tsdoc": "0.12.24",
2626
"@rushstack/node-core-library": "3.45.5",
27-
"@rushstack/ts-command-line": "4.11.0",
27+
"@rushstack/ts-command-line": "4.13.0",
2828
"colors": "~1.4.0",
2929
"resolve": "~1.22.0",
3030
"tslib": "^2.1.0",

0 commit comments

Comments
 (0)