dp-widgets-framework 1.6.3 → 1.6.4
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/dist/index.esm.js +38805 -36535
- package/dist/index.js +38758 -36481
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dp-widgets-framework",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
84
84
|
"class-variance-authority": "^0.7.1",
|
|
85
85
|
"clsx": "^2.1.1",
|
|
86
|
-
"date-fns": "^3.6.0",
|
|
87
86
|
"cors": "^2.8.5",
|
|
87
|
+
"date-fns": "^3.6.0",
|
|
88
88
|
"dotenv": "^16.4.7",
|
|
89
89
|
"express": "^4.21.2",
|
|
90
90
|
"express-validator": "^7.2.1",
|
|
@@ -109,18 +109,19 @@
|
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@eslint/eslintrc": "^3",
|
|
112
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
112
113
|
"@rollup/plugin-babel": "^6.0.4",
|
|
113
114
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
114
115
|
"@rollup/plugin-json": "^6.1.0",
|
|
115
116
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
116
117
|
"@rollup/plugin-terser": "^0.4.4",
|
|
117
118
|
"@rollup/plugin-typescript": "^12.1.1",
|
|
118
|
-
"rollup-plugin-esbuild": "^6.1.1",
|
|
119
119
|
"@types/lodash": "^4.17.15",
|
|
120
120
|
"@types/node": "^20",
|
|
121
121
|
"@types/react": "^18",
|
|
122
122
|
"@types/react-dom": "^18",
|
|
123
123
|
"autoprefixer": "^10.0.1",
|
|
124
|
+
"esbuild": "^0.27.2",
|
|
124
125
|
"eslint": "^8.43.0",
|
|
125
126
|
"eslint-config-next": "15.1.6",
|
|
126
127
|
"eslint-config-node": "^4.1.0",
|
|
@@ -132,6 +133,7 @@
|
|
|
132
133
|
"postcss": "^8",
|
|
133
134
|
"prettier": "^2.8.8",
|
|
134
135
|
"rollup": "^4.27.3",
|
|
136
|
+
"rollup-plugin-esbuild": "^6.1.1",
|
|
135
137
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
136
138
|
"rollup-plugin-postcss": "^4.0.2",
|
|
137
139
|
"rollup-plugin-visualizer": "^5.12.0",
|