Skip to content

Commit 0801740

Browse files
committed
upgrade some deps
1 parent 9b6872d commit 0801740

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sao.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
installDependencies: true,
5050
post(context, stream) {
5151
// run eslint --fix
52-
exec(`cd ${context.folderName} && yarn lint:fix`, (err, stdout, stderr) => {
52+
exec(`cd ${context.folderPath} && yarn lint:fix`, (err, stdout, stderr) => {
5353
if (err) {
5454
console.log(err.message);
5555
return;

template/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"eslint-plugin-react": "^7.7.0",
3636
"eslint-plugin-standard": "^3.0.1",
3737
"node-sass": "^4.9.0",
38-
"poi": "^10.2.3",
38+
"poi": "^10.2.9",
3939
"postcss-flexbugs-fixes": "^3.3.0",
40-
"purgecss-webpack-plugin": "^0.20.1",
41-
"purgecss-whitelister": "^1.1.3",
40+
"purgecss-webpack-plugin": "^1.2.0",
41+
"purgecss-whitelister": "^2.1.0",
4242
"react-hot-loader": "^4.3.0",
4343
"sass-loader": "^6.0.7",
4444
"serve": "^7.2.0"<% if(tailwindcss) { %>,

0 commit comments

Comments
 (0)