@gravitee/ui-components 3.27.2 → 3.27.3-renovate-devdependencies-non-major-8ee033a
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 +15 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/ui-components",
|
|
3
|
-
"version": "3.27.
|
|
3
|
+
"version": "3.27.3-renovate-devdependencies-non-major-8ee033a",
|
|
4
4
|
"description": "Gravitee.io UI Components library, based on Web Components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,6 +48,9 @@
|
|
|
48
48
|
"*.{js,html,css,json}": "prettier --write",
|
|
49
49
|
"package.json": "yarn lint:package"
|
|
50
50
|
},
|
|
51
|
+
"resolutions": {
|
|
52
|
+
"colors": "1.4.0"
|
|
53
|
+
},
|
|
51
54
|
"dependencies": {
|
|
52
55
|
"@codemirror/basic-setup": "^0.19.1",
|
|
53
56
|
"@codemirror/language-data": "^0.19.1",
|
|
@@ -69,22 +72,22 @@
|
|
|
69
72
|
"@asciidoctor/core": "2.2.5",
|
|
70
73
|
"@babel/preset-env": "7.16.7",
|
|
71
74
|
"@babel/preset-typescript": "7.16.7",
|
|
72
|
-
"@commitlint/cli": "16.0.
|
|
75
|
+
"@commitlint/cli": "16.0.2",
|
|
73
76
|
"@commitlint/config-conventional": "16.0.0",
|
|
74
77
|
"@highcharts/map-collection": "1.1.4",
|
|
75
78
|
"@semantic-release/changelog": "6.0.1",
|
|
76
79
|
"@semantic-release/git": "10.0.1",
|
|
77
|
-
"@storybook/addon-a11y": "6.4.
|
|
78
|
-
"@storybook/addon-essentials": "6.4.
|
|
79
|
-
"@storybook/components": "6.4.
|
|
80
|
-
"@storybook/theming": "6.4.
|
|
81
|
-
"@storybook/web-components": "6.4.
|
|
80
|
+
"@storybook/addon-a11y": "6.4.10",
|
|
81
|
+
"@storybook/addon-essentials": "6.4.10",
|
|
82
|
+
"@storybook/components": "6.4.10",
|
|
83
|
+
"@storybook/theming": "6.4.10",
|
|
84
|
+
"@storybook/web-components": "6.4.10",
|
|
82
85
|
"asciidoctor": "2.2.5",
|
|
83
86
|
"asciidoctor-highlight.js": "0.4.0",
|
|
84
87
|
"babel-jest": "27.4.6",
|
|
85
88
|
"babel-loader": "8.2.3",
|
|
86
89
|
"chromatic": "6.3.3",
|
|
87
|
-
"danger": "10.
|
|
90
|
+
"danger": "10.8.0",
|
|
88
91
|
"del": "6.0.0",
|
|
89
92
|
"eslint": "8.6.0",
|
|
90
93
|
"eslint-config-prettier": "8.3.0",
|
|
@@ -99,17 +102,17 @@
|
|
|
99
102
|
"github-markdown-css": "4.0.0",
|
|
100
103
|
"glob": "7.2.0",
|
|
101
104
|
"highcharts": "9.3.2",
|
|
102
|
-
"highlight.js": "11.
|
|
105
|
+
"highlight.js": "11.4.0",
|
|
103
106
|
"html-to-react": "1.4.7",
|
|
104
107
|
"husky": "7.0.4",
|
|
105
108
|
"i18n-extract": "0.6.7",
|
|
106
109
|
"ignore-loader": "0.1.2",
|
|
107
110
|
"is-ci": "3.0.1",
|
|
108
|
-
"jest": "27.4.
|
|
111
|
+
"jest": "27.4.7",
|
|
109
112
|
"license-check-and-add": "4.0.3",
|
|
110
113
|
"lint-staged": "11.2.6",
|
|
111
|
-
"lit-html": "2.
|
|
112
|
-
"markdown-it": "12.3.
|
|
114
|
+
"lit-html": "2.1.1",
|
|
115
|
+
"markdown-it": "12.3.2",
|
|
113
116
|
"node-static": "0.7.11",
|
|
114
117
|
"nodemon": "2.0.15",
|
|
115
118
|
"pascal-case": "3.1.2",
|