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
22.vscode
33.DS_Store
44dist
5+ yarn-error.log
Original file line number Diff line number Diff line change 1717 "dev" : " webpack-dev-server --config ./build/webpack.config.js -env.NODE_ENV=development --mode=development --progress --open" ,
1818 "prod" : " rimraf dist && webpack --config ./build/webpack.config.js --env.NODE_ENV=production --mode=production -p --progress "
1919 },
20+ "resolutions" : {
21+ "upath" : " 1.1.0"
22+ },
2023 "devDependencies" : {
2124 "autoprefixer" : " ^8.2.0" ,
2225 "babel-core" : " ^6.26.0" ,
Original file line number Diff line number Diff line change @@ -6980,9 +6980,10 @@ unset-value@^1.0.0:
69806980 has-value "^0.3.1"
69816981 isobject "^3.0.0"
69826982
6983- upath@^1.0.0 :
6984- version "1.0.4"
6985- resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d"
6983+ 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==
69866987
69876988upper-case@^1.1.1 :
69886989 version "1.1.3"
You can’t perform that action at this time.
0 commit comments