From b2d24cfa0da4291fcdfbc0eb8239e014750a6c58 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sat, 28 May 2022 21:13:45 +0800 Subject: [PATCH] build: update primer --- package.json | 4 ++-- yarn.lock | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 509beca..a3c61cc 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "test:non-parallel": "NODE_ENV=test jest --config __tests__/jest.non-parallel.config.js" }, "dependencies": { - "@primer/css": "^20.0.0", + "@primer/css": "^20.2.2", "@primer/octicons-react": "^17.1.0", - "@primer/react": "^35.2.1", + "@primer/react": "^35.2.2", "@sentry/browser": "^6.3.6", "@types/history": "^5.0.0", "@types/ini": "^1.3.31", diff --git a/yarn.lock b/yarn.lock index 42742cd..e051e8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1975,12 +1975,12 @@ resolved "https://registry.yarnpkg.com/@primer/behaviors/-/behaviors-1.1.1.tgz#51e2f02ebfe297c4c05f503cdc52ae8b4ce5794c" integrity sha512-wvF1PYjyxKNTr6+5w4uR5Gkz53t1fsRDgKjWxDKk7wmlh0cwiILBo4dDFjjVhWRF1mBSjaIxxJGB4WGaP7ct2Q== -"@primer/css@^20.0.0": - version "20.0.0" - resolved "https://registry.yarnpkg.com/@primer/css/-/css-20.0.0.tgz#315075ff9c41c9cf0f09e9a2b962ac86da7e3738" - integrity sha512-bzKJEgKM68GqwwLPfXEK1g5xb1sfZ7dKpnMAAWDWl1hVAADrmL0lcQ6xm29DCCi90RTT2bFF2CgU49d0g7PlTg== +"@primer/css@^20.2.2": + version "20.2.2" + resolved "https://registry.yarnpkg.com/@primer/css/-/css-20.2.2.tgz#c36b73e9c336651675e51074c5b9e56d13fae3f5" + integrity sha512-vUy0vMKpdX9f3rhnm5fEIdcg9yxOdRYvjbZk5QoBXtn32oJPonSvIb/7JwVJA+EdiOHTvhRDx9zDpUwOYX+XrQ== dependencies: - "@primer/primitives" "^7.7.0" + "@primer/primitives" "^7.8.3" "@primer/octicons-react@16.1.1": version "16.1.1" @@ -1997,15 +1997,15 @@ resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.6.0.tgz#942efe38b6e09bf6d0351c045436e628e32c3ddb" integrity sha512-cu28QLjectVf2rT4P7m6zS9v4g4yHtErRuPfsgEWEJhbXVIII6vDBm6elJzYixGpTNxpVtSUNezxUXv16l1ejQ== -"@primer/primitives@^7.7.0": +"@primer/primitives@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.8.3.tgz#de7e03492cf977e99f2417490d76421db9715e9f" integrity sha512-04ZwfJhpZ0QFwDrJfCuLX6iOh0BflWDTvuoRA80lQH9xk0RtIg16INbruwwtnbSgnKKXXRSykRRJ5BbxnqufRA== -"@primer/react@^35.2.1": - version "35.2.1" - resolved "https://registry.yarnpkg.com/@primer/react/-/react-35.2.1.tgz#fe35510b650b249cd36207d4854a60786fd5cc3f" - integrity sha512-aa5N0bGgOWPkUCjW5qqVtAxcaUxWe6pT4TjG6YCfoUjuY/OkngENSoBipXhNNThFfE78z7moP7UwxvxY7JW8mA== +"@primer/react@^35.2.2": + version "35.2.2" + resolved "https://registry.yarnpkg.com/@primer/react/-/react-35.2.2.tgz#b64c406b4e17a01cb0c850e9b6dea06ad4690393" + integrity sha512-JToTi4YwOJ5mlvSBF66Csz35fLeMl6PeGYcXqwE34giGXRrOLRID+eHVPZPWUEDo/Sg389cVYR44ueM03/C56A== dependencies: "@primer/behaviors" "1.1.1" "@primer/octicons-react" "16.1.1"