@gitlab/svgs 3.139.0 → 3.140.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.tool-versions CHANGED
@@ -1,2 +1,2 @@
1
- nodejs 20.19.2
1
+ nodejs 20.19.3
2
2
  yarn 1.22.19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/svgs",
3
- "version": "3.139.0",
3
+ "version": "3.140.0",
4
4
  "description": "SVG Assets for GitLab",
5
5
  "main": "./index.js",
6
6
  "repository": "git@gitlab.com:gitlab-org/gitlab-svgs.git",
@@ -18,7 +18,7 @@
18
18
  "devDependencies": {
19
19
  "@arkweid/lefthook": "^0.7.7",
20
20
  "@gitlab/eslint-plugin": "21.2.0",
21
- "@gitlab/svgs": "^3.138.0",
21
+ "@gitlab/svgs": "^3.139.0",
22
22
  "@gitlab/ui": "^115.4.0",
23
23
  "@nuxtjs/tailwindcss": "6.11.4",
24
24
  "dompurify": "^3.2.4",
@@ -98,6 +98,7 @@ const fileExtensionIcons = {
98
98
  vsix: 'vscode',
99
99
  suo: 'visualstudio',
100
100
  sln: 'visualstudio',
101
+ slnf: 'visualstudio',
101
102
  slnx: 'visualstudio',
102
103
  csproj: 'visualstudio',
103
104
  vb: 'visualstudio',