Skip to content

Commit ed498a7

Browse files
Use workspace:* for devDependencies (again) (#12217)
Co-authored-by: Huáng Jùnliàng <[email protected]>
1 parent 63567f0 commit ed498a7

File tree

115 files changed

+226
-226
lines changed

Some content is hidden

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

115 files changed

+226
-226
lines changed

.yarn/plugins/@yarnpkg/plugin-babel-release-tool.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

eslint/babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"semver": "^6.3.0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "workspace:^7.12.1",
38+
"@babel/core": "workspace:*",
3939
"dedent": "^0.7.0",
4040
"eslint": "^7.5.0",
4141
"lodash.clonedeep": "^4.5.0"

packages/babel-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/core": "^7.0.0-0"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "workspace:^7.12.1",
43+
"@babel/core": "workspace:*",
4444
"@babel/helper-fixtures": "workspace:*",
4545
"rimraf": "^3.0.0"
4646
},

packages/babel-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"source-map": "^0.5.0"
6262
},
6363
"devDependencies": {
64-
"@babel/helper-transform-fixture-test-runner": "workspace:^7.12.1"
64+
"@babel/helper-transform-fixture-test-runner": "workspace:*"
6565
}
6666
}

packages/babel-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"devDependencies": {
2626
"@babel/helper-fixtures": "workspace:*",
27-
"@babel/parser": "workspace:^7.12.1"
27+
"@babel/parser": "workspace:*"
2828
}
2929
}

packages/babel-helper-bindify-decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@babel/types": "workspace:^7.12.1"
1717
},
1818
"devDependencies": {
19-
"@babel/traverse": "workspace:^7.12.1"
19+
"@babel/traverse": "workspace:*"
2020
}
2121
}

packages/babel-helper-call-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@babel/types": "workspace:^7.12.1"
1818
},
1919
"devDependencies": {
20-
"@babel/traverse": "workspace:^7.12.1"
20+
"@babel/traverse": "workspace:*"
2121
}
2222
}

packages/babel-helper-compilation-targets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@babel/core": "^7.0.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "workspace:^7.12.1"
33+
"@babel/core": "workspace:*"
3434
}
3535
}

packages/babel-helper-create-class-features-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/core": "^7.0.0"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "workspace:^7.12.1",
31+
"@babel/core": "workspace:*",
3232
"@babel/helper-plugin-test-runner": "workspace:*"
3333
}
3434
}

packages/babel-helper-create-regexp-features-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/core": "^7.0.0"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "workspace:^7.12.1",
29+
"@babel/core": "workspace:*",
3030
"@babel/helper-plugin-test-runner": "workspace:*"
3131
}
3232
}

0 commit comments

Comments
 (0)