Skip to content

Commit 4cc20b9

Browse files
committed
ADD: Browserlist support, upath resolution to 1.1.1
1 parent 4528781 commit 4cc20b9

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"prod": "rimraf dist && webpack --config ./build/webpack.config.js --mode production -p --progress "
1919
},
2020
"resolutions": {
21-
"upath": "1.1.0"
21+
"upath": "1.1.1"
2222
},
2323
"devDependencies": {
2424
"@babel/core": "^7.14.3",
@@ -56,5 +56,8 @@
5656
"dependencies": {
5757
"jquery": "^3.6.0",
5858
"normalize.css": "^8.0.1"
59-
}
59+
},
60+
"browserslist": [
61+
"defaults"
62+
]
6063
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7511,10 +7511,10 @@ unset-value@^1.0.0:
75117511
has-value "^0.3.1"
75127512
isobject "^3.0.0"
75137513

7514-
upath@^1.1.1:
7515-
version "1.2.0"
7516-
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
7517-
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
7514+
upath@1.1.1, upath@^1.1.1:
7515+
version "1.1.1"
7516+
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.1.tgz#497f7c1090b0818f310bbfb06783586a68d28014"
7517+
integrity sha512-D0yetkpIOKiZQquxjM2Syvy48Y1DbZ0SWxgsZiwd9GCWRpc75vN8ytzem14WDSg+oiX6+Qt31FpiS/ExODCrLg==
75187518

75197519
uri-js@^4.2.2:
75207520
version "4.4.0"

0 commit comments

Comments
 (0)