diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-05 01:06:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-05 01:06:14 -0700 |
commit | a3d1140129d565b9f3bf013f788046440f44f0eb (patch) | |
tree | 56de7a7ed037dfb4635777d60aede7a4f78bceef /extension/package-lock.json | |
parent | 36f3845a18ed65ff6784b99cb34d9f6c4a7e0143 (diff) | |
parent | 0adac52b7733b32540b91e254244a08467c8650f (diff) | |
download | sncontinue-a3d1140129d565b9f3bf013f788046440f44f0eb.tar.gz sncontinue-a3d1140129d565b9f3bf013f788046440f44f0eb.tar.bz2 sncontinue-a3d1140129d565b9f3bf013f788046440f44f0eb.zip |
Merge pull request #200 from continuedev/stop
Stop
Diffstat (limited to 'extension/package-lock.json')
-rw-r--r-- | extension/package-lock.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/extension/package-lock.json b/extension/package-lock.json index c4a930de..2dd7d6d4 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -15,6 +15,7 @@ "@segment/analytics-node": "^0.0.1-beta.16", "@sentry/node": "^7.57.0", "@styled-icons/heroicons-outline": "^10.47.0", + "@styled-icons/heroicons-solid": "^10.47.0", "@vitejs/plugin-react-swc": "^3.3.2", "axios": "^1.2.5", "downshift": "^7.6.0", @@ -2238,6 +2239,23 @@ "styled-components": "*" } }, + "node_modules/@styled-icons/heroicons-solid": { + "version": "10.47.0", + "resolved": "https://registry.npmjs.org/@styled-icons/heroicons-solid/-/heroicons-solid-10.47.0.tgz", + "integrity": "sha512-j+tJx2NzLG2tc91IXJVwKNjsI/osxmak+wmLfnfBsB+49srpxMYjuLPMtl9ZY/xgbNsWO36O+/N5Zf5bkgiKcQ==", + "dependencies": { + "@babel/runtime": "^7.20.7", + "@styled-icons/styled-icon": "^10.7.0" + }, + "funding": { + "type": "GitHub", + "url": "https://github.com/sponsors/jacobwgillespie" + }, + "peerDependencies": { + "react": "*", + "styled-components": "*" + } + }, "node_modules/@styled-icons/styled-icon": { "version": "10.7.0", "resolved": "https://registry.npmjs.org/@styled-icons/styled-icon/-/styled-icon-10.7.0.tgz", @@ -13120,6 +13138,15 @@ "@styled-icons/styled-icon": "^10.7.0" } }, + "@styled-icons/heroicons-solid": { + "version": "10.47.0", + "resolved": "https://registry.npmjs.org/@styled-icons/heroicons-solid/-/heroicons-solid-10.47.0.tgz", + "integrity": "sha512-j+tJx2NzLG2tc91IXJVwKNjsI/osxmak+wmLfnfBsB+49srpxMYjuLPMtl9ZY/xgbNsWO36O+/N5Zf5bkgiKcQ==", + "requires": { + "@babel/runtime": "^7.20.7", + "@styled-icons/styled-icon": "^10.7.0" + } + }, "@styled-icons/styled-icon": { "version": "10.7.0", "resolved": "https://registry.npmjs.org/@styled-icons/styled-icon/-/styled-icon-10.7.0.tgz", |