Skip to content

Commit 12c07c8

Browse files
committed
chore: update deps of babel-preset-base
Also remove peerDeps of eslint-config due to some yarn error. Will come back at it later. yarnpkg/yarn#6285
1 parent b33d077 commit 12c07c8

File tree

3 files changed

+88
-566
lines changed

3 files changed

+88
-566
lines changed

packages/babel-preset-base/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"private": false,
1919
"dependencies": {
2020
"@babel/helper-plugin-utils": "^7.0.0",
21-
"@babel/plugin-proposal-class-properties": "^7.4.4",
21+
"@babel/plugin-proposal-class-properties": "^7.5.5",
2222
"@babel/plugin-proposal-json-strings": "^7.2.0",
2323
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
2424
"@babel/plugin-syntax-import-meta": "^7.2.0",
25-
"@babel/plugin-transform-destructuring": "^7.4.4",
26-
"@babel/plugin-transform-runtime": "^7.4.4",
27-
"@babel/preset-env": "^7.4.4",
28-
"@babel/preset-react": "^7.0.0",
29-
"@babel/runtime": "^7.4.4"
25+
"@babel/plugin-transform-destructuring": "^7.6.0",
26+
"@babel/plugin-transform-runtime": "^7.6.2",
27+
"@babel/preset-env": "^7.6.3",
28+
"@babel/preset-react": "^7.6.3",
29+
"@babel/runtime": "^7.6.3"
3030
},
3131
"peerDependencies": {
3232
"@babel/core": ">=7.0.0"
@@ -52,7 +52,7 @@
5252
"access": "public"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "7.5.5",
55+
"@babel/core": "7.6.4",
5656
"@wpackio/eslint-config": "^3.5.0",
5757
"dts-gen": "0.5.8"
5858
}

packages/eslint-config/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"author": "Swashata Ghosh <[email protected]> (https://swas.io)",
1515
"license": "MIT",
1616
"private": false,
17-
"peerDependencies": {
18-
"eslint": ">=5.3.0",
19-
"prettier": ">=1.12.1"
20-
},
2117
"dependencies": {
2218
"@typescript-eslint/eslint-plugin": "1.7.0",
2319
"@typescript-eslint/parser": "1.7.0",

0 commit comments

Comments
 (0)