Skip to content

Commit cd48308

Browse files
committed
chore(deps): update dev packages
1 parent 891823d commit cd48308

17 files changed

+217
-217
lines changed

.webpack/webpack.production.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports.productionConfig = () => ({
1616
},
1717
performance: {
1818
hints: 'warning',
19-
maxAssetSize: 290000,
20-
maxEntrypointSize: 580000,
19+
maxAssetSize: 360000,
20+
maxEntrypointSize: 720000,
2121
},
2222
});

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,11 @@
2323
- Inline SVG using `escape-svg` function
2424
- Color Schemes: `cyan` (main), `teal`, `nord` and `orange`
2525

26-
## Demo
27-
28-
The best way to see **BooDark** in action is to try it on **phpMyAdmin** demo server.
29-
30-
- Navigate to [phpMyAdmin demo server](https://demo.phpmyadmin.net/QA_5_2/)
31-
- Login is root with empty password
32-
- Go to **Appearance settings > Themes** and choose **BooDark**.
33-
3426
## Installation
3527

3628
1. Download latest [release](https://github.com/adorade/boodark/releases/latest/download/boodark-v1.1.1.zip)
3729
2. Extract the archive files
38-
3. Go to the phpMyAdmin files (C:\xampp\phpmyadmin for XAMPP) then go to the `themes` folder and add here the `boodark` folder
30+
3. Go to the `phpMyAdmin/themes` and add the `boodark` folder
3931
4. Select `BooDark` theme on the home page
4032

4133
## Building

package.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22
"name": "boodark",
33
"version": "1.2.0-dev",
44
"description": "Bootstrap Dark theme for phpMyAdmin",
5-
"repository": "https://github.com/adorade/boodark.git",
6-
"author": "Adorade",
5+
"homepage": "https://github.com/adorade/boodark",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/adorade/boodark.git"
9+
},
10+
"author": {
11+
"name": "Adorade",
12+
"email": "adorade@outlook.com",
13+
"url": "https://adorade.ro"
14+
},
715
"scripts": {
816
"build": "yarn run build:prod",
917
"build:dev": "webpack --progress --mode=development",
@@ -14,25 +22,25 @@
1422
},
1523
"dependencies": {
1624
"@popperjs/core": "2.11.8",
17-
"bootstrap": "5.3.7"
25+
"bootstrap": "5.3.8"
1826
},
1927
"devDependencies": {
2028
"@smushytaco/rtlcss-webpack-plugin": "2.0.5",
2129
"@stylistic/stylelint-config": "3.0.1",
2230
"autoprefixer": "10.4.21",
2331
"css-loader": "7.1.2",
2432
"css-minimizer-webpack-plugin": "7.0.2",
25-
"mini-css-extract-plugin": "2.9.3",
33+
"mini-css-extract-plugin": "2.9.4",
2634
"postcss": "8.5.6",
27-
"postcss-loader": "8.1.1",
35+
"postcss-loader": "8.2.0",
2836
"rtlcss": "4.3.0",
29-
"sass-embedded": "1.90.0",
37+
"sass-embedded": "1.92.1",
3038
"sass-loader": "16.0.5",
31-
"stylelint": "16.23.1",
32-
"stylelint-config-recess-order": "7.1.0",
39+
"stylelint": "16.24.0",
40+
"stylelint-config-recess-order": "7.3.0",
3341
"stylelint-config-standard-scss": "15.0.1",
3442
"stylelint-order": "7.0.0",
35-
"webpack": "5.101.0",
43+
"webpack": "5.101.3",
3644
"webpack-cli": "6.0.1",
3745
"webpack-merge": "6.0.1"
3846
},

themes/boodark/css/theme-nord.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/boodark/css/theme-nord.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/boodark/css/theme-nord.rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/boodark/css/theme-orange.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/boodark/css/theme-orange.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/boodark/css/theme-orange.rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/boodark/css/theme-teal.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)