1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Merge branch 'master' into dependabot/npm_and_yarn/swc/core-1.3.24

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-03 05:16:01 -08:00 committed by GitHub
commit fe0fa5a81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 653 additions and 28 deletions

View File

@ -312,8 +312,8 @@
"@material-ui/lab": "^4.0.0-alpha.60",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@sentry/types": "^6.19.7",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.24",
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.23",
"@swc/jest": "^0.2.24",
"@testing-library/dom": "^7.31.2",
"@testing-library/jest-dom": "^5.16.5",

View File

@ -420,7 +420,7 @@ exports[`extensions - navigation using application menu when navigating to exten
<b>
Pro-Tip
</b>
: you can drag-n-drop tarball-file to this area
: you can drag and drop a tarball file to this area
</small>
</section>
<div>

View File

@ -89,7 +89,7 @@ const NonInjectedInstall: React.FC<Dependencies & InstallProps> = ({
</div>
<small className={styles.proTip}>
<b>Pro-Tip</b>
: you can drag-n-drop tarball-file to this area
: you can drag and drop a tarball file to this area
</small>
</section>
);

View File

@ -152,7 +152,7 @@ const NonInjectedInstalledExtensions = observer(({ extensionDiscovery, extension
<h3 className="font-medium text-3xl mt-5 mb-2">
There are no extensions installed.
</h3>
<p>Please use the form above to install or drag tarbar-file here.</p>
<p>Please use the form above to install or drag a tarball file here.</p>
</div>
);
}

671
yarn.lock

File diff suppressed because it is too large Load Diff