Skip to content

Commit fa8714a

Browse files
committed
sync dependencies
1 parent 338b46d commit fa8714a

File tree

4 files changed

+168
-211
lines changed

4 files changed

+168
-211
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"regenerator": true
2121
}],
2222
"@babel/plugin-syntax-dynamic-import",
23-
// "styled-components",
23+
// "babel-plugin-styled-components",
2424
"lodash"
2525
]
2626
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"timelimit": "^1.0.1"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.4.3",
26+
"@babel/core": "^7.4.4",
2727
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
28-
"@babel/plugin-transform-runtime": "^7.4.3",
29-
"@babel/preset-env": "^7.4.3",
28+
"@babel/plugin-transform-runtime": "^7.4.4",
29+
"@babel/preset-env": "^7.4.4",
3030
"@babel/preset-react": "^7.0.0",
31-
"@babel/runtime": "^7.4.3",
31+
"@babel/runtime": "^7.4.4",
3232
"@types/bowser": "^1.1.1",
3333
"@types/fast-levenshtein": "0.0.1",
3434
"@types/lodash": "^4.14.123",

webpack/rules.js

-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
// const styledComponentsTransformer = createStyledComponentsTransformer()
44

5-
const { createLodashTransformer } = require('typescript-plugin-lodash')
6-
75
const tsOptions = env => env === 'dev' ? {
86
// getCustomTransformers: () => ({ before: [styledComponentsTransformer] }),
97
useCache: true,
108
} : {
11-
getCustomTransformers: () => ({ before: [createLodashTransformer()] }),
129
ignoreDiagnostics: [],
1310
}
1411

0 commit comments

Comments
 (0)