[auto] update to upstream 5.11.1

This commit is contained in:
Claudiohbsantos 2024-09-22 03:25:45 +00:00
parent 27b66901cd
commit 061bba8b60
4 changed files with 16 additions and 13 deletions

View File

@ -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"> <img valign="middle" src="https://img.shields.io/chrome-web-store/v/bggfcpfjbdkhfhfmkjpbhnkhnpjjeomc?label=Version%20Available%20in%20Chrome%20Store">

21
package-lock.json generated
View File

@ -1,15 +1,15 @@
{ {
"name": "material-icons-browser-extension", "name": "material-icons-browser-extension",
"version": "1.8.26", "version": "1.8.27",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "material-icons-browser-extension", "name": "material-icons-browser-extension",
"version": "1.8.26", "version": "1.8.27",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"material-icon-theme": "5.11.0", "material-icon-theme": "5.11.1",
"selector-observer": "2.1.6", "selector-observer": "2.1.6",
"webextension-polyfill": "0.12.0" "webextension-polyfill": "0.12.0"
}, },
@ -6558,15 +6558,18 @@
"dev": true "dev": true
}, },
"node_modules/material-icon-theme": { "node_modules/material-icon-theme": {
"version": "5.11.0", "version": "5.11.1",
"resolved": "https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.0.tgz", "resolved": "https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.1.tgz",
"integrity": "sha512-g1+IOXafbouwRNS7tBnOmkGeztfik1nvVAbnmVpEXLNm5qQtFNkiicO/1y4Tz9n8opUreeRINXpkxwg7FNAa4A==", "integrity": "sha512-Tf4izfrDbHTBL+E154fuWlboouWKCiJVCXH45nk6TccYPL+J60UxXJyHUhAofyO5fXGDoqfJor2JFPGj1aTLtQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chroma-js": "^2.4.2", "chroma-js": "^2.4.2",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"svgson": "^5.3.1" "svgson": "^5.3.1"
}, },
"engines": {
"vscode": "^1.55.0"
},
"funding": { "funding": {
"url": "https://github.com/sponsors/PKief" "url": "https://github.com/sponsors/PKief"
} }
@ -14440,9 +14443,9 @@
"dev": true "dev": true
}, },
"material-icon-theme": { "material-icon-theme": {
"version": "5.11.0", "version": "5.11.1",
"resolved": "https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.0.tgz", "resolved": "https://registry.npmjs.org/material-icon-theme/-/material-icon-theme-5.11.1.tgz",
"integrity": "sha512-g1+IOXafbouwRNS7tBnOmkGeztfik1nvVAbnmVpEXLNm5qQtFNkiicO/1y4Tz9n8opUreeRINXpkxwg7FNAa4A==", "integrity": "sha512-Tf4izfrDbHTBL+E154fuWlboouWKCiJVCXH45nk6TccYPL+J60UxXJyHUhAofyO5fXGDoqfJor2JFPGj1aTLtQ==",
"requires": { "requires": {
"chroma-js": "^2.4.2", "chroma-js": "^2.4.2",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "material-icons-browser-extension", "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.", "description": "Browser Addon that enhances file browsers of version controls with material icons.",
"main": "src/main.ts", "main": "src/main.ts",
"author": { "author": {
@ -18,7 +18,7 @@
"url": "https://github.com/material-extensions/material-icons-browser-extension/issues" "url": "https://github.com/material-extensions/material-icons-browser-extension/issues"
}, },
"dependencies": { "dependencies": {
"material-icon-theme": "5.11.0", "material-icon-theme": "5.11.1",
"selector-observer": "2.1.6", "selector-observer": "2.1.6",
"webextension-polyfill": "0.12.0" "webextension-polyfill": "0.12.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "Material Icons for GitHub", "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.", "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", "homepage_url": "https://github.com/material-extensions/material-icons-browser-extension",
"icons": { "icons": {