Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit fb10395

Browse files
committed
Merge branch 'master' of https://github.com/pizzafox/netlify-cache-nextjs into master
2 parents 5b4a163 + 8371e48 commit fb10395

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"prettier": "2.0.4",
1616
"prettier-config-xo": "1.0.3",
1717
"semantic-release": "17.1.1",
18-
"tsdx": "^0.13.3",
19-
"tslib": "^2.0.1",
18+
"tsdx": "0.13.3",
19+
"tslib": "2.0.1",
2020
"typescript": "3.9.7",
2121
"xo": "0.33.1"
2222
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13409,7 +13409,7 @@ tsconfig-paths@^3.9.0:
1340913409
minimist "^1.2.0"
1341013410
strip-bom "^3.0.0"
1341113411

13412-
tsdx@^0.13.3:
13412+
1341313413
version "0.13.3"
1341413414
resolved "https://registry.yarnpkg.com/tsdx/-/tsdx-0.13.3.tgz#b8a23ed1cb06f1d00bfd0f541f5d3cac90b611f5"
1341513415
integrity sha512-IzEzSygWpGC/E6UQ1rPxRRpeRLPQ3RBSmisTcX2p9PKFItrwG50MaW8DfVDIolkk4Xt9cYUfgjJ+g01qN2gMYQ==
@@ -13481,16 +13481,16 @@ [email protected], tslib@^1.8.1, tslib@^1.9.0:
1348113481
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
1348213482
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
1348313483

13484+
13485+
version "2.0.1"
13486+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
13487+
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
13488+
1348413489
tslib@^1, tslib@^1.9.3:
1348513490
version "1.11.1"
1348613491
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
1348713492
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
1348813493

13489-
tslib@^2.0.1:
13490-
version "2.0.1"
13491-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
13492-
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
13493-
1349413494
tsutils@^3.17.1:
1349513495
version "3.17.1"
1349613496
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"

0 commit comments

Comments
 (0)