Skip to content

Commit eec01fe

Browse files
authored
chore: use workspace:* for dev deps (#12186)
1 parent 84987a0 commit eec01fe

120 files changed

Lines changed: 746 additions & 746 deletions

File tree

Some content is hidden

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

codemods/babel-plugin-codemod-object-assign-to-object-spread/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "^7.0.0-0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "workspace:^7.10.4",
27-
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
26+
"@babel/core": "workspace:*",
27+
"@babel/helper-plugin-test-runner": "workspace:*"
2828
}
2929
}

codemods/babel-plugin-codemod-optional-catch-binding/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/core": "^7.0.0-0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "workspace:^7.10.4",
27-
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
26+
"@babel/core": "workspace:*",
27+
"@babel/helper-plugin-test-runner": "workspace:*"
2828
}
2929
}

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.11.5",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@babel/core": "^7.0.0-0"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "workspace:^7.12.0",
44-
"@babel/helper-fixtures": "workspace:^7.10.5",
43+
"@babel/core": "workspace:*",
44+
"@babel/helper-fixtures": "workspace:*",
4545
"rimraf": "^3.0.0"
4646
},
4747
"bin": {

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.0"
64+
"@babel/helper-transform-fixture-test-runner": "workspace:*"
6565
}
6666
}

packages/babel-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"source-map": "^0.5.0"
2424
},
2525
"devDependencies": {
26-
"@babel/helper-fixtures": "workspace:^7.10.5",
27-
"@babel/parser": "workspace:^7.12.0"
26+
"@babel/helper-fixtures": "workspace:*",
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.10.4"
1717
},
1818
"devDependencies": {
19-
"@babel/traverse": "workspace:^7.10.4"
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.10.4"
1818
},
1919
"devDependencies": {
20-
"@babel/traverse": "workspace:^7.10.4"
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.0"
33+
"@babel/core": "workspace:*"
3434
}
3535
}

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

Lines changed: 2 additions & 2 deletions
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.0",
32-
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
31+
"@babel/core": "workspace:*",
32+
"@babel/helper-plugin-test-runner": "workspace:*"
3333
}
3434
}

0 commit comments

Comments
 (0)