Skip to content

Commit ddc2879

Browse files
committed
chore: @cloudcmd/modal: v4.0.0
1 parent 0339336 commit ddc2879

3 files changed

Lines changed: 29 additions & 73 deletions

File tree

ChangeLog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2026.01.30, v4.0.0
2+
3+
feature:
4+
- 0339336 @cloudcmd/modal: migrate to ESM
5+
- 8feb041 @cloudcmd/modal: webpack-cli v6.0.1
6+
- 2b05f7b @cloudcmd/modal: webpack v5.104.1
7+
- 6c58113 @cloudcmd/modal: try-catch v4.0.9
8+
- 7b54b65 @cloudcmd/modal: supertape v12.0.12
9+
- 3248c2d @cloudcmd/modal: stylelint-config-standard v40.0.0
10+
- f45e29a @cloudcmd/modal: stylelint v17.1.0
11+
- 0f6fc80 @cloudcmd/modal: style-loader v4.0.0
12+
- 0a75c09 @cloudcmd/modal: rimraf v6.1.2
13+
- 8873c6d @cloudcmd/modal: putout v41.15.0
14+
- 66e3c8e @cloudcmd/modal: nodemon v3.1.11
15+
- 2de899e @cloudcmd/modal: madrun v12.1.3
16+
- f713c24 @cloudcmd/modal: eslint-plugin-putout v30.0.1
17+
- 73b9b0b @cloudcmd/modal: eslint-plugin-n v17.23.2
18+
- 653e91b @cloudcmd/modal: eslint v9.39.2
19+
- 79e4477 @cloudcmd/modal: css-loader v7.1.3
20+
- d8e94e0 @cloudcmd/modal: clean-css-loader v4.2.1
21+
- ec8e601 @cloudcmd/modal: c8 v10.1.3
22+
- 106d181 @cloudcmd/modal: babel-loader v10.0.0
23+
- 563def0 @cloudcmd/modal: autoprefixer v10.4.23
24+
- 9b3af5b @cloudcmd/modal: auto-globals v4.0.1
25+
- 6507211 @cloudcmd/modal: @cloudcmd/stub v5.0.0
26+
- bed9c73 @cloudcmd/modal: fullstore v4.0.0
27+
128
2023.01.15, v3.0.2
229

330
feature:

package.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudcmd/modal",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"type": "module",
55
"description": "lightbox library for displaying modals with api similar to FancyBox v2",
66
"homepage": "http://github.com/cloudcmd/modal",
@@ -36,33 +36,18 @@
3636
"url": "https://github.com/cloudcmd/modal/issues"
3737
},
3838
"devDependencies": {
39-
"@babel/cli": "^7.0.0",
40-
"@babel/core": "^7.0.0",
41-
"@babel/preset-env": "^7.0.0",
4239
"auto-globals": "^4.0.1",
43-
"autoprefixer": "^10.4.23",
44-
"babel-loader": "^10.0.0",
4540
"c8": "^10.1.3",
4641
"clean-css-loader": "^4.2.1",
47-
"coveralls": "^3.0.0",
48-
"css-loader": "^7.1.3",
4942
"css-modules-require-hook": "^4.2.3",
5043
"eslint": "^9.39.2",
5144
"eslint-plugin-n": "^17.23.2",
5245
"eslint-plugin-putout": "^30.0.1",
5346
"madrun": "^12.1.3",
54-
"mock-require": "^3.0.2",
5547
"nodemon": "^3.1.11",
5648
"putout": "^41.15.0",
57-
"rimraf": "^6.1.2",
58-
"style-loader": "^4.0.0",
59-
"stylelint": "^17.1.0",
60-
"stylelint-config-standard": "^40.0.0",
6149
"supertape": "^12.0.12",
62-
"try-catch": "^4.0.9",
63-
"url-loader": "^4.0.0",
64-
"webpack": "^5.104.1",
65-
"webpack-cli": "^6.0.1"
50+
"try-catch": "^4.0.9"
6651
},
6752
"dependencies": {
6853
"@cloudcmd/create-element": "^2.0.0",

webpack.config.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)