layerpro 0.9.80 → 0.9.85
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 +3 -3
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerpro",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.85",
|
|
4
4
|
"description": "Custom popups, alert, confirmn, prompt... by Dario Passariello",
|
|
5
5
|
"copyright": "Dario Passariello",
|
|
6
6
|
"license": "MIT",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
],
|
|
141
141
|
"scripts": {
|
|
142
142
|
"watch": "webpack --watch --progress --color --mode production --config webpack.ts",
|
|
143
|
-
"
|
|
143
|
+
"build": "webpack --progress --color --mode production --config webpack.ts",
|
|
144
144
|
"----": "",
|
|
145
145
|
"tsc": "tsc -b",
|
|
146
146
|
"eslint": "eslint",
|
|
@@ -156,19 +156,19 @@
|
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
158
|
"@types/webpack-env": "1.18.8",
|
|
159
|
-
"copy-webpack-plugin": "^
|
|
159
|
+
"copy-webpack-plugin": "^13.0.0",
|
|
160
160
|
"css-loader": "7.1.2",
|
|
161
161
|
"file-loader": "6.2.0",
|
|
162
162
|
"jquery": "3.7.1",
|
|
163
163
|
"react": "19.0.0",
|
|
164
164
|
"react-dom": "19.0.0",
|
|
165
|
-
"sass": "^1.
|
|
165
|
+
"sass": "^1.86.0",
|
|
166
166
|
"sass-loader": "^16.0.5",
|
|
167
167
|
"style-loader": "^4.0.0",
|
|
168
|
-
"terser-webpack-plugin": "^5.3.
|
|
168
|
+
"terser-webpack-plugin": "^5.3.14",
|
|
169
169
|
"ts-loader": "^9.5.2",
|
|
170
170
|
"ts-node": "10.9.2",
|
|
171
|
-
"typescript": "5.
|
|
171
|
+
"typescript": "5.8.2",
|
|
172
172
|
"webpack": "^5.98.0",
|
|
173
173
|
"webpack-cli": "6.0.1",
|
|
174
174
|
"webpack-dev-server": "^5.2.0"
|