hplx-feature-library 1.0.148 → 1.0.149
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 +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hplx-feature-library",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.149",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dev": "npm i hplx-react-elements-dev@qa && vite",
|
|
@@ -99,7 +99,6 @@
|
|
|
99
99
|
"konva": "^9.3.22",
|
|
100
100
|
"lodash.debounce": "^4.0.8",
|
|
101
101
|
"nanoid": "^5.1.5",
|
|
102
|
-
"node": "^24.6.0",
|
|
103
102
|
"react": "^18.3.1",
|
|
104
103
|
"react-datepicker": "^8.5.0",
|
|
105
104
|
"react-dom": "^18.3.1",
|
|
@@ -136,6 +135,7 @@
|
|
|
136
135
|
"husky": "^9.1.7",
|
|
137
136
|
"jsdom": "^26.1.0",
|
|
138
137
|
"lint-staged": "^16.1.2",
|
|
138
|
+
"node": "^24.6.0",
|
|
139
139
|
"postcss": "^8.5.6",
|
|
140
140
|
"prettier": "^3.6.2",
|
|
141
141
|
"tailwindcss": "^3.4.17",
|