Skip to content

Commit b50aabb

Browse files
committed
FIX: #23
1 parent a7eb6e8 commit b50aabb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.vscode
33
.DS_Store
44
dist
5+
yarn-error.log

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
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",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
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==
69866987

69876988
upper-case@^1.1.1:
69886989
version "1.1.3"

0 commit comments

Comments
 (0)