Skip to content

Commit cdc9ea6

Browse files
authored
chore(deps): consolidate dev dependencies in the root package.json (microsoft#40380)
1 parent ffce80c commit cdc9ea6

4 files changed

Lines changed: 66 additions & 90 deletions

File tree

package-lock.json

Lines changed: 33 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,41 @@
5656
"devDependencies": {
5757
"@actions/core": "^3.0.0",
5858
"@actions/github": "^8.0.0",
59-
"@babel/code-frame": "^7.26.2",
59+
"@babel/code-frame": "^7.27.1",
60+
"@babel/core": "^7.28.0",
61+
"@babel/helper-plugin-utils": "^7.27.1",
62+
"@babel/parser": "^7.28.0",
63+
"@babel/plugin-proposal-decorators": "^7.28.0",
64+
"@babel/plugin-syntax-async-generators": "^7.8.4",
65+
"@babel/plugin-syntax-import-attributes": "^7.27.1",
66+
"@babel/plugin-syntax-json-strings": "^7.8.3",
67+
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
68+
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
69+
"@babel/plugin-transform-class-properties": "^7.27.1",
70+
"@babel/plugin-transform-class-static-block": "^7.27.1",
71+
"@babel/plugin-transform-explicit-resource-management": "^7.28.0",
72+
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
73+
"@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
74+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
75+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
76+
"@babel/plugin-transform-numeric-separator": "^7.27.1",
77+
"@babel/plugin-transform-optional-chaining": "^7.27.1",
78+
"@babel/plugin-transform-private-methods": "^7.27.1",
79+
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
80+
"@babel/plugin-transform-react-jsx": "^7.27.1",
81+
"@babel/preset-typescript": "^7.27.1",
6082
"@eslint/compat": "^1.3.2",
6183
"@eslint/eslintrc": "^3.3.1",
6284
"@eslint/js": "^9.34.0",
85+
"@jest/expect-utils": "30.2.0",
6386
"@modelcontextprotocol/sdk": "^1.28.0",
6487
"@octokit/graphql-schema": "^15.26.0",
6588
"@stylistic/eslint-plugin": "^5.2.3",
89+
"@types/babel__code-frame": "^7.0.6",
90+
"@types/babel__core": "^7.20.5",
91+
"@types/babel__helper-plugin-utils": "^7.10.3",
92+
"@types/babel__traverse": "^7.20.6",
93+
"@types/chrome": "^0.0.315",
6694
"@types/codemirror": "^5.60.7",
6795
"@types/debug": "^4.1.7",
6896
"@types/diff": "^5.2.3",
@@ -73,12 +101,11 @@
73101
"@types/node": "18.19.76",
74102
"@types/pngjs": "^6.0.1",
75103
"@types/progress": "^2.0.5",
76-
"@types/proper-lockfile": "^4.1.2",
77104
"@types/proxy-from-env": "^1.0.1",
78105
"@types/react": "^19.2.1",
79106
"@types/react-dom": "^19.2.1",
107+
"@types/retry": "^0.12.5",
80108
"@types/source-map-support": "^0.5.4",
81-
"@types/stack-utils": "^2.0.1",
82109
"@types/stoppable": "^1.1.1",
83110
"@types/ws": "8.2.2",
84111
"@types/xml2js": "^0.4.9",
@@ -113,6 +140,8 @@
113140
"graceful-fs": "4.2.10",
114141
"https-proxy-agent": "7.0.6",
115142
"ini": "^6.0.0",
143+
"jest-matcher-utils": "30.2.0",
144+
"jest-message-util": "30.2.0",
116145
"jpeg-js": "0.4.4",
117146
"json5": "2.2.3",
118147
"license-checker": "^25.0.1",
@@ -133,6 +162,7 @@
133162
"stoppable": "1.1.0",
134163
"typescript": "^5.9.2",
135164
"vite": "^6.4.1",
165+
"vite-plugin-static-copy": "^3.1.1",
136166
"ws": "8.17.1",
137167
"xml2js": "^0.5.0",
138168
"yaml": "^2.8.3",

packages/extension/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,5 @@
2121
"test": "playwright test",
2222
"lint": "tsc --project .",
2323
"clean": "rm -rf dist test-results"
24-
},
25-
"devDependencies": {
26-
"@types/chrome": "^0.0.315",
27-
"minimist": "^1.2.5",
28-
"vite-plugin-static-copy": "^3.1.1"
2924
}
3025
}

packages/playwright/package.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -55,38 +55,6 @@
5555
"dependencies": {
5656
"playwright-core": "1.60.0-next"
5757
},
58-
"devDependencies": {
59-
"@babel/code-frame": "^7.27.1",
60-
"@babel/core": "^7.28.0",
61-
"@babel/helper-plugin-utils": "^7.27.1",
62-
"@babel/parser": "^7.28.0",
63-
"@babel/plugin-proposal-decorators": "^7.28.0",
64-
"@babel/plugin-syntax-async-generators": "^7.8.4",
65-
"@babel/plugin-syntax-import-attributes": "^7.27.1",
66-
"@babel/plugin-syntax-json-strings": "^7.8.3",
67-
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
68-
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
69-
"@babel/plugin-transform-class-properties": "^7.27.1",
70-
"@babel/plugin-transform-class-static-block": "^7.27.1",
71-
"@babel/plugin-transform-explicit-resource-management": "^7.28.0",
72-
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
73-
"@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
74-
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
75-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
76-
"@babel/plugin-transform-numeric-separator": "^7.27.1",
77-
"@babel/plugin-transform-optional-chaining": "^7.27.1",
78-
"@babel/plugin-transform-private-methods": "^7.27.1",
79-
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
80-
"@babel/plugin-transform-react-jsx": "^7.27.1",
81-
"@babel/preset-typescript": "^7.27.1",
82-
"@types/babel__code-frame": "^7.0.6",
83-
"@types/babel__core": "^7.20.5",
84-
"@types/babel__helper-plugin-utils": "^7.10.3",
85-
"@types/babel__traverse": "^7.20.6",
86-
"@jest/expect-utils": "30.2.0",
87-
"jest-matcher-utils": "30.2.0",
88-
"jest-message-util": "30.2.0"
89-
},
9058
"optionalDependencies": {
9159
"fsevents": "2.3.2"
9260
}

0 commit comments

Comments
 (0)