layerpro 0.7.4 → 0.7.5

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 +5 -5
  2. package/package.json +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "layerpro",
3
3
  "displayName": "layerpro",
4
- "version": "0.7.4",
4
+ "version": "0.7.5",
5
5
  "description": "Custom popups, alert, confirmn, prompt... by Dario Passariello",
6
6
  "copyright": "Dario Passariello",
7
7
  "license": "MIT",
@@ -157,15 +157,15 @@
157
157
  "oxlint": "oxlint --config=./.eslintrc.json --tsconfig=./tsconfig.json"
158
158
  },
159
159
  "devDependencies": {
160
- "@babel/cli": "7.24.8",
160
+ "@babel/cli": "7.25.6",
161
161
  "@babel/core": "7.25.2",
162
162
  "@babel/plugin-transform-runtime": "7.25.4",
163
163
  "@babel/preset-env": "7.25.4",
164
164
  "@babel/preset-react": "7.24.7",
165
165
  "@babel/preset-typescript": "7.24.7",
166
- "@babel/runtime": "^7.25.4",
167
- "@types/node": "22.5.0",
168
- "@types/react": "^18.3.4",
166
+ "@babel/runtime": "^7.25.6",
167
+ "@types/node": "22.5.4",
168
+ "@types/react": "^18.3.5",
169
169
  "@types/react-dom": "^18.3.0",
170
170
  "@types/webpack-env": "1.18.5",
171
171
  "babel-loader": "9.1.3",
@@ -173,7 +173,7 @@
173
173
  "classnames": "2.5.1",
174
174
  "cli-confirm": "1.0.1",
175
175
  "compression-webpack-plugin": "11.1.0",
176
- "concurrently": "8.2.2",
176
+ "concurrently": "9.0.1",
177
177
  "copy-webpack-plugin": "^12.0.2",
178
178
  "crypto-js": "4.2.0",
179
179
  "css": "3.0.0",
@@ -191,15 +191,15 @@
191
191
  "progress-bar-webpack-plugin": "2.1.0",
192
192
  "react": "18.3.1",
193
193
  "react-dom": "18.3.1",
194
- "sass": "^1.77.8",
194
+ "sass": "^1.78.0",
195
195
  "sass-loader": "^16.0.1",
196
196
  "style-loader": "^4.0.0",
197
197
  "terser-webpack-plugin": "^5.3.10",
198
198
  "ts-loader": "^9.5.1",
199
199
  "ts-node": "10.9.2",
200
- "typescript": "5.5.4",
200
+ "typescript": "5.6.2",
201
201
  "webpack": "^5.94.0",
202
202
  "webpack-cli": "^5.1.4",
203
- "webpack-dev-server": "^5.0.4"
203
+ "webpack-dev-server": "^5.1.0"
204
204
  }
205
205
  }