Skip to content

Commit 6c12021

Browse files
committed
Update package.json
1 parent 043d3c6 commit 6c12021

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "textpattern-jquery-ui-theme",
33
"description": "The jQuery UI theme used within Textpattern CMS admin side.",
4-
"version": "4.8.3",
4+
"version": "4.8.4",
55
"keywords": [
66
"jquery-ui",
77
"theme",
@@ -17,20 +17,21 @@
1717
"url": "https://github.com/textpattern/textpattern-jquery-ui-theme/issues"
1818
},
1919
"devDependencies": {
20-
"autoprefixer": "9.8.0",
20+
"autoprefixer": "9.8.6",
2121
"clean-webpack-plugin": "3.0.0",
2222
"cross-env": "7.0.2",
23-
"css-loader": "3.5.3",
24-
"mini-css-extract-plugin": "0.9.0",
23+
"css-loader": "5.0.1",
24+
"fibers": "5.0.0",
25+
"mini-css-extract-plugin": "1.3.1",
2526
"postcss-loader": "3.0.0",
26-
"sass": "1.26.5",
27-
"sass-loader": "8.0.2",
28-
"stylelint": "13.5.0",
29-
"stylelint-order": "4.0.0",
30-
"stylelint-scss": "3.17.2",
31-
"stylelint-webpack-plugin": "2.0.0",
32-
"webpack": "4.43.0",
33-
"webpack-cli": "3.3.11"
27+
"sass": "1.29.0",
28+
"sass-loader": "10.1.0",
29+
"stylelint": "13.8.0",
30+
"stylelint-order": "4.1.0",
31+
"stylelint-scss": "3.18.0",
32+
"stylelint-webpack-plugin": "2.1.1",
33+
"webpack": "5.6.0",
34+
"webpack-cli": "4.2.0"
3435
},
3536
"optionalDependencies": {
3637
"fibers": "5.0.0"
@@ -41,7 +42,7 @@
4142
"IE 11"
4243
],
4344
"scripts": {
44-
"build": "webpack -p --progress"
45+
"build": "webpack --progress"
4546
},
4647
"license": "GPL-2.0"
4748
}

0 commit comments

Comments
 (0)