Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f92a74

Browse files
authoredFeb 4, 2025··
Update dependencies in packages and repo-scripts (#8729)
1 parent d1c6e31 commit 2f92a74

File tree

96 files changed

+3865
-6192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+3865
-6192
lines changed
 

‎config/api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
*
101101
* DEFAULT VALUE: false
102102
*/
103-
// "skipLibCheck": true,
103+
"skipLibCheck": true,
104104
},
105105

106106
/**

‎package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
"repo-scripts/*"
6363
],
6464
"devDependencies": {
65-
"@babel/core": "7.26.0",
65+
"@babel/core": "7.26.7",
6666
"@babel/plugin-transform-modules-commonjs": "7.26.3",
67-
"@babel/preset-env": "7.26.0",
67+
"@babel/preset-env": "7.26.7",
6868
"@babel/preset-typescript": "7.26.0",
6969
"@babel/register": "7.25.9",
7070
"@changesets/changelog-github": "0.5.0",
71-
"@changesets/cli": "2.27.11",
71+
"@changesets/cli": "2.27.12",
7272
"@types/chai": "4.3.20",
7373
"@types/chai-as-promised": "7.1.8",
7474
"@types/child-process-promise": "2.2.6",
@@ -80,7 +80,7 @@
8080
"@types/long": "4.0.2",
8181
"@types/mocha": "9.1.1",
8282
"@types/mz": "2.7.8",
83-
"@types/node": "18.19.71",
83+
"@types/node": "18.19.74",
8484
"@types/request": "2.48.12",
8585
"@types/sinon": "9.0.11",
8686
"@types/sinon-chai": "3.2.12",
@@ -139,7 +139,7 @@
139139
"nyc": "15.1.0",
140140
"ora": "5.4.1",
141141
"patch-package": "7.0.2",
142-
"playwright": "1.49.1",
142+
"playwright": "1.50.0",
143143
"postinstall-postinstall": "2.1.0",
144144
"prettier": "2.8.8",
145145
"protractor": "5.4.2",

0 commit comments

Comments
 (0)
Please sign in to comment.