Skip to content

Commit 6713fda

Browse files
committed
fix(deps): pin dependencies
1 parent cb02b87 commit 6713fda

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lerna": "3.22.0"
3333
},
3434
"dependencies": {
35-
"patch-package": "^6.2.2",
36-
"postinstall-postinstall": "^2.1.0"
35+
"patch-package": "6.2.2",
36+
"postinstall-postinstall": "2.1.0"
3737
}
3838
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10919,9 +10919,9 @@ pascalcase@^0.1.1:
1091910919
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
1092010920
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
1092110921

10922-
patch-package@^6.2.2:
10922+
patch-package@6.2.2:
1092310923
version "6.2.2"
10924-
resolved "https://registry.npmjs.org/patch-package/-/patch-package-6.2.2.tgz#71d170d650c65c26556f0d0fbbb48d92b6cc5f39"
10924+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.2.2.tgz#71d170d650c65c26556f0d0fbbb48d92b6cc5f39"
1092510925
integrity sha512-YqScVYkVcClUY0v8fF0kWOjDYopzIM8e3bj/RU1DPeEF14+dCGm6UeOYm4jvCyxqIEQ5/eJzmbWfDWnUleFNMg==
1092610926
dependencies:
1092710927
"@yarnpkg/lockfile" "^1.1.0"
@@ -11493,9 +11493,9 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.23, postcss@^7.0.5
1149311493
source-map "^0.6.1"
1149411494
supports-color "^6.1.0"
1149511495

11496-
postinstall-postinstall@^2.1.0:
11496+
postinstall-postinstall@2.1.0:
1149711497
version "2.1.0"
11498-
resolved "https://registry.npmjs.org/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz#4f7f77441ef539d1512c40bd04c71b06a4704ca3"
11498+
resolved "https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz#4f7f77441ef539d1512c40bd04c71b06a4704ca3"
1149911499
integrity sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ==
1150011500

1150111501
prelude-ls@^1.2.1:

0 commit comments

Comments
 (0)