[auto] update to upstream 5.11.1
This commit is contained in:
parent
27b66901cd
commit
061bba8b60
@ -14,7 +14,7 @@
|
||||
|
||||
---
|
||||
|
||||
<a href="https://github.com/material-extensions/vscode-material-icon-theme"><img src="https://img.shields.io/badge/last_built_with_vscode_theme-v5.10.0-blue" /></a>
|
||||
<a href="https://github.com/material-extensions/vscode-material-icon-theme"><img src="https://img.shields.io/badge/last_built_with_vscode_theme-v5.11.0-blue" /></a>
|
||||
|
||||
<img valign="middle" src="https://img.shields.io/chrome-web-store/v/bggfcpfjbdkhfhfmkjpbhnkhnpjjeomc?label=Version%20Available%20in%20Chrome%20Store">
|
||||
|
||||
|
21
package-lock.json
generated
21
package-lock.json
generated
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "material-icons-browser-extension",
|
||||
"version": "1.8.26",
|
||||
"version": "1.8.27",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "material-icons-browser-extension",
|
||||
"version": "1.8.26",
|
||||
"version": "1.8.27",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"material-icon-theme": "5.11.0",
|
||||
"material-icon-theme": "5.11.1",
|
||||
"selector-observer": "2.1.6",
|
||||
"webextension-polyfill": "0.12.0"
|
||||
},
|
||||
@ -6558,15 +6558,18 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/material-icon-theme": {
|
||||
"version": "5.11.0",
|
||||
"resolved": "https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.0.tgz",
|
||||
"integrity": "sha512-g1+IOXafbouwRNS7tBnOmkGeztfik1nvVAbnmVpEXLNm5qQtFNkiicO/1y4Tz9n8opUreeRINXpkxwg7FNAa4A==",
|
||||
"version": "5.11.1",
|
||||
"resolved": "https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.1.tgz",
|
||||
"integrity": "sha512-Tf4izfrDbHTBL+E154fuWlboouWKCiJVCXH45nk6TccYPL+J60UxXJyHUhAofyO5fXGDoqfJor2JFPGj1aTLtQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chroma-js": "^2.4.2",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"svgson": "^5.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.55.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/PKief"
|
||||
}
|
||||
@ -14440,9 +14443,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"material-icon-theme": {
|
||||
"version": "5.11.0",
|
||||
"resolved": "https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.0.tgz",
|
||||
"integrity": "sha512-g1+IOXafbouwRNS7tBnOmkGeztfik1nvVAbnmVpEXLNm5qQtFNkiicO/1y4Tz9n8opUreeRINXpkxwg7FNAa4A==",
|
||||
"version": "5.11.1",
|
||||
"resolved": "https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.1.tgz",
|
||||
"integrity": "sha512-Tf4izfrDbHTBL+E154fuWlboouWKCiJVCXH45nk6TccYPL+J60UxXJyHUhAofyO5fXGDoqfJor2JFPGj1aTLtQ==",
|
||||
"requires": {
|
||||
"chroma-js": "^2.4.2",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "material-icons-browser-extension",
|
||||
"version": "1.8.26",
|
||||
"version": "1.8.27",
|
||||
"description": "Browser Addon that enhances file browsers of version controls with material icons.",
|
||||
"main": "src/main.ts",
|
||||
"author": {
|
||||
@ -18,7 +18,7 @@
|
||||
"url": "https://github.com/material-extensions/material-icons-browser-extension/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"material-icon-theme": "5.11.0",
|
||||
"material-icon-theme": "5.11.1",
|
||||
"selector-observer": "2.1.6",
|
||||
"webextension-polyfill": "0.12.0"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Material Icons for GitHub",
|
||||
"version": "1.8.26",
|
||||
"version": "1.8.27",
|
||||
"description": "Material icons for the file browser of popular websites like GitHub, Azure, Bitbucket etc.",
|
||||
"homepage_url": "https://github.com/material-extensions/material-icons-browser-extension",
|
||||
"icons": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user