layerpro 1.0.4 → 1.0.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/README.md +2 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # [LayerPro](https://npmjs.com/package/layerpro)
2
2
 
3
- [![NPM](https://nodei.co/npm/layerpro.png?stars=true&downloads=true)](https://npmjs.com/package/layerpro)
4
-
5
3
  ![layerpro](https://raw.githubusercontent.com/passariello/container/be0611e9bead336dcec32d522d103e7e3661f502/layerpro/assets/logos/logo.svg)
6
4
 
7
5
  [![version](https://img.shields.io/npm/v/layerpro.svg)](https://npmjs.org/package/layerpro)
@@ -9,6 +7,8 @@
9
7
 
10
8
  [![GitBook](https://img.shields.io/static/v1?message=Documented%20on%20GitBook&logo=gitbook&logoColor=ffffff&label=%20&labelColor=5c5c5c&color=3F89A1)](https://a51.gitbook.io/layerpro)
11
9
 
10
+ [![NPM](https://nodei.co/npm/layerpro.png?stars=true&downloads=true)](https://npmjs.com/package/layerpro)
11
+
12
12
  ## About
13
13
 
14
14
  LayerPro offers a completely new way to customize web modals in your application. With LayerPro, you can create custom alerts, prompts, confirmations, and messages, effectively replacing the default browser modals.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "layerpro",
3
- "version": "1.0.4",
3
+ "version": "1.0.10",
4
4
  "description": "Custom modals, alert, confirm, prompt... by Dario Passariello",
5
5
  "copyright": "Dario Passariello",
6
6
  "license": "MIT",
@@ -131,24 +131,24 @@
131
131
  ],
132
132
  "devDependencies": {
133
133
  "@babel/eslint-parser": "^7.28.4",
134
- "@eslint/js": "9.35.0",
134
+ "@eslint/js": "9.36.0",
135
135
  "@types/jest": "^30.0.0",
136
- "@types/node": "^24.4.0",
136
+ "@types/node": "^24.5.2",
137
137
  "@types/webpack-env": "1.18.8",
138
- "@typescript-eslint/eslint-plugin": "8.43.0",
139
- "@typescript-eslint/parser": "8.43.0",
138
+ "@typescript-eslint/eslint-plugin": "8.44.1",
139
+ "@typescript-eslint/parser": "8.44.1",
140
140
  "copy-webpack-plugin": "^13.0.1",
141
141
  "css-loader": "7.1.2",
142
- "eslint": "9.35.0",
142
+ "eslint": "9.36.0",
143
143
  "file-loader": "6.2.0",
144
144
  "jquery": "3.7.1",
145
145
  "react": "19.1.1",
146
146
  "react-dom": "19.1.1",
147
- "sass": "^1.92.1",
147
+ "sass": "^1.93.2",
148
148
  "sass-loader": "^16.0.5",
149
149
  "style-loader": "^4.0.0",
150
150
  "terser-webpack-plugin": "^5.3.14",
151
- "ts-jest": "29.4.1",
151
+ "ts-jest": "29.4.4",
152
152
  "ts-loader": "^9.5.4",
153
153
  "ts-node": "10.9.2",
154
154
  "tslib": "^2.8.1",