@eclass/ui-kit 1.5.4 → 1.6.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.
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @typescript-eslint/triple-slash-reference */
2
+ /// <reference types="vite/client" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eclass/ui-kit",
3
3
  "description": "Elementos UI transversales eClass",
4
- "version": "1.5.4",
4
+ "version": "1.6.0",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -30,8 +30,9 @@
30
30
  ],
31
31
  "scripts": {
32
32
  "dev": "vite",
33
- "build": "tsc && vite build && npm run build:types",
33
+ "build": "tsc && vite build && npm run build:types && npm run copy-dts",
34
34
  "build:types": "tsc -p tsconfig.types.json",
35
+ "copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" dist",
35
36
  "serve": "vite preview",
36
37
  "test": "jest --coverage",
37
38
  "test-local": "jest --watch",
@@ -58,71 +59,72 @@
58
59
  "react-dom": "^16.8 || 17.x"
59
60
  },
60
61
  "devDependencies": {
61
- "@babel/core": "7.16.0",
62
62
  "@commitlint/cli": "13.2.1",
63
63
  "@commitlint/config-conventional": "13.2.0",
64
64
  "@semantic-release/changelog": "5.0.1",
65
65
  "@semantic-release/git": "9.0.1",
66
- "@storybook/addon-actions": "6.3.12",
67
- "@storybook/addon-essentials": "6.3.12",
68
- "@storybook/addon-links": "6.3.12",
69
- "@storybook/react": "6.3.12",
70
- "@storybook/storybook-deployer": "2.8.10",
71
- "@testing-library/dom": "8.11.0",
72
- "@testing-library/jest-dom": "5.15.0",
73
- "@testing-library/react": "12.1.2",
66
+ "@storybook/addon-actions": "6.4.19",
67
+ "@storybook/addon-essentials": "6.4.19",
68
+ "@storybook/addon-links": "6.4.19",
69
+ "@storybook/react": "6.4.19",
70
+ "@storybook/storybook-deployer": "2.8.11",
71
+ "@testing-library/dom": "8.12.0",
72
+ "@testing-library/jest-dom": "5.16.3",
73
+ "@testing-library/react": "12.1.4",
74
74
  "@testing-library/user-event": "13.5.0",
75
- "@types/jest": "27.0.2",
76
- "@types/react": "17.0.34",
77
- "@types/react-dom": "17.0.11",
78
- "@typescript-eslint/eslint-plugin": "5.3.0",
79
- "@typescript-eslint/parser": "5.3.0",
80
- "@vitejs/plugin-react": "1.0.7",
81
- "babel-eslint": "10.1.0",
82
- "babel-loader": "8.2.3",
83
- "eslint": "8.1.0",
84
- "eslint-config-prettier": "8.3.0",
75
+ "@types/eclass__api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.71.1",
76
+ "@types/eclass__sequelize-models": "git+ssh://git@gitlab.com/eclass/types-sequelize-models.git#v5.3.0",
77
+ "@types/jest": "27.4.1",
78
+ "@types/react": "17.0.43",
79
+ "@types/react-dom": "17.0.14",
80
+ "@typescript-eslint/eslint-plugin": "5.17.0",
81
+ "@typescript-eslint/parser": "5.17.0",
82
+ "@vitejs/plugin-react": "1.3.0",
83
+ "copyfiles": "2.4.1",
84
+ "eslint": "8.12.0",
85
+ "eslint-config-prettier": "8.5.0",
85
86
  "eslint-config-standard": "16.0.3",
86
87
  "eslint-config-standard-jsx": "10.0.0",
87
88
  "eslint-config-standard-react": "11.0.1",
88
89
  "eslint-config-standard-with-typescript": "21.0.1",
89
- "eslint-import-resolver-typescript": "2.5.0",
90
- "eslint-plugin-import": "2.25.2",
91
- "eslint-plugin-jest": "25.2.2",
92
- "eslint-plugin-jest-dom": "3.9.2",
93
- "eslint-plugin-jsx-a11y": "6.4.1",
94
- "eslint-plugin-mdx": "1.16.0",
90
+ "eslint-import-resolver-typescript": "2.7.0",
91
+ "eslint-plugin-import": "2.25.4",
92
+ "eslint-plugin-jest": "25.7.0",
93
+ "eslint-plugin-jest-dom": "4.0.1",
94
+ "eslint-plugin-jsx-a11y": "6.5.1",
95
+ "eslint-plugin-mdx": "1.17.0",
95
96
  "eslint-plugin-node": "11.1.0",
96
97
  "eslint-plugin-prettier": "4.0.0",
97
- "eslint-plugin-promise": "5.1.1",
98
- "eslint-plugin-react": "7.26.1",
99
- "eslint-plugin-react-hooks": "4.2.0",
98
+ "eslint-plugin-promise": "6.0.0",
99
+ "eslint-plugin-react": "7.29.4",
100
+ "eslint-plugin-react-hooks": "4.4.0",
100
101
  "eslint-plugin-simple-import-sort": "7.0.0",
101
- "eslint-plugin-testing-library": "5.0.0",
102
+ "eslint-plugin-testing-library": "5.1.0",
103
+ "graphql": "16.3.0",
102
104
  "husky": "7.0.4",
103
105
  "identity-obj-proxy": "3.0.0",
104
- "jest": "27.3.1",
106
+ "jest": "27.5.1",
105
107
  "jest-watch-typeahead": "1.0.0",
106
- "lint-staged": "11.2.6",
107
- "prettier": "2.4.1",
108
+ "lint-staged": "12.3.7",
109
+ "prettier": "2.6.1",
108
110
  "react": "17.0.2",
109
111
  "react-dom": "17.0.2",
110
- "semantic-release": "17.4.7",
111
- "storybook-builder-vite": "0.1.5",
112
- "ts-jest": "27.0.7",
112
+ "semantic-release": "19.0.2",
113
+ "storybook-builder-vite": "0.1.22",
114
+ "ts-jest": "27.1.4",
113
115
  "ts-patch": "2.0.1",
114
- "typescript": "4.4.4",
116
+ "typescript": "4.6.3",
115
117
  "typescript-transform-paths": "3.3.1",
116
- "vite": "2.6.13",
117
- "vite-tsconfig-paths": "3.3.17"
118
+ "vite": "2.9.0",
119
+ "vite-tsconfig-paths": "3.4.1"
118
120
  },
119
121
  "dependencies": {
120
- "@chakra-ui/react": "1.6.10",
121
- "@emotion/react": "11.5.0",
122
- "@emotion/styled": "11.3.0",
123
- "@fontsource/lora": "4.5.0",
124
- "@fontsource/roboto": "4.5.1",
125
- "framer-motion": "4.1.17",
122
+ "@chakra-ui/react": "1.8.7",
123
+ "@emotion/react": "11.8.2",
124
+ "@emotion/styled": "11.8.1",
125
+ "@fontsource/lora": "4.5.6",
126
+ "@fontsource/roboto": "4.5.5",
127
+ "framer-motion": "6.2.8",
126
128
  "react-ripples": "2.2.1"
127
129
  }
128
130
  }