traitify-widgets 1.12.18 → 1.12.19
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/traitify.js +1 -2
- package/build/traitify.js.map +1 -1
- package/package.json +54 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "traitify-widgets",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.19",
|
|
4
4
|
"description": "Traitiy Widgets",
|
|
5
5
|
"repository": "github:traitify/traitify-widgets",
|
|
6
6
|
"main": "./build/traitify.js",
|
|
@@ -32,81 +32,81 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"author": "Traitify <support@traitify.com> (www.traitify.com)",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/cli": "^7.
|
|
36
|
-
"@babel/core": "^7.
|
|
37
|
-
"@babel/eslint-plugin": "^7.
|
|
38
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
39
|
-
"@babel/plugin-proposal-decorators": "^7.
|
|
40
|
-
"@babel/plugin-proposal-do-expressions": "^7.
|
|
41
|
-
"@babel/plugin-proposal-export-default-from": "^7.
|
|
42
|
-
"@babel/plugin-proposal-export-namespace-from": "^7.
|
|
43
|
-
"@babel/plugin-proposal-function-bind": "^7.
|
|
44
|
-
"@babel/plugin-proposal-function-sent": "^7.
|
|
45
|
-
"@babel/plugin-proposal-json-strings": "^7.
|
|
46
|
-
"@babel/plugin-proposal-logical-assignment-operators": "^7.
|
|
47
|
-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.
|
|
48
|
-
"@babel/plugin-proposal-numeric-separator": "^7.
|
|
49
|
-
"@babel/plugin-proposal-optional-chaining": "^7.
|
|
50
|
-
"@babel/plugin-proposal-pipeline-operator": "^7.
|
|
51
|
-
"@babel/plugin-proposal-throw-expressions": "^7.
|
|
35
|
+
"@babel/cli": "^7.19.3",
|
|
36
|
+
"@babel/core": "^7.19.3",
|
|
37
|
+
"@babel/eslint-plugin": "^7.19.1",
|
|
38
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
39
|
+
"@babel/plugin-proposal-decorators": "^7.19.3",
|
|
40
|
+
"@babel/plugin-proposal-do-expressions": "^7.18.6",
|
|
41
|
+
"@babel/plugin-proposal-export-default-from": "^7.18.10",
|
|
42
|
+
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
43
|
+
"@babel/plugin-proposal-function-bind": "^7.18.9",
|
|
44
|
+
"@babel/plugin-proposal-function-sent": "^7.18.6",
|
|
45
|
+
"@babel/plugin-proposal-json-strings": "^7.18.6",
|
|
46
|
+
"@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
|
|
47
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
48
|
+
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
|
49
|
+
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
|
50
|
+
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
|
|
51
|
+
"@babel/plugin-proposal-throw-expressions": "^7.18.6",
|
|
52
52
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
53
53
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
54
|
-
"@babel/plugin-transform-proto-to-assign": "^7.
|
|
55
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
56
|
-
"@babel/preset-env": "^7.
|
|
57
|
-
"@babel/register": "^7.
|
|
54
|
+
"@babel/plugin-transform-proto-to-assign": "^7.18.9",
|
|
55
|
+
"@babel/plugin-transform-react-jsx": "^7.19.0",
|
|
56
|
+
"@babel/preset-env": "^7.19.4",
|
|
57
|
+
"@babel/register": "^7.18.9",
|
|
58
58
|
"@babel/runtime": "^7.13.9",
|
|
59
|
-
"autoprefixer": "^10.
|
|
60
|
-
"babel-jest": "^
|
|
61
|
-
"babel-loader": "^8.2.
|
|
59
|
+
"autoprefixer": "^10.4.12",
|
|
60
|
+
"babel-jest": "^29.2.1",
|
|
61
|
+
"babel-loader": "^8.2.5",
|
|
62
62
|
"babel-plugin-jsx-pragmatic": "^1.0.2",
|
|
63
63
|
"babel-preset-airbnb": "^5.0.0",
|
|
64
|
-
"css-loader": "^
|
|
65
|
-
"eslint": "^8.
|
|
64
|
+
"css-loader": "^6.7.1",
|
|
65
|
+
"eslint": "^8.25.0",
|
|
66
66
|
"eslint-config-traitify": "^0.3.0",
|
|
67
|
-
"eslint-import-resolver-jest": "^3.0.
|
|
68
|
-
"eslint-plugin-import": "^2.
|
|
69
|
-
"eslint-plugin-jest": "^
|
|
70
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
71
|
-
"eslint-plugin-react": "^7.
|
|
72
|
-
"eslint-plugin-react-hooks": "^4.
|
|
67
|
+
"eslint-import-resolver-jest": "^3.0.2",
|
|
68
|
+
"eslint-plugin-import": "^2.26.0",
|
|
69
|
+
"eslint-plugin-jest": "^27.1.3",
|
|
70
|
+
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
71
|
+
"eslint-plugin-react": "^7.31.10",
|
|
72
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
73
73
|
"eslint-watch": "^8.0.0",
|
|
74
|
-
"eslint-webpack-plugin": "^3.
|
|
74
|
+
"eslint-webpack-plugin": "^3.2.0",
|
|
75
75
|
"identity-obj-proxy": "^3.0.0",
|
|
76
|
-
"jest": "^
|
|
76
|
+
"jest": "^29.2.1",
|
|
77
|
+
"jest-environment-jsdom": "^29.2.1",
|
|
77
78
|
"mkdirp": "^1.0.4",
|
|
78
79
|
"postcss": "^8.2.15",
|
|
79
|
-
"postcss-loader": "^
|
|
80
|
+
"postcss-loader": "^7.0.1",
|
|
80
81
|
"react": "^17.0.2",
|
|
81
82
|
"react-dom": "^17.0.2",
|
|
82
83
|
"react-test-renderer": "^17.0.2",
|
|
83
|
-
"sass": "^1.
|
|
84
|
-
"sass-loader": "^
|
|
85
|
-
"style-loader": "^
|
|
86
|
-
"webpack": "^5.
|
|
87
|
-
"webpack-cli": "^4.
|
|
88
|
-
"webpack-dev-server": "^4.
|
|
84
|
+
"sass": "^1.55.0",
|
|
85
|
+
"sass-loader": "^13.1.0",
|
|
86
|
+
"style-loader": "^3.3.1",
|
|
87
|
+
"webpack": "^5.74.0",
|
|
88
|
+
"webpack-cli": "^4.10.0",
|
|
89
|
+
"webpack-dev-server": "^4.11.1"
|
|
89
90
|
},
|
|
90
91
|
"devDependenciesNotes": {
|
|
91
|
-
"eslint-plugin-jest": "next version depends on a package that adds a peer-dependency of typescript",
|
|
92
92
|
"postcss": "peer-dependency of postcss-loader"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@fortawesome/fontawesome-svg-core": "^
|
|
96
|
-
"@fortawesome/free-solid-svg-icons": "^6.
|
|
97
|
-
"color": "^
|
|
98
|
-
"core-js": "^3.
|
|
95
|
+
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
96
|
+
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
97
|
+
"color": "^4.2.3",
|
|
98
|
+
"core-js": "^3.25.5",
|
|
99
99
|
"graphql-obj2arg": "^0.1.0",
|
|
100
|
-
"highcharts": "^10.
|
|
101
|
-
"highcharts-react-official": "^3.
|
|
100
|
+
"highcharts": "^10.2.1",
|
|
101
|
+
"highcharts-react-official": "^3.1.0",
|
|
102
102
|
"markdown-to-jsx": "^7.1.7",
|
|
103
|
-
"prop-types": "^15.
|
|
104
|
-
"regenerator-runtime": "^0.13.
|
|
105
|
-
"uuid": "^
|
|
103
|
+
"prop-types": "^15.8.1",
|
|
104
|
+
"regenerator-runtime": "^0.13.10",
|
|
105
|
+
"uuid": "^9.0.0"
|
|
106
106
|
},
|
|
107
107
|
"dependenciesNotes": {},
|
|
108
108
|
"peerDependencies": {
|
|
109
|
-
"react": "
|
|
110
|
-
"react-dom": "
|
|
109
|
+
"react": ">=16.8.0 <19.0.0",
|
|
110
|
+
"react-dom": ">=16.8.0 <19.0.0"
|
|
111
111
|
}
|
|
112
112
|
}
|