@gitlab/svgs 3.132.0 → 3.133.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/package.json +2 -2
- package/src/file_icon_map.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/svgs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.133.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": "20.7.1",
|
|
21
|
-
"@gitlab/svgs": "^3.
|
|
21
|
+
"@gitlab/svgs": "^3.132.0",
|
|
22
22
|
"@gitlab/ui": "^114.0.1",
|
|
23
23
|
"@nuxtjs/tailwindcss": "6.11.4",
|
|
24
24
|
"dompurify": "^3.2.4",
|
package/src/file_icon_map.js
CHANGED
|
@@ -400,6 +400,7 @@ const twoFileExtensionIcons = {
|
|
|
400
400
|
'actions.ts': 'ngrx-actions',
|
|
401
401
|
'effects.ts': 'ngrx-effects',
|
|
402
402
|
'drone.yml': 'drone',
|
|
403
|
+
'gitlab-ci.yml': 'gitlab',
|
|
403
404
|
};
|
|
404
405
|
|
|
405
406
|
const fileNameIcons = {
|
|
@@ -558,7 +559,6 @@ const fileNameIcons = {
|
|
|
558
559
|
'fuse.js': 'fusebox',
|
|
559
560
|
procfile: 'heroku',
|
|
560
561
|
'.editorconfig': 'editorconfig',
|
|
561
|
-
'.gitlab-ci.yml': 'gitlab',
|
|
562
562
|
'.bowerrc': 'bower',
|
|
563
563
|
'bower.json': 'bower',
|
|
564
564
|
'.eslintrc.js': 'eslint',
|