@sankhyalabs/ezui 1.1.107 → 1.1.108

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 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "1.1.107",
3
+ "version": "1.1.108",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",
@@ -21,12 +21,13 @@
21
21
  "build.sb": "build-storybook",
22
22
  "build": "stencil build --docs",
23
23
  "build.prod": "stencil build --docs --prod",
24
- "start": "stencil build --dev --watch --serve",
24
+ "build.with.peerdeps": "stencil build --docs --prod --force-peer-deps",
25
+ "start": "stencil build --dev --watch --serve --force-peer-deps",
25
26
  "test": "stencil test --spec --e2e",
26
27
  "test.watch": "stencil test --spec --e2e --watchAll",
27
28
  "generate": "stencil generate",
28
29
  "storybook": "npm run start.storybook",
29
- "build.watch": "stencil build --dev --watch",
30
+ "build.watch": "stencil build --dev --watch --force-peer-deps",
30
31
  "build.css.docs": " node docscsstask.js",
31
32
  "gulp": "gulp default",
32
33
  "link": "node link.js",
@@ -45,41 +46,37 @@
45
46
  },
46
47
  "author": "",
47
48
  "license": "ISC",
48
- "dependencies": {
49
- "@sankhyalabs/core": "^1.0.38",
50
- "@sankhyalabs/ez-design": "^1.0.47",
51
- "ag-grid-community": "^26.2.1",
52
- "ag-grid-enterprise": "^26.2.1",
53
- "blob": "^0.1.0",
54
- "blob-polyfill": "^6.0.20211015",
55
- "http-server": "^0.12.3",
56
- "jsdom": "^19.0.0",
57
- "lodash": "^4.17.21",
58
- "redux": "^4.1.2",
59
- "redux-thunk": "^2.4.1",
60
- "redux-undo": "^1.0.1",
61
- "run-p": "0.0.0"
62
- },
49
+ "dependencies": {},
63
50
  "devDependencies": {
64
- "@storybook/addon-notes": "^5.3.21",
65
- "@storybook/html": "^6.4.17",
66
51
  "@babel/preset-env": "^7.16.11",
52
+ "@sankhyalabs/core": "^1.0.42",
67
53
  "@sankhyalabs/docscss": "^1.0.1",
54
+ "@sankhyalabs/ez-design": "^1.0.47",
55
+ "@sankhyalabs/skippeerdeps": "^1.0.2",
68
56
  "@semantic-release/git": "^9.0.0",
69
57
  "@semantic-release/gitlab": "^6.1.0",
70
58
  "@semantic-release/npm": "^7.1.3",
71
59
  "@stencil/core": "^2.13.0",
72
60
  "@stencil/react-output-target": "0.0.9",
73
61
  "@storybook/addon-knobs": "6.2.9",
62
+ "@storybook/addon-notes": "^5.3.21",
63
+ "@storybook/html": "^6.4.17",
74
64
  "@types/jest": "^26.0.20",
75
65
  "@types/puppeteer": "^5.4.2",
66
+ "ag-grid-community": "^26.2.1",
67
+ "ag-grid-enterprise": "^26.2.1",
76
68
  "gulp": "^4.0.2",
77
69
  "gulp-run": "^1.7.1",
78
70
  "gulp-watch": "^5.0.1",
71
+ "http-server": "^0.12.3",
79
72
  "jest": "^26.6.3",
80
73
  "jest-cli": "^26.6.3",
81
74
  "npm-run-all": "^4.1.5",
82
75
  "puppeteer": "^5.5.0",
76
+ "redux": "^4.1.2",
77
+ "redux-thunk": "^2.4.1",
78
+ "redux-undo": "^1.0.1",
79
+ "run-p": "0.0.0",
83
80
  "semantic-release": "^17.4.3",
84
81
  "ws": "^7.5.6"
85
82
  },