@gravitee/ui-components 3.17.3 → 3.17.4

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.
Files changed (1) hide show
  1. package/package.json +17 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-components",
3
- "version": "3.17.3",
3
+ "version": "3.17.4",
4
4
  "description": "Gravitee.io UI Components library, based on Web Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,8 +26,8 @@
26
26
  "generate:icons": "node tasks/generate-icons.js && npm run lint:fix",
27
27
  "generate:theme": "node tasks/generate-theme.js && npm run lint:fix",
28
28
  "lint": "eslint src stories tasks && npm run prettier",
29
- "lint:fix": "eslint --fix src stories tasks && npm run prettier:fix",
30
29
  "lint:commit": "commitlint --from $(git describe --tags --abbrev=0) --to HEAD --verbose",
30
+ "lint:fix": "eslint --fix src stories tasks && npm run prettier:fix",
31
31
  "lint:license": "license-check-and-add check -f license-check-config.json",
32
32
  "lint:license:fix": "license-check-and-add add -f license-check-config.json -r $(date +%Y)",
33
33
  "lint:package": "sort-package-json",
@@ -43,11 +43,6 @@
43
43
  "test:coverage": "npm run test -- --collect-coverage",
44
44
  "test:watch": "npm run test -- --watchAll"
45
45
  },
46
- "commitlint": {
47
- "extends": [
48
- "@commitlint/config-conventional"
49
- ]
50
- },
51
46
  "lint-staged": {
52
47
  "*": "npm run lint:license:fix",
53
48
  "*.{js,html,css,json}": "prettier --write",
@@ -58,7 +53,7 @@
58
53
  "@formatjs/intl-relativetimeformat": "^9.0.0",
59
54
  "clipboard-copy": "^4.0.0",
60
55
  "codemirror": "^5.59.2",
61
- "date-fns": "^2.16.1",
56
+ "date-fns": "^2.24.0",
62
57
  "jdenticon": "^3.1.0",
63
58
  "jsonschema": "^1.4.0",
64
59
  "lit-element": "^2.5.1",
@@ -69,26 +64,26 @@
69
64
  },
70
65
  "devDependencies": {
71
66
  "@asciidoctor/core": "2.2.5",
72
- "@babel/core": "7.15.5",
67
+ "@babel/core": "7.15.8",
73
68
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
74
- "@babel/preset-env": "7.15.6",
75
- "@commitlint/cli": "13.1.0",
76
- "@commitlint/config-conventional": "13.1.0",
69
+ "@babel/preset-env": "7.15.8",
70
+ "@commitlint/cli": "13.2.1",
71
+ "@commitlint/config-conventional": "13.2.0",
77
72
  "@highcharts/map-collection": "1.1.3",
78
73
  "@semantic-release/changelog": "6.0.0",
79
74
  "@semantic-release/git": "10.0.0",
80
- "@storybook/addon-a11y": "6.3.8",
81
- "@storybook/addon-essentials": "6.3.8",
82
- "@storybook/components": "6.3.8",
83
- "@storybook/theming": "6.3.8",
84
- "@storybook/web-components": "6.3.8",
75
+ "@storybook/addon-a11y": "6.3.10",
76
+ "@storybook/addon-essentials": "6.3.10",
77
+ "@storybook/components": "6.3.10",
78
+ "@storybook/theming": "6.3.10",
79
+ "@storybook/web-components": "6.3.10",
85
80
  "asciidoctor": "2.2.5",
86
81
  "asciidoctor-highlight.js": "0.3.0",
87
- "babel-jest": "27.2.2",
82
+ "babel-jest": "27.2.5",
88
83
  "babel-loader": "8.2.2",
89
84
  "babel-plugin-template-html-minifier": "4.1.0",
90
85
  "bundle-phobia-cli": "0.14.13",
91
- "chromatic": "5.10.1",
86
+ "chromatic": "5.10.2",
92
87
  "codemirror-asciidoc": "1.0.4",
93
88
  "danger": "10.6.6",
94
89
  "del": "6.0.0",
@@ -96,7 +91,7 @@
96
91
  "eslint-config-prettier": "8.3.0",
97
92
  "eslint-config-standard": "16.0.3",
98
93
  "eslint-plugin-import": "2.24.2",
99
- "eslint-plugin-lit": "1.5.1",
94
+ "eslint-plugin-lit": "1.6.0",
100
95
  "eslint-plugin-node": "11.1.0",
101
96
  "eslint-plugin-promise": "5.1.0",
102
97
  "eslint-plugin-standard": "4.1.0",
@@ -112,9 +107,9 @@
112
107
  "i18n-extract": "0.6.7",
113
108
  "ignore-loader": "0.1.2",
114
109
  "is-ci": "3.0.0",
115
- "jest": "27.2.2",
110
+ "jest": "27.2.5",
116
111
  "license-check-and-add": "4.0.2",
117
- "lint-staged": "11.1.2",
112
+ "lint-staged": "11.2.3",
118
113
  "markdown-it": "12.2.0",
119
114
  "node-static": "0.7.11",
120
115
  "nodemon": "2.0.13",