Skip to content

Commit 78cbca4

Browse files
committed
fix(bug): rollback on Caniuse version to 4.6.2 which doesn't include a dependency on the bad version of caniuse-lite
1 parent 0160ea9 commit 78cbca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@wessberg/scaffold": "^1.0.18",
5353
"@wessberg/ts-config": "^0.0.41",
5454
"standard-changelog": "^2.0.11",
55-
"@wessberg/rollup-plugin-ts": "^1.1.55",
55+
"@wessberg/rollup-plugin-ts": "^1.1.56",
5656
"tslint": "^5.17.0",
5757
"prettier": "^1.18.2",
5858
"pretty-quick": "^1.11.1",
@@ -75,7 +75,7 @@
7575
"@types/mkdirp": "^0.5.2",
7676
"@types/node": "^12.0.8",
7777
"@types/resolve": "0.0.8",
78-
"@wessberg/browserslist-generator": "1.0.22",
78+
"@wessberg/browserslist-generator": "1.0.23",
7979
"@wessberg/stringutil": "^1.0.18",
8080
"browserslist": "4.6.2",
8181
"find-up": "^4.1.0",

0 commit comments

Comments
 (0)