layerpro 0.10.6 → 0.10.10

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "layerpro",
3
- "version": "0.10.6",
3
+ "version": "0.10.10",
4
4
  "description": "Custom popups, alert, confirm, prompt... by Dario Passariello",
5
5
  "copyright": "Dario Passariello",
6
6
  "license": "MIT",
@@ -67,7 +67,7 @@
67
67
  }
68
68
  ],
69
69
  "workspaces": [
70
- ".tools"
70
+ ".dev"
71
71
  ],
72
72
  "npmName": "layerpro",
73
73
  "npmFileMap": [
@@ -149,28 +149,29 @@
149
149
  ],
150
150
  "devDependencies": {
151
151
  "@babel/eslint-parser": "^7.28.0",
152
- "@eslint/js": "9.33.0",
152
+ "@eslint/js": "9.34.0",
153
153
  "@types/jest": "^30.0.0",
154
- "@types/node": "^24.2.1",
154
+ "@types/node": "^24.3.0",
155
155
  "@types/webpack-env": "1.18.8",
156
- "@typescript-eslint/eslint-plugin": "8.39.1",
157
- "@typescript-eslint/parser": "8.39.1",
156
+ "@typescript-eslint/eslint-plugin": "8.41.0",
157
+ "@typescript-eslint/parser": "8.41.0",
158
158
  "copy-webpack-plugin": "^13.0.1",
159
159
  "css-loader": "7.1.2",
160
- "eslint": "9.33.0",
160
+ "eslint": "9.34.0",
161
161
  "file-loader": "6.2.0",
162
+ "jquery": "3.7.1",
162
163
  "react": "19.1.1",
163
164
  "react-dom": "19.1.1",
164
- "sass": "^1.90.0",
165
+ "sass": "^1.91.0",
165
166
  "sass-loader": "^16.0.5",
166
167
  "style-loader": "^4.0.0",
167
168
  "terser-webpack-plugin": "^5.3.14",
168
169
  "ts-jest": "29.4.1",
169
- "ts-loader": "^9.5.2",
170
+ "ts-loader": "^9.5.4",
170
171
  "ts-node": "10.9.2",
171
172
  "tslib": "^2.8.1",
172
173
  "typescript": "5.9.2",
173
- "webpack": "^5.101.1",
174
+ "webpack": "^5.101.3",
174
175
  "webpack-cli": "6.0.1",
175
176
  "webpack-dev-server": "^5.2.2"
176
177
  }