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

Commit c90285e

Browse files
committed
Pin dependencies
1 parent 2193e36 commit c90285e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"node": "vercel uses this value to select which node version to use. string must match vercel options exactly to silence warnings."
1313
},
1414
"dependencies": {
15-
"bs-platform": "^9.0.2",
15+
"bs-platform": "9.0.2",
1616
"next": "^11.0.0",
1717
"react": "^17.0.2",
1818
"react-dom": "^17.0.2"
@@ -21,14 +21,14 @@
2121
"bs-platform": "This a regular dependency because the included standard libraries are used during runtime"
2222
},
2323
"devDependencies": {
24-
"@rescript/react": "^0.10.3",
25-
"@tailwindcss/forms": "^0.3.3",
26-
"@tailwindcss/typography": "^0.4.1",
27-
"autoprefixer": "^10.2.6",
28-
"concurrently": "^6.2.0",
29-
"next-transpile-modules": "^8.0.0",
30-
"postcss": "^8.3.5",
31-
"tailwindcss": "^2.2.2"
24+
"@rescript/react": "0.10.3",
25+
"@tailwindcss/forms": "0.3.3",
26+
"@tailwindcss/typography": "0.4.1",
27+
"autoprefixer": "10.2.6",
28+
"concurrently": "6.2.0",
29+
"next-transpile-modules": "8.0.0",
30+
"postcss": "8.3.5",
31+
"tailwindcss": "2.2.2"
3232
},
3333
"scripts": {
3434
"next:debug": "NODE_OPTIONS='--inspect' next dev",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,19 @@
126126
"@nodelib/fs.scandir" "2.1.5"
127127
fastq "^1.6.0"
128128

129-
"@rescript/react@^0.10.3":
129+
"@rescript/[email protected]":
130130
version "0.10.3"
131131
resolved "https://registry.yarnpkg.com/@rescript/react/-/react-0.10.3.tgz#a2a8bed6b017940ec26c2154764b350f50348889"
132132
integrity sha512-Lf9rzrR3bQPKJjOK3PBRa/B3xrJ7CqQ1HYr9VHPVxJidarIJJFZBhj0Dg1uZURX+Wg/xiP0PHFxXmdj2bK8Vxw==
133133

134-
"@tailwindcss/forms@^0.3.3":
134+
"@tailwindcss/[email protected]":
135135
version "0.3.3"
136136
resolved "https://registry.yarnpkg.com/@tailwindcss/forms/-/forms-0.3.3.tgz#a29d22668804f3dae293dcadbef1aa6315c45b64"
137137
integrity sha512-U8Fi/gq4mSuaLyLtFISwuDYzPB73YzgozjxOIHsK6NXgg/IWD1FLaHbFlWmurAMyy98O+ao74ksdQefsquBV1Q==
138138
dependencies:
139139
mini-svg-data-uri "^1.2.3"
140140

141-
"@tailwindcss/typography@^0.4.1":
141+
"@tailwindcss/[email protected]":
142142
version "0.4.1"
143143
resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.4.1.tgz#51ddbceea6a0ee9902c649dbe58871c81a831212"
144144
integrity sha512-ovPPLUhs7zAIJfr0y1dbGlyCuPhpuv/jpBoFgqAc658DWGGrOBWBMpAWLw2KlzbNeVk4YBJMzue1ekvIbdw6XA==
@@ -252,7 +252,7 @@ [email protected]:
252252
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48"
253253
integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==
254254

255-
autoprefixer@^10.2.6:
255+
256256
version "10.2.6"
257257
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.6.tgz#aadd9ec34e1c98d403e01950038049f0eb252949"
258258
integrity sha512-8lChSmdU6dCNMCQopIf4Pe5kipkAGj/fvTMslCsih0uHpOrXOPUEVOmYMMqmw3cekQkSD7EhIeuYl5y0BLdKqg==
@@ -396,7 +396,7 @@ [email protected], browserslist@^4.16.6:
396396
escalade "^3.1.1"
397397
node-releases "^1.1.71"
398398

399-
bs-platform@^9.0.2:
399+
400400
version "9.0.2"
401401
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-9.0.2.tgz#a6eac70eb8924a322556dacaccbfbc9b2a0d3a37"
402402
integrity sha512-Ye9JqJ4Oa7mcjjoOVRYI8Uc2Cf8N7jQLWDcdUplY7996d/YErSR7WitmV7XnSwr4EvdrbwjEsg1NxNjUQv3ChA==
@@ -593,7 +593,7 @@ [email protected]:
593593
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
594594
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
595595

596-
concurrently@^6.2.0:
596+
597597
version "6.2.0"
598598
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-6.2.0.tgz#587e2cb8afca7234172d8ea55176088632c4c56d"
599599
integrity sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==
@@ -1539,7 +1539,7 @@ [email protected]:
15391539
dependencies:
15401540
querystring "^0.2.0"
15411541

1542-
next-transpile-modules@^8.0.0:
1542+
15431543
version "8.0.0"
15441544
resolved "https://registry.yarnpkg.com/next-transpile-modules/-/next-transpile-modules-8.0.0.tgz#56375cdc25ae5d23a834195f277fc2737b26cb97"
15451545
integrity sha512-Q2f2yB0zMJ8KJbIYAeZoIxG6cSfVk813zr6B5HzsLMBVcJ3FaF8lKr7WG66n0KlHCwjLSmf/6EkgI6QQVWHrDw==
@@ -1901,7 +1901,7 @@ [email protected]:
19011901
nanoid "^3.1.22"
19021902
source-map "^0.6.1"
19031903

1904-
postcss@^8.1.6, postcss@^8.2.1, postcss@^8.3.5:
1904+
postcss@8.3.5, postcss@^8.1.6, postcss@^8.2.1:
19051905
version "8.3.5"
19061906
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
19071907
integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==
@@ -2444,7 +2444,7 @@ supports-color@^8.0.0, supports-color@^8.1.0:
24442444
dependencies:
24452445
has-flag "^4.0.0"
24462446

2447-
tailwindcss@^2.2.2:
2447+
24482448
version "2.2.2"
24492449
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.2.tgz#28a99c87b5a6b2bf6298a77d88dc0590e84fa8ee"
24502450
integrity sha512-OzFWhlnfrO3JXZKHQiqZcb0Wwl3oJSmQ7PvT2jdIgCjV5iUoAyql9bb9ZLCSBI5TYXmawujXAoNxXVfP5Auy/Q==

0 commit comments

Comments
 (0)