@gravitee/ui-components 3.25.4-yarn-d0ed047 → 3.25.4-yarn-30737d0

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 +1 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-components",
3
- "version": "3.25.4-yarn-d0ed047",
3
+ "version": "3.25.4-yarn-30737d0",
4
4
  "description": "Gravitee.io UI Components library, based on Web Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,8 +38,6 @@
38
38
  "release": "semantic-release",
39
39
  "serve": "yarn docs && start-storybook -p 6006 --ci -s assets --modern",
40
40
  "serve:prod": "yarn build && static -a 0.0.0.0 -p 8080 storybook-static --modern",
41
- "size": "node tasks/size.js",
42
- "size:dev": "nodemon -w src -x 'yarn generate:dist && yarn size'",
43
41
  "test": "jest",
44
42
  "test:coverage": "yarn test -- --collect-coverage",
45
43
  "test:watch": "yarn test -- --watchAll",
@@ -69,8 +67,6 @@
69
67
  },
70
68
  "devDependencies": {
71
69
  "@asciidoctor/core": "2.2.5",
72
- "@babel/core": "7.16.5",
73
- "@babel/plugin-syntax-dynamic-import": "7.8.3",
74
70
  "@babel/preset-env": "7.16.5",
75
71
  "@babel/preset-typescript": "^7.16.5",
76
72
  "@commitlint/cli": "16.0.0",
@@ -87,7 +83,6 @@
87
83
  "asciidoctor-highlight.js": "0.4.0",
88
84
  "babel-jest": "27.4.5",
89
85
  "babel-loader": "8.2.3",
90
- "bundle-phobia-cli": "0.14.13",
91
86
  "chromatic": "6.3.3",
92
87
  "danger": "10.7.1",
93
88
  "del": "6.0.0",
@@ -103,7 +98,6 @@
103
98
  "fs-extra": "10.0.0",
104
99
  "github-markdown-css": "4.0.0",
105
100
  "glob": "7.2.0",
106
- "gzip-size": "7.0.0",
107
101
  "highcharts": "9.3.2",
108
102
  "highlight.js": "11.3.1",
109
103
  "html-to-react": "1.4.7",
@@ -124,7 +118,6 @@
124
118
  "sort-package-json": "1.53.1",
125
119
  "svgo": "2.8.0",
126
120
  "svgstore": "3.0.1",
127
- "text-table": "0.2.0",
128
121
  "typescript": "^4.5.4",
129
122
  "web-component-analyzer": "1.1.6",
130
123
  "webpack-env": "0.8.0",