@hexure/ui 1.13.5 → 1.13.6

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 CHANGED
@@ -1,85 +1,86 @@
1
- {
2
- "name": "@hexure/ui",
3
- "version": "1.13.5",
4
- "description": "A library of shared UI components used within Hexure products.",
5
- "scripts": {
6
- "rollup": "rollup -c rollup.config.mjs",
7
- "test": "jest",
8
- "prettier": "prettier --write src/",
9
- "eslint": "eslint src/",
10
- "eslint-fix": "eslint src/ --fix",
11
- "test:watch": "jest --watch",
12
- "storybook": "storybook dev -p 6006",
13
- "build-storybook": "storybook build"
14
- },
15
- "keywords": [
16
- "hexure"
17
- ],
18
- "author": "Hexure",
19
- "license": "ISC",
20
- "devDependencies": {
21
- "@babel/core": "^7.18.13",
22
- "@babel/preset-env": "^7.18.10",
23
- "@babel/preset-react": "^7.18.6",
24
- "@babel/preset-typescript": "^7.18.6",
25
- "@rollup/plugin-babel": "^6.0.3",
26
- "@rollup/plugin-commonjs": "^25.0.0",
27
- "@rollup/plugin-eslint": "^9.0.4",
28
- "@rollup/plugin-node-resolve": "^15.0.2",
29
- "@rollup/plugin-typescript": "^11.1.1",
30
- "@storybook/addon-actions": "^7.1.0",
31
- "@storybook/addon-controls": "^7.1.0",
32
- "@storybook/addon-viewport": "^7.1.0",
33
- "@storybook/react": "^7.1.0",
34
- "@storybook/react-webpack5": "^7.1.0",
35
- "@storybook/testing-library": "^0.2.0",
36
- "@testing-library/jest-dom": "^5.16.5",
37
- "@testing-library/react": "^12.1.5",
38
- "@testing-library/user-event": "^14.4.3",
39
- "@types/jest": "^29.0.3",
40
- "@types/numeral": "^2.0.2",
41
- "@types/react": "^18.2.33",
42
- "@types/react-dom": "^18.2.14",
43
- "@types/styled-components": "^5.1.26",
44
- "@typescript-eslint/eslint-plugin": "^5.50.0",
45
- "@typescript-eslint/parser": "^5.50.0",
46
- "babel-jest": "^29.0.1",
47
- "babel-loader": "^8.2.5",
48
- "eslint": "^8.33.0",
49
- "eslint-config-prettier": "^8.6.0",
50
- "eslint-plugin-react": "^7.32.2",
51
- "identity-obj-proxy": "^3.0.0",
52
- "jest": "^29.0.1",
53
- "jest-environment-jsdom": "^29.0.1",
54
- "jsdom": "^20.0.0",
55
- "prettier": "^2.8.3",
56
- "react": "^16.14.0",
57
- "react-dom": "^16.14.0",
58
- "rollup": "^3.23.0",
59
- "rollup-plugin-dts": "^5.3.0",
60
- "storybook": "^7.1.0",
61
- "typescript": "^4.8.2"
62
- },
63
- "main": "dist/cjs/index.js",
64
- "module": "dist/esm/index.js",
65
- "files": [
66
- "dist"
67
- ],
68
- "types": "dist/index.d.ts",
69
- "dependencies": {},
70
- "peerDependencies": {
71
- "@mdi/font": ">=7.0.96",
72
- "@mdi/js": ">=7.1.96",
73
- "@mdi/react": ">=1.6.1",
74
- "dayjs": "^1.11.8",
75
- "moment": ">=2.29.4",
76
- "numeral": ">=2.0.6",
77
- "react": ">=16.14.0",
78
- "react-dom": ">=16.14.0",
79
- "styled-components": "^6.1.8"
80
- },
81
- "repository": {
82
- "type": "git",
83
- "url": "https://InsuranceTechnologies@dev.azure.com/InsuranceTechnologies/Enterprise/_git/InsTech.UI.Library"
84
- }
85
- }
1
+ {
2
+ "name": "@hexure/ui",
3
+ "version": "1.13.6",
4
+ "description": "A library of shared UI components used within Hexure products.",
5
+ "scripts": {
6
+ "rollup": "rollup -c rollup.config.mjs",
7
+ "test": "jest",
8
+ "prettier": "prettier --write src/",
9
+ "eslint": "eslint src/",
10
+ "eslint-fix": "eslint src/ --fix",
11
+ "test:watch": "jest --watch",
12
+ "storybook": "storybook dev -p 6006",
13
+ "build-storybook": "storybook build"
14
+ },
15
+ "keywords": [
16
+ "hexure"
17
+ ],
18
+ "author": "Hexure",
19
+ "license": "ISC",
20
+ "devDependencies": {
21
+ "@babel/core": "^7.18.13",
22
+ "@babel/preset-env": "^7.18.10",
23
+ "@babel/preset-react": "^7.18.6",
24
+ "@babel/preset-typescript": "^7.18.6",
25
+ "@chromatic-com/storybook": "^1.6.1",
26
+ "@rollup/plugin-babel": "^6.0.3",
27
+ "@rollup/plugin-commonjs": "^25.0.0",
28
+ "@rollup/plugin-eslint": "^9.0.4",
29
+ "@rollup/plugin-node-resolve": "^15.0.2",
30
+ "@rollup/plugin-typescript": "^11.1.1",
31
+ "@storybook/addon-actions": "^8.2.4",
32
+ "@storybook/addon-controls": "^8.2.4",
33
+ "@storybook/addon-viewport": "^8.2.4",
34
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
35
+ "@storybook/react": "^8.2.4",
36
+ "@storybook/react-webpack5": "^8.2.4",
37
+ "@storybook/test": "^8.2.4",
38
+ "@testing-library/jest-dom": "^5.16.5",
39
+ "@testing-library/react": "^12.1.5",
40
+ "@testing-library/user-event": "^14.4.3",
41
+ "@types/jest": "^29.0.3",
42
+ "@types/numeral": "^2.0.2",
43
+ "@types/react": "^18.2.33",
44
+ "@types/react-dom": "^18.2.14",
45
+ "@types/styled-components": "^5.1.26",
46
+ "@typescript-eslint/eslint-plugin": "^5.50.0",
47
+ "@typescript-eslint/parser": "^5.50.0",
48
+ "babel-jest": "^29.0.1",
49
+ "babel-loader": "^8.2.5",
50
+ "eslint": "^8.33.0",
51
+ "eslint-config-prettier": "^8.6.0",
52
+ "eslint-plugin-react": "^7.32.2",
53
+ "identity-obj-proxy": "^3.0.0",
54
+ "jest": "^29.0.1",
55
+ "jest-environment-jsdom": "^29.0.1",
56
+ "jsdom": "^20.0.0",
57
+ "prettier": "^2.8.3",
58
+ "react": "^16.14.0",
59
+ "react-dom": "^16.14.0",
60
+ "rollup": "^3.23.0",
61
+ "rollup-plugin-dts": "^5.3.0",
62
+ "storybook": "^8.2.4",
63
+ "typescript": "^4.8.2"
64
+ },
65
+ "main": "dist/cjs/index.js",
66
+ "module": "dist/esm/index.js",
67
+ "files": [
68
+ "dist"
69
+ ],
70
+ "types": "dist/index.d.ts",
71
+ "peerDependencies": {
72
+ "@mdi/font": ">=7.0.96",
73
+ "@mdi/js": ">=7.1.96",
74
+ "@mdi/react": ">=1.6.1",
75
+ "dayjs": "^1.11.8",
76
+ "moment": ">=2.29.4",
77
+ "numeral": ">=2.0.6",
78
+ "react": ">=16.14.0",
79
+ "react-dom": ">=16.14.0",
80
+ "styled-components": "^6.1.8"
81
+ },
82
+ "repository": {
83
+ "type": "git",
84
+ "url": "https://InsuranceTechnologies@dev.azure.com/InsuranceTechnologies/Enterprise/_git/InsTech.UI.Library"
85
+ }
86
+ }