layerpro 1.1.15 → 1.1.21
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 +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerpro",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.21",
|
|
4
4
|
"description": "Custom modals, alert, confirm, prompt... by Dario Passariello",
|
|
5
5
|
"copyright": "Dario Passariello",
|
|
6
6
|
"license": "MIT",
|
|
@@ -129,17 +129,17 @@
|
|
|
129
129
|
"types/*"
|
|
130
130
|
],
|
|
131
131
|
"devDependencies": {
|
|
132
|
-
"@types/node": "^25.0.
|
|
132
|
+
"@types/node": "^25.0.10",
|
|
133
133
|
"@types/webpack-env": "1.18.8",
|
|
134
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
135
|
-
"@typescript-eslint/parser": "8.
|
|
134
|
+
"@typescript-eslint/eslint-plugin": "8.53.1",
|
|
135
|
+
"@typescript-eslint/parser": "8.53.1",
|
|
136
136
|
"copy-webpack-plugin": "^13.0.1",
|
|
137
137
|
"css-loader": "7.1.2",
|
|
138
138
|
"file-loader": "6.2.0",
|
|
139
|
-
"jquery": "
|
|
139
|
+
"jquery": "4.0.0",
|
|
140
140
|
"react": "19.2.3",
|
|
141
141
|
"react-dom": "19.2.3",
|
|
142
|
-
"sass": "^1.97.
|
|
142
|
+
"sass": "^1.97.3",
|
|
143
143
|
"sass-loader": "^16.0.6",
|
|
144
144
|
"style-loader": "^4.0.0",
|
|
145
145
|
"terser-webpack-plugin": "^5.3.16",
|
|
@@ -150,12 +150,12 @@
|
|
|
150
150
|
"typescript": "5.9.3",
|
|
151
151
|
"webpack": "^5.104.1",
|
|
152
152
|
"webpack-cli": "6.0.1",
|
|
153
|
-
"webpack-dev-server": "^5.2.
|
|
154
|
-
"@babel/eslint-parser": "^7.28.
|
|
153
|
+
"webpack-dev-server": "^5.2.3",
|
|
154
|
+
"@babel/eslint-parser": "^7.28.6",
|
|
155
155
|
"@eslint/js": "9.39.2",
|
|
156
156
|
"@playwright/test": "1.57.0",
|
|
157
157
|
"@testing-library/jest-dom": "6.9.1",
|
|
158
|
-
"@testing-library/react": "16.3.
|
|
158
|
+
"@testing-library/react": "16.3.2",
|
|
159
159
|
"@types/jest": "30.0.0",
|
|
160
160
|
"eslint": "9.39.2",
|
|
161
161
|
"jest": "30.2.0",
|