layerpro 0.9.85 → 0.9.87
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/index.js +5 -5
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerpro",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.87",
|
|
4
4
|
"description": "Custom popups, alert, confirmn, prompt... by Dario Passariello",
|
|
5
5
|
"copyright": "Dario Passariello",
|
|
6
6
|
"license": "MIT",
|
|
@@ -160,17 +160,17 @@
|
|
|
160
160
|
"css-loader": "7.1.2",
|
|
161
161
|
"file-loader": "6.2.0",
|
|
162
162
|
"jquery": "3.7.1",
|
|
163
|
-
"react": "19.
|
|
164
|
-
"react-dom": "19.
|
|
165
|
-
"sass": "^1.
|
|
163
|
+
"react": "19.1.0",
|
|
164
|
+
"react-dom": "19.1.0",
|
|
165
|
+
"sass": "^1.88.0",
|
|
166
166
|
"sass-loader": "^16.0.5",
|
|
167
167
|
"style-loader": "^4.0.0",
|
|
168
168
|
"terser-webpack-plugin": "^5.3.14",
|
|
169
169
|
"ts-loader": "^9.5.2",
|
|
170
170
|
"ts-node": "10.9.2",
|
|
171
|
-
"typescript": "5.8.
|
|
172
|
-
"webpack": "^5.
|
|
171
|
+
"typescript": "5.8.3",
|
|
172
|
+
"webpack": "^5.99.8",
|
|
173
173
|
"webpack-cli": "6.0.1",
|
|
174
|
-
"webpack-dev-server": "^5.2.
|
|
174
|
+
"webpack-dev-server": "^5.2.1"
|
|
175
175
|
}
|
|
176
176
|
}
|