@wavv/ui 1.8.15-beta.2 → 1.8.16
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/build/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/esm/index.js +2 -2
- package/build/esm/index.js.map +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavv/ui",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.16",
|
|
4
4
|
"files": [
|
|
5
5
|
"build/**/*"
|
|
6
6
|
],
|
|
@@ -32,44 +32,44 @@
|
|
|
32
32
|
"prism-react-renderer": "^2.0.6",
|
|
33
33
|
"react-keyed-flatten-children": "^2.2.1",
|
|
34
34
|
"react-phone-input-auto-format": "^0.1.0",
|
|
35
|
-
"recharts": "^2.7.
|
|
35
|
+
"recharts": "^2.7.3",
|
|
36
36
|
"sanitize.css": "^13.0.0",
|
|
37
37
|
"uuid": "^9.0.0",
|
|
38
38
|
"webfontloader": "^1.6.28"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@babel/core": "^7.22.
|
|
42
|
-
"@babel/preset-env": "^7.22.
|
|
43
|
-
"@babel/preset-typescript": "^7.22.
|
|
41
|
+
"@babel/core": "^7.22.11",
|
|
42
|
+
"@babel/preset-env": "^7.22.10",
|
|
43
|
+
"@babel/preset-typescript": "^7.22.11",
|
|
44
44
|
"@emotion/babel-plugin": "^11.11.0",
|
|
45
45
|
"@emotion/babel-preset-css-prop": "^11.11.0",
|
|
46
46
|
"@emotion/react": "^11.11.1",
|
|
47
47
|
"@mdx-js/react": "^2.2.1",
|
|
48
48
|
"@mdx-js/rollup": "^2.2.1",
|
|
49
|
-
"@rollup/plugin-commonjs": "^25.0.
|
|
49
|
+
"@rollup/plugin-commonjs": "^25.0.4",
|
|
50
50
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
51
51
|
"@rollup/plugin-terser": "^0.4.3",
|
|
52
|
-
"@rollup/plugin-typescript": "^11.1.
|
|
52
|
+
"@rollup/plugin-typescript": "^11.1.2",
|
|
53
53
|
"@svgr/core": "^8.0.0",
|
|
54
54
|
"@svgr/plugin-jsx": "^8.0.1",
|
|
55
55
|
"@svgr/plugin-prettier": "^8.0.1",
|
|
56
56
|
"@types/dashify": "^1.0.1",
|
|
57
57
|
"@types/draft-js": "^0.11.12",
|
|
58
|
-
"@types/jest": "^29.5.
|
|
59
|
-
"@types/lodash": "^4.14.
|
|
58
|
+
"@types/jest": "^29.5.4",
|
|
59
|
+
"@types/lodash": "^4.14.197",
|
|
60
60
|
"@types/ncp": "^2.0.5",
|
|
61
|
-
"@types/node": "^20.
|
|
61
|
+
"@types/node": "^20.5.4",
|
|
62
62
|
"@types/prompts": "^2.4.4",
|
|
63
63
|
"@types/randomcolor": "^0.5.7",
|
|
64
|
-
"@types/react": "^18.2.
|
|
65
|
-
"@types/react-dom": "^18.2.
|
|
64
|
+
"@types/react": "^18.2.21",
|
|
65
|
+
"@types/react-dom": "^18.2.7",
|
|
66
66
|
"@types/rollup-plugin-peer-deps-external": "^2.2.1",
|
|
67
67
|
"@types/signale": "^1.4.4",
|
|
68
68
|
"@types/uuid": "^9.0.2",
|
|
69
69
|
"@types/webfontloader": "^1.6.35",
|
|
70
70
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
71
71
|
"@typescript-eslint/parser": "^5.60.1",
|
|
72
|
-
"@vitejs/plugin-react": "^4.0.
|
|
72
|
+
"@vitejs/plugin-react": "^4.0.4",
|
|
73
73
|
"babel-plugin-lodash": "^3.3.4",
|
|
74
74
|
"chalk": "^5.2.0",
|
|
75
75
|
"dashify": "^2.0.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
81
81
|
"eslint-import-resolver-typescript": "^3.5.5",
|
|
82
82
|
"eslint-plugin-import": "^2.25.4",
|
|
83
|
-
"eslint-plugin-jest": "^27.2.
|
|
83
|
+
"eslint-plugin-jest": "^27.2.3",
|
|
84
84
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
85
85
|
"eslint-plugin-react": "^7.31.11",
|
|
86
86
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"ncp": "^2.0.0",
|
|
92
92
|
"pascal-case": "^3.1.2",
|
|
93
93
|
"path": "^0.12.7",
|
|
94
|
-
"phone": "^3.1.
|
|
95
|
-
"postcss": "^8.4.
|
|
94
|
+
"phone": "^3.1.40",
|
|
95
|
+
"postcss": "^8.4.28",
|
|
96
96
|
"prettier": "^2.8.8",
|
|
97
97
|
"prompts": "^2.4.2",
|
|
98
98
|
"randomcolor": "^0.6.2",
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
"rollup-plugin-postcss": "^4.0.2",
|
|
111
111
|
"signale": "^1.4.0",
|
|
112
112
|
"ts-node": "^10.9.1",
|
|
113
|
-
"tslib": "^2.6.
|
|
114
|
-
"typescript": "^5.
|
|
115
|
-
"vite": "^4.
|
|
113
|
+
"tslib": "^2.6.2",
|
|
114
|
+
"typescript": "^5.2.2",
|
|
115
|
+
"vite": "^4.4.9",
|
|
116
116
|
"vite-plugin-eslint": "^1.8.1",
|
|
117
117
|
"vite-plugin-svgr": "^3.2.0"
|
|
118
118
|
},
|