File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules
2
2
.vscode
3
3
.DS_Store
4
4
dist
5
+ yarn-error.log
Original file line number Diff line number Diff line change 17
17
"dev" : " webpack-dev-server --config ./build/webpack.config.js -env.NODE_ENV=development --mode=development --progress --open" ,
18
18
"prod" : " rimraf dist && webpack --config ./build/webpack.config.js --env.NODE_ENV=production --mode=production -p --progress "
19
19
},
20
+ "resolutions" : {
21
+ "upath" : " 1.1.0"
22
+ },
20
23
"devDependencies" : {
21
24
"autoprefixer" : " ^8.2.0" ,
22
25
"babel-core" : " ^6.26.0" ,
Original file line number Diff line number Diff line change @@ -6980,9 +6980,10 @@ unset-value@^1.0.0:
6980
6980
has-value "^0.3.1"
6981
6981
isobject "^3.0.0"
6982
6982
6983
- upath@^1.0.0 :
6984
- version "1.0.4"
6985
- resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
6983
+ upath@1.1.0, upath@^1.0.0 :
6984
+ version "1.1.0"
6985
+ resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
6986
+ integrity sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==
6986
6987
6987
6988
upper-case@^1.1.1 :
6988
6989
version "1.1.3"
You can’t perform that action at this time.
0 commit comments